Defines an InPlaceEditor annotation object.
Expanded class hierarchy of InPlaceEditor
class InPlaceEditor extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* An array of in-place editors that have registered themselves as
* alternatives to this in-place editor.
*
* @var array
*/
public $alternativeTo;
/**
* The name of the module providing the in-place editor plugin.
*
* @var string
*/
public $module;
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
InPlaceEditor:: |
public | property | An array of in-place editors that have registered themselves as alternatives to this in-place editor. | |
InPlaceEditor:: |
public | property | The plugin ID. | |
InPlaceEditor:: |
public | property | The name of the module providing the in-place editor plugin. | |
Plugin:: |
protected | property | The plugin definiton read from the class annotation. | |
Plugin:: |
public | function |
Implements Drupal\Core\Annotation\AnnotationInterface::get(). Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function | Constructs a Plugin object. |