You are here

StyleguideInterface.php in Style Guide 8

Same filename and directory in other branches
  1. 2.x src/StyleguideInterface.php

Namespace

Drupal\styleguide

File

src/StyleguideInterface.php
View source
<?php

namespace Drupal\styleguide;


/**
 * Styleguide plugin interface.
 */
interface StyleguideInterface {

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

}

Interfaces

Namesort descending Description
StyleguideInterface Styleguide plugin interface.