interface StyleguideInterface in Style Guide 2.x
Same name and namespace in other branches
- 8 src/StyleguideInterface.php \Drupal\styleguide\StyleguideInterface
Styleguide plugin interface.
Hierarchy
- interface \Drupal\styleguide\StyleguideInterface
Expanded class hierarchy of StyleguideInterface
All classes that implement StyleguideInterface
1 file declares its use of StyleguideInterface
- StyleguidePluginBase.php in src/
Plugin/ StyleguidePluginBase.php
File
- src/
StyleguideInterface.php, line 8
Namespace
Drupal\styleguideView source
interface StyleguideInterface {
/**
* Styleguide elements implementation.
*
* @return array
* An array of Styleguide elements.
*/
public function items();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StyleguideInterface:: |
public | function | Styleguide elements implementation. | 5 |