GridStackFormatterInterface.php in GridStack 8
Same filename and directory in other branches
Namespace
Drupal\gridstackFile
src/GridStackFormatterInterface.phpView source
<?php
namespace Drupal\gridstack;
/**
* Defines re-usable services and functions for gridstack field plugins.
*/
interface GridStackFormatterInterface {
}
Interfaces
Name | Description |
---|---|
GridStackFormatterInterface | Defines re-usable services and functions for gridstack field plugins. |