You are here

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_api

Code

public function getOptions() {
  return $this->options;
}