FormatterInterface::isApplicable

public static FormatterInterface::isApplicable(FieldDefinitionInterface $field_definition)

Returns if the formatter can be used for the provided field.

Parameters

\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition that should be checked.

Return value

bool TRUE if the formatter can be used, FALSE otherwise.

File

core/lib/Drupal/Core/Field/FormatterInterface.php, line 99

Class

FormatterInterface
Interface definition for field formatter plugins.

Namespace

Drupal\Core\Field

Code

public static function isApplicable(FieldDefinitionInterface $field_definition);
doc_Drupal
2016-10-29 09:15:13
Comments
Leave a Comment

Please login to continue.