public function PagererStyleManagerInterface::getPluginOptions in Pagerer 8
Same name and namespace in other branches
- 8.2 src/Plugin/PagererStyleManagerInterface.php \Drupal\pagerer\Plugin\PagererStyleManagerInterface::getPluginOptions()
Returns a list of Pagerer style plugins.
Parameters
string $style_type: The style type for which to build the list {base|composite}.
Return value
array An associative array of plugins id => short_title
1 method overrides PagererStyleManagerInterface::getPluginOptions()
- PagererStyleManager::getPluginOptions in src/
Plugin/ PagererStyleManager.php - Returns a list of Pagerer style plugins.
File
- src/
Plugin/ PagererStyleManagerInterface.php, line 19
Class
- PagererStyleManagerInterface
- Provides an interface for the Pagerer style plugins manager.
Namespace
Drupal\pagerer\PluginCode
public function getPluginOptions($style_type);