public function EditableFieldsHelperInterface::formatterInfoAlter in Editable Fields 1.0.x
Same name and namespace in other branches
- 8 src/services/EditableFieldsHelperInterface.php \Drupal\editablefields\services\EditableFieldsHelperInterface::formatterInfoAlter()
Make "editablefields" formatter available for all the field types.
Parameters
array $info: An array of information on existing formatter types, as collected by the annotation discovery mechanism.
1 method overrides EditableFieldsHelperInterface::formatterInfoAlter()
- EditableFieldsHelper::formatterInfoAlter in src/
services/ EditableFieldsHelper.php - Make "editablefields" formatter available for all the field types.
File
- src/
services/ EditableFieldsHelperInterface.php, line 44
Class
- EditableFieldsHelperInterface
- Interface EditableFieldsHelperInterface.
Namespace
Drupal\editablefields\servicesCode
public function formatterInfoAlter(array &$info);