class InPlaceEditor
Defines an InPlaceEditor annotation object.
Plugin Namespace: Plugin\InPlaceEditor
For a working example, see \Drupal\quickedit\Plugin\InPlaceEditor\PlainTextEditor
Hierarchy
- class \Drupal\Component\Annotation\Plugin extends \Drupal\Component\Annotation\AnnotationInterface
- class \Drupal\quickedit\Annotation\InPlaceEditor implements \Drupal\Component\Annotation\Plugin
Expanded class hierarchy of InPlaceEditor
See also
\Drupal\quickedit\Plugin\InPlaceEditorBase
\Drupal\quickedit\Plugin\InPlaceEditorInterface
\Drupal\quickedit\Plugin\InPlaceEditorManager
Related topics
7 classes are annotated with InPlaceEditor
- Editor in core/
modules/ quickedit/ src/ Plugin/ InPlaceEditor/ Editor.php - Defines the formatted text in-place editor.
- Editor in core/
modules/ editor/ src/ Plugin/ InPlaceEditor/ Editor.php - Defines the formatted text in-place editor.
- FormEditor in core/
modules/ quickedit/ src/ Plugin/ InPlaceEditor/ FormEditor.php - Defines the form in-place editor.
- Image in core/
modules/ quickedit/ src/ Plugin/ InPlaceEditor/ Image.php - Defines the image text in-place editor.
- Image in core/
modules/ image/ src/ Plugin/ InPlaceEditor/ Image.php - Defines the image text in-place editor.
File
-
core/
modules/ quickedit/ src/ Annotation/ InPlaceEditor.php, line 21
Namespace
Drupal\quickedit\AnnotationView source
class InPlaceEditor extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The name of the module providing the in-place editor plugin.
*
* @var string
*/
public $module;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.