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