You are here

protected property EditorSelector::$alternatives in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/quickedit/src/EditorSelector.php \Drupal\quickedit\EditorSelector::alternatives
  2. 10 core/modules/quickedit/src/EditorSelector.php \Drupal\quickedit\EditorSelector::alternatives

A list of alternative editor plugin IDs, keyed by editor plugin ID.

Type: array

File

core/modules/quickedit/src/EditorSelector.php, line 34

Class

EditorSelector
Selects an in-place editor (an InPlaceEditor plugin) for a field.

Namespace

Drupal\quickedit

Code

protected $alternatives;