public static FormatterInterface::isApplicable(FieldDefinitionInterface $field_definition)
Returns if the formatter can be used for the provided field.
\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition that should be checked.
bool TRUE if the formatter can be used, FALSE otherwise.
public static function isApplicable(FieldDefinitionInterface $field_definition);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Field!FormatterInterface.php/function/FormatterInterface::isApplicable/8.1.x