function FormEditor::isCompatible
Same name in other branches
- 8.9.x core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php \Drupal\quickedit\Plugin\InPlaceEditor\FormEditor::isCompatible()
Overrides InPlaceEditorInterface::isCompatible
File
-
core/
modules/ quickedit/ src/ Plugin/ InPlaceEditor/ FormEditor.php, line 20
Class
- FormEditor
- Defines the form in-place editor.
Namespace
Drupal\quickedit\Plugin\InPlaceEditorCode
public function isCompatible(FieldItemListInterface $items) {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.