Checks whether this editor is compatible with a given field instance.
\Drupal\field\Plugin\Core\Entity\FieldInstance $instance: The field instance of the field being edited.
array $items: The field's item values.
bool TRUE if it is compatible, FALSE otherwise.
public function isCompatible(FieldInstance $instance, array $items);