You are here

Classes, traits, and interfaces in TOC API 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Toc class Drupal\toc_api src/Toc.php Defines A class that parses the header tags from an HTML document. 1
TocBlockBase abstract class Drupal\toc_api\Plugin\Block src/Plugin/Block/TocBlockBase.php Provides a base TOC block which displays the current TOC module's TOC in a block.
TocBuilder class Drupal\toc_api src/TocBuilder.php Defines a service that builds and renders a table of contents and update an HTML document's headers. 2
TocBuilderInterface interface Drupal\toc_api src/TocBuilderInterface.php Provides an interface defining a TOC builder. 1
TocFormatter class Drupal\toc_api src/TocFormatter.php Defines a service for formatting a table of content's headers, numbering, and ids.. 2 2
TocFormatterInterface interface Drupal\toc_api src/TocFormatterInterface.php Provides an interface defining a TOC formatter. 1
TocFormatterTest class Drupal\Tests\toc_api\Unit tests/src/Unit/TocFormatterTest.php Tests TOC API formatter.
TocInterface interface Drupal\toc_api src/TocInterface.php Provides an interface defining a TOC. 1
TocManager class Drupal\toc_api src/TocManager.php Defines a service that creates and manages table of contents instances. 2
TocManagerInterface interface Drupal\toc_api src/TocManagerInterface.php Provides an interface defining a TOC manager. 1
TocManagerTest class Drupal\toc_api\Tests src/Tests/TocManagerTest.php Tests TOC API manager.
TocTest class Drupal\Tests\toc_api\Unit tests/src/Unit/TocTest.php Tests TOC API formatter.
TocType class Drupal\toc_api\Entity src/Entity/TocType.php Defines the TOC type entity. 2
TocTypeAccessControlHandler class Drupal\toc_api src/TocTypeAccessControlHandler.php Defines the access control handler for the TOC type entity type.
TocTypeForm class Drupal\toc_api src/TocTypeForm.php Base form for TOC type add and edit forms.
TocTypeInterface interface Drupal\toc_api src/TocTypeInterface.php Provides an interface defining a TOC type. 1 1
TocTypeListBuilder class Drupal\toc_api src/TocTypeListBuilder.php Defines a class to build a listing of TOC type entities.

Other projects