interface BlazySkinTestInterface in Blazy 8
Provides an interface defining BlazyTest skins.
The hook_hook_info() is deprecated, and no resolution by 1/16/16: #2233261: Deprecate hook_hook_info() Postponed till D9
Hierarchy
- interface \Drupal\blazy_test\BlazySkinTestInterface
Expanded class hierarchy of BlazySkinTestInterface
All classes that implement BlazySkinTestInterface
File
- tests/
modules/ blazy_test/ src/ BlazySkinTestInterface.php, line 12
Namespace
Drupal\blazy_testView source
interface BlazySkinTestInterface {
/**
* Returns the dummy BlazyTest skins.
*
* @return array
* The array of the skins.
*/
public function skins();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BlazySkinTestInterface:: |
public | function | Returns the dummy BlazyTest skins. | 1 |