You are here

public static function FieldComparatorInterface::isApplicable in Conflict 8.2

Returns if the field comparator 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 field comparator can be used, FALSE otherwise.

1 method overrides FieldComparatorInterface::isApplicable()
FieldComparatorDefault::isApplicable in src/Plugin/Conflict/FieldComparator/FieldComparatorDefault.php
Returns if the field comparator can be used for the provided field.

File

src/FieldComparatorInterface.php, line 81

Class

FieldComparatorInterface

Namespace

Drupal\conflict

Code

public static function isApplicable(FieldDefinitionInterface $field_definition);