function TestFieldApplicableFormatter::isApplicable
Overrides FormatterBase::isApplicable
File
-
core/
modules/ field/ tests/ modules/ field_test/ src/ Plugin/ Field/ FieldFormatter/ TestFieldApplicableFormatter.php, line 30
Class
- TestFieldApplicableFormatter
- Plugin implementation of the 'field_test_applicable' formatter.
Namespace
Drupal\field_test\Plugin\Field\FieldFormatterCode
public static function isApplicable(FieldDefinitionInterface $field_definition) {
return $field_definition->getName() != 'deny_applicable';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.