Mercurial > hg > isophonics-drupal-site
comparison core/modules/quickedit/src/EditorSelector.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
20 protected $editorManager; | 20 protected $editorManager; |
21 | 21 |
22 /** | 22 /** |
23 * The manager for formatter plugins. | 23 * The manager for formatter plugins. |
24 * | 24 * |
25 * @var \Drupal\Core\Field\FormatterPluginManager. | 25 * @var \Drupal\Core\Field\FormatterPluginManager |
26 */ | 26 */ |
27 protected $formatterManager; | 27 protected $formatterManager; |
28 | 28 |
29 /** | 29 /** |
30 * A list of alternative editor plugin IDs, keyed by editor plugin ID. | 30 * A list of alternative editor plugin IDs, keyed by editor plugin ID. |