You are here

public function TocInterface::getAllowedTags in TOC API 8

Returns an array of allowed tags names.

Return value

array An array of allowed tags names.

1 method overrides TocInterface::getAllowedTags()
Toc::getAllowedTags in src/Toc.php
Returns an array of allowed tags names.

File

src/TocInterface.php, line 48

Class

TocInterface
Provides an interface defining a TOC.

Namespace

Drupal\toc_api

Code

public function getAllowedTags();