You are here

interface StyleguideInterface in Style Guide 8

Same name and namespace in other branches
  1. 2.x src/StyleguideInterface.php \Drupal\styleguide\StyleguideInterface

Styleguide plugin interface.

Hierarchy

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\styleguide
View source
interface StyleguideInterface {

  /**
   * Styleguide elements implementation.
   *
   * @return array
   *   An array of Styleguide elements.
   */
  public function items();

}

Members

Namesort descending Modifiers Type Description Overrides
StyleguideInterface::items public function Styleguide elements implementation. 5