GridStackAdminInterface.php in GridStack 8.2
Same filename and directory in other branches
Namespace
Drupal\gridstack\FormFile
src/Form/GridStackAdminInterface.phpView source
<?php
namespace Drupal\gridstack\Form;
/**
* Provides resusable admin functions or form elements.
*/
interface GridStackAdminInterface {
}
Interfaces
Name | Description |
---|---|
GridStackAdminInterface | Provides resusable admin functions or form elements. |