You are here

public function EditableFieldsHelperInterface::formatterInfoAlter in Editable Fields 8

Same name and namespace in other branches
  1. 1.0.x 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\services

Code

public function formatterInfoAlter(array &$info);