protected property WrapperManager::$default in Field Token Value 8
Same name and namespace in other branches
- 2.x src/WrapperManager.php \Drupal\field_token_value\WrapperManager::default
File
- src/
WrapperManager.php, line 62 - Contains \Drupal\field_token_value\WrapperManager.
Class
- WrapperManager
- Gathers and provides the tags that can be used to wrap field content within Field Token Value fields.
Namespace
Drupal\field_token_valueCode
protected $default = [
'title' => '',
'summary' => '',
'tag' => '',
'attributes' => [],
];