You are here

namespace Drupal\toc_api in TOC API 8

Classsort descending Location Description
Toc src/Toc.php Defines A class that parses the header tags from an HTML document.
TocBuilder src/TocBuilder.php Defines a service that builds and renders a table of contents and update an HTML document's headers.
TocBuilderInterface src/TocBuilderInterface.php Provides an interface defining a TOC builder.
TocFormatter src/TocFormatter.php Defines a service for formatting a table of content's headers, numbering, and ids..
TocFormatterInterface src/TocFormatterInterface.php Provides an interface defining a TOC formatter.
TocInterface src/TocInterface.php Provides an interface defining a TOC.
TocManager src/TocManager.php Defines a service that creates and manages table of contents instances.
TocManagerInterface src/TocManagerInterface.php Provides an interface defining a TOC manager.
TocTypeAccessControlHandler src/TocTypeAccessControlHandler.php Defines the access control handler for the TOC type entity type.
TocTypeForm src/TocTypeForm.php Base form for TOC type add and edit forms.
TocTypeInterface src/TocTypeInterface.php Provides an interface defining a TOC type.
TocTypeListBuilder src/TocTypeListBuilder.php Defines a class to build a listing of TOC type entities.