interface PagererStyleManagerInterface in Pagerer 8
Same name and namespace in other branches
- 8.2 src/Plugin/PagererStyleManagerInterface.php \Drupal\pagerer\Plugin\PagererStyleManagerInterface
Provides an interface for the Pagerer style plugins manager.
Hierarchy
- interface \Drupal\pagerer\Plugin\PagererStyleManagerInterface
Expanded class hierarchy of PagererStyleManagerInterface
All classes that implement PagererStyleManagerInterface
File
- src/
Plugin/ PagererStyleManagerInterface.php, line 8
Namespace
Drupal\pagerer\PluginView source
interface PagererStyleManagerInterface {
/**
* Returns a list of Pagerer style plugins.
*
* @param string $style_type
* The style type for which to build the list {base|composite}.
*
* @return array
* An associative array of plugins id => short_title
*/
public function getPluginOptions($style_type);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PagererStyleManagerInterface:: |
public | function | Returns a list of Pagerer style plugins. | 1 |