You are here

public property InPlaceEditor::$alternativeTo in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/quickedit/src/Annotation/InPlaceEditor.php \Drupal\quickedit\Annotation\InPlaceEditor::alternativeTo

An array of in-place editors plugin IDs that have registered themselves as alternatives to this in-place editor.

Type: array

File

core/modules/quickedit/src/Annotation/InPlaceEditor.php, line 41
Contains \Drupal\quickedit\Annotation\InPlaceEditor.

Class

InPlaceEditor
Defines an InPlaceEditor annotation object.

Namespace

Drupal\quickedit\Annotation

Code

public $alternativeTo;