You are here

public static function FieldDiffBuilderInterface::isApplicable in Diff 8

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

Parameters

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

Return value

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

1 method overrides FieldDiffBuilderInterface::isApplicable()
FieldDiffBuilderBase::isApplicable in src/FieldDiffBuilderBase.php
Returns if the plugin can be used for the provided field.

File

src/FieldDiffBuilderInterface.php, line 52

Class

FieldDiffBuilderInterface
Builds a diff from field item list.

Namespace

Drupal\diff

Code

public static function isApplicable(FieldStorageDefinitionInterface $field_definition);