You are here

public function StylePluginManagerInterface::getStyleOptions in Styles API 8

Get all available styles as an options array.

If group_by_category option/parameter passed group the options by category.

Parameters

array $params: (optional) An associative array with the following keys:

  • group_by_category: (bool) If set to TRUE, return an array of arrays

grouped by the category name; otherwise, return a single-level associative array.

Return value

array Style options, as array.

1 method overrides StylePluginManagerInterface::getStyleOptions()
StylePluginManager::getStyleOptions in src/Plugin/Style/StylePluginManager.php
Get all available styles as an options array.

File

src/Plugin/Style/StylePluginManagerInterface.php, line 31
Contains \Drupal\style_api\Plugin\Style\StylePluginManagerInterface.

Class

StylePluginManagerInterface
Provides an interface for the discovery and instantiation of layout plugins.

Namespace

Drupal\styles_api\Plugin\Style

Code

public function getStyleOptions(array $params = []);