public function TocTypeInterface::getOptions in TOC API 8
Returns the TOC type options.
Return value
array The table of contents options.
1 method overrides TocTypeInterface::getOptions()
- TocType::getOptions in src/
Entity/ TocType.php - Returns the TOC type options.
File
- src/
TocTypeInterface.php, line 16
Class
- TocTypeInterface
- Provides an interface defining a TOC type.
Namespace
Drupal\toc_apiCode
public function getOptions();