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