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