You are here

public function WrapperManagerInterface::getWrapperOptions in Field Token Value 2.x

Same name and namespace in other branches
  1. 8 src/WrapperManagerInterface.php \Drupal\field_token_value\WrapperManagerInterface::getWrapperOptions()

Get the tags than can wrap fields.

Return value

array An array of HTML tags which can wrap the field value.

1 method overrides WrapperManagerInterface::getWrapperOptions()
WrapperManager::getWrapperOptions in src/WrapperManager.php
Get the tags than can wrap fields.

File

src/WrapperManagerInterface.php, line 22
Contains \Drupal\field_token_value\WrapperManager.

Class

WrapperManagerInterface
Gathers and provides the tags that can be used to wrap field content within Field Token Value fields.

Namespace

Drupal\field_token_value

Code

public function getWrapperOptions();