public function TocInterface::getTitle in TOC API 8
Return the table of contents title.
Return value
string The table of contents title.
1 method overrides TocInterface::getTitle()
- Toc::getTitle in src/
Toc.php - Return the table of contents title.
File
- src/
TocInterface.php, line 40
Class
- TocInterface
- Provides an interface defining a TOC.
Namespace
Drupal\toc_apiCode
public function getTitle();