You are here

interface PagererStyleManagerInterface in Pagerer 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/PagererStyleManagerInterface.php \Drupal\pagerer\Plugin\PagererStyleManagerInterface

Provides an interface for the Pagerer style plugins manager.

Hierarchy

Expanded class hierarchy of PagererStyleManagerInterface

All classes that implement PagererStyleManagerInterface

File

src/Plugin/PagererStyleManagerInterface.php, line 8

Namespace

Drupal\pagerer\Plugin
View 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

Namesort descending Modifiers Type Description Overrides
PagererStyleManagerInterface::getPluginOptions public function Returns a list of Pagerer style plugins. 1