Image::isCompatible |
function |
core/modules/image/src/Plugin/InPlaceEditor/Image.php |
Checks whether this in-place editor is compatible with a given field. |
Editor::isCompatible |
function |
core/modules/editor/src/Plugin/InPlaceEditor/Editor.php |
Checks whether this in-place editor is compatible with a given field. |
FormEditor::isCompatible |
function |
core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php |
Checks whether this in-place editor is compatible with a given field. |
Constraint::isCompatible |
function |
core/lib/Drupal/Component/Version/Constraint.php |
Determines if the provided version is satisfied by this constraint. |
Dependency::isCompatible |
function |
core/lib/Drupal/Core/Extension/Dependency.php |
Determines if the provided version is compatible with this dependency. |
WysiwygEditor::isCompatible |
function |
core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php |
Checks whether this in-place editor is compatible with a given field. |
PlainTextEditor::isCompatible |
function |
core/modules/quickedit/src/Plugin/InPlaceEditor/PlainTextEditor.php |
Checks whether this in-place editor is compatible with a given field. |
DependencyTest::testIsCompatible |
function |
core/tests/Drupal/Tests/Core/Extension/DependencyTest.php |
@covers ::isCompatible |
ConstraintTest::testIsCompatible |
function |
core/tests/Drupal/Tests/Component/Version/ConstraintTest.php |
@covers ::isCompatible
@dataProvider providerIsCompatible |
InPlaceEditorInterface::isCompatible |
function |
core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php |
Checks whether this in-place editor is compatible with a given field. |
ConstraintTest::providerIsCompatible |
function |
core/tests/Drupal/Tests/Component/Version/ConstraintTest.php |
Provider for testIsCompatible. |