interface TocTypeInterface in TOC API 8
Provides an interface defining a TOC type.
Hierarchy
- interface \Drupal\toc_api\TocTypeInterface
 
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_apiView source
interface TocTypeInterface {
  /**
   * Returns the TOC type options.
   *
   * @return array
   *   The table of contents options.
   */
  public function getOptions();
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            TocTypeInterface:: | 
                  public | function | Returns the TOC type options. | 1 |