public function Toc::getOptions in TOC API 8
Returns the TOC options.
Return value
array The table of contents options.
Overrides TocInterface::getOptions
File
- src/
Toc.php, line 352
Class
- Toc
- Defines A class that parses the header tags from an HTML document.
Namespace
Drupal\toc_apiCode
public function getOptions() {
return $this->options;
}