public function TocInterface::getSource in TOC API 8
Returns the unaltered source content.
Return value
string The unaltered source content.
1 method overrides TocInterface::getSource()
- Toc::getSource in src/
Toc.php - Returns the unaltered source content.
File
- src/
TocInterface.php, line 16
Class
- TocInterface
- Provides an interface defining a TOC.
Namespace
Drupal\toc_apiCode
public function getSource();