You are here

interface TocTypeInterface in TOC API 8

Provides an interface defining a TOC type.

Hierarchy

Expanded class hierarchy of TocTypeInterface

All classes that implement TocTypeInterface

1 file declares its use of TocTypeInterface
TocType.php in src/Entity/TocType.php

File

src/TocTypeInterface.php, line 8

Namespace

Drupal\toc_api
View source
interface TocTypeInterface {

  /**
   * Returns the TOC type options.
   *
   * @return array
   *   The table of contents options.
   */
  public function getOptions();

}

Members

Namesort descending Modifiers Type Description Overrides
TocTypeInterface::getOptions public function Returns the TOC type options. 1