protected static property Base::$linkTypes in Double Field 4.x
Same name and namespace in other branches
- 8.3 src/Plugin/Field/FieldFormatter/Base.php \Drupal\double_field\Plugin\Field\FieldFormatter\Base::linkTypes
Subfield types that can be rendered as a link.
Type: array
File
- src/
Plugin/ Field/ FieldFormatter/ Base.php, line 25
Class
- Base
- Base class for Double field formatters.
Namespace
Drupal\double_field\Plugin\Field\FieldFormatterCode
protected static $linkTypes = [
'email',
'telephone',
'uri',
];