public function EditableFieldsHelperInterface::getAllFieldTypes in Editable Fields 8
Same name and namespace in other branches
- 1.0.x src/services/EditableFieldsHelperInterface.php \Drupal\editablefields\services\EditableFieldsHelperInterface::getAllFieldTypes()
Get machine names of all the field types.
Return value
array Array of all field types machine names.
1 method overrides EditableFieldsHelperInterface::getAllFieldTypes()
- EditableFieldsHelper::getAllFieldTypes in src/
services/ EditableFieldsHelper.php - Get machine names of all the field types.
File
- src/
services/ EditableFieldsHelperInterface.php, line 52
Class
- EditableFieldsHelperInterface
- Interface EditableFieldsHelperInterface.
Namespace
Drupal\editablefields\servicesCode
public function getAllFieldTypes();