mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
11 lines
158 B
PHP
11 lines
158 B
PHP
<?php
|
|
|
|
namespace SilverStripe\Forms\GridField;
|
|
|
|
/**
|
|
* Base interface for all components that can be added to GridField.
|
|
*/
|
|
interface GridFieldComponent
|
|
{
|
|
}
|