You are here

protected constant FieldTypeManager::TEXT_FIELD_TYPES in Tooltip Taxonomy 8

File

src/Services/FieldTypeManager.php, line 12

Class

FieldTypeManager
The class for the field type manager.

Namespace

Drupal\tooltip_taxonomy\Services

Code

protected const TEXT_FIELD_TYPES = [
  'text',
  'text_long',
  'text_with_summary',
  'string_long',
];