toc-back-to-top.html.twig |
templates/toc-back-to-top.html.twig |
|
Default theme implementation to display a back to top link. |
toc-default.html.twig |
templates/toc-default.html.twig |
|
Default theme implementation to display a table of contents. |
toc-header.html.twig |
templates/toc-header.html.twig |
|
Default theme implementation to display a Table of contents header. |
toc-menu.html.twig |
templates/toc-menu.html.twig |
|
Default theme implementation to display a table of contents as a select menu. |
toc-responsive.html.twig |
templates/toc-responsive.html.twig |
|
Default theme implementation to display a responsive table of contents. |
toc-tree.html.twig |
templates/toc-tree.html.twig |
|
Default theme implementation to display a Table of contents as a tree. |
toc.css |
css/toc.css |
|
TOC styling |
toc.menu.css |
css/toc.menu.css |
|
TOC menu styling |
toc.menu.ui.css |
css/toc.menu.ui.css |
|
TOC menu jQuery UI styling |
Toc.php |
src/Toc.php |
Drupal\toc_api |
|
toc.responsive.css |
css/toc.responsive.css |
|
TOC responsive styling |
toc.tree.css |
css/toc.tree.css |
|
TOC tree styling |
TocBlockBase.php |
src/Plugin/Block/TocBlockBase.php |
Drupal\toc_api\Plugin\Block |
|
TocBuilder.php |
src/TocBuilder.php |
Drupal\toc_api |
|
TocBuilderInterface.php |
src/TocBuilderInterface.php |
Drupal\toc_api |
|
TocFormatter.php |
src/TocFormatter.php |
Drupal\toc_api |
|
TocFormatterInterface.php |
src/TocFormatterInterface.php |
Drupal\toc_api |
|
TocFormatterTest.php |
tests/src/Unit/TocFormatterTest.php |
Drupal\Tests\toc_api\Unit |
Contains \Drupal\Tests\toc_api\Unit\TocFormatterTest. |
TocInterface.php |
src/TocInterface.php |
Drupal\toc_api |
|
TocManager.php |
src/TocManager.php |
Drupal\toc_api |
|
TocManagerInterface.php |
src/TocManagerInterface.php |
Drupal\toc_api |
|
TocManagerTest.php |
src/Tests/TocManagerTest.php |
Drupal\toc_api\Tests |
|
TocTest.php |
tests/src/Unit/TocTest.php |
Drupal\Tests\toc_api\Unit |
Contains \Drupal\Tests\toc_api\Unit\TocTest. |
TocType.php |
src/Entity/TocType.php |
Drupal\toc_api\Entity |
|
TocTypeAccessControlHandler.php |
src/TocTypeAccessControlHandler.php |
Drupal\toc_api |
|
TocTypeForm.php |
src/TocTypeForm.php |
Drupal\toc_api |
|
TocTypeInterface.php |
src/TocTypeInterface.php |
Drupal\toc_api |
|
TocTypeListBuilder.php |
src/TocTypeListBuilder.php |
Drupal\toc_api |
|
toc_api.info.yml |
toc_api.info.yml |
|
toc_api.info.yml |
toc_api.libraries.yml |
toc_api.libraries.yml |
|
toc_api.libraries.yml |
toc_api.links.action.yml |
toc_api.links.action.yml |
|
toc_api.links.action.yml |
toc_api.links.menu.yml |
toc_api.links.menu.yml |
|
toc_api.links.menu.yml |
toc_api.links.task.yml |
toc_api.links.task.yml |
|
toc_api.links.task.yml |
toc_api.module |
toc_api.module |
|
Converts header tags into a hierarchical table of contents. |
toc_api.permissions.yml |
toc_api.permissions.yml |
|
toc_api.permissions.yml |
toc_api.routing.yml |
toc_api.routing.yml |
|
toc_api.routing.yml |
toc_api.services.yml |
toc_api.services.yml |
|
toc_api.services.yml |
toc_api.toc_type.default.yml |
config/install/toc_api.toc_type.default.yml |
|
config/install/toc_api.toc_type.default.yml |
toc_api.toc_type.full.yml |
config/install/toc_api.toc_type.full.yml |
|
config/install/toc_api.toc_type.full.yml |
toc_api.toc_type.full_numbered.yml |
config/install/toc_api.toc_type.full_numbered.yml |
|
config/install/toc_api.toc_type.full_numbered.yml |
toc_api.toc_type.schema.yml |
config/schema/toc_api.toc_type.schema.yml |
|
config/schema/toc_api.toc_type.schema.yml |
toc_api.toc_type.simple.yml |
config/install/toc_api.toc_type.simple.yml |
|
config/install/toc_api.toc_type.simple.yml |
toc_api.toc_type.simple_numbered.yml |
config/install/toc_api.toc_type.simple_numbered.yml |
|
config/install/toc_api.toc_type.simple_numbered.yml |
toc_api_example.info.yml |
modules/toc_api_example/toc_api_example.info.yml |
|
modules/toc_api_example/toc_api_example.info.yml |
toc_api_example.module |
modules/toc_api_example/toc_api_example.module |
|
Example of a custom implementation of the TOC API that adds a table of contents to specified content types. |