You are here

protected property WrapperManager::$default in Field Token Value 2.x

Same name and namespace in other branches
  1. 8 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_value

Code

protected $default = [
  'title' => '',
  'summary' => '',
  'tag' => '',
  'attributes' => [],
];