interface WrapperManagerInterface in Field Token Value 8
Same name and namespace in other branches
- 2.x src/WrapperManagerInterface.php \Drupal\field_token_value\WrapperManagerInterface
Gathers and provides the tags that can be used to wrap field content within Field Token Value fields.
Hierarchy
- interface \Drupal\field_token_value\WrapperManagerInterface
Expanded class hierarchy of WrapperManagerInterface
All classes that implement WrapperManagerInterface
1 file declares its use of WrapperManagerInterface
- FieldTokenValueTextFormatter.php in src/
Plugin/ Field/ FieldFormatter/ FieldTokenValueTextFormatter.php
File
- src/
WrapperManagerInterface.php, line 14 - Contains \Drupal\field_token_value\WrapperManager.
Namespace
Drupal\field_token_valueView source
interface WrapperManagerInterface {
/**
* Get the tags than can wrap fields.
*
* @return array
* An array of HTML tags which can wrap the field value.
*/
public function getWrapperOptions();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
WrapperManagerInterface:: |
public | function | Get the tags than can wrap fields. | 1 |