BlazyAdminInterface.php in Blazy 8.2
Same filename and directory in other branches
Namespace
Drupal\blazy\FormFile
src/Form/BlazyAdminInterface.phpView source
<?php
namespace Drupal\blazy\Form;
/**
* Defines re-usable services and functions for blazy plugins.
*/
interface BlazyAdminInterface {
}
Interfaces
Name | Description |
---|---|
BlazyAdminInterface | Defines re-usable services and functions for blazy plugins. |