You are here

public function TagManagerInterface::getTagOptions in Fences 8.2

Get the tags that can wrap fields.

Return value

array An array of tags.

1 method overrides TagManagerInterface::getTagOptions()
TagManager::getTagOptions in src/TagManager.php
Get the tags that can wrap fields.

File

src/TagManagerInterface.php, line 21

Class

TagManagerInterface
Gathers and provides the tags that can be used to wrap fields.

Namespace

Drupal\fences

Code

public function getTagOptions();