public function TocInterface::getContent in TOC API 8
Returns the content with all headers assigned a unique id.
Return value
string The content with all headers assigned a unique id.
1 method overrides TocInterface::getContent()
- Toc::getContent in src/
Toc.php - Returns the content with all headers assigned a unique id.
File
- src/
TocInterface.php, line 24
Class
- TocInterface
- Provides an interface defining a TOC.
Namespace
Drupal\toc_apiCode
public function getContent();