You are here

protected property DisplayPluginCollection::$pluginKey in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/DisplayPluginCollection.php \Drupal\views\DisplayPluginCollection::pluginKey

The key within the plugin configuration that contains the plugin ID.

Type: string

Overrides DefaultLazyPluginCollection::$pluginKey

File

core/modules/views/src/DisplayPluginCollection.php, line 24

Class

DisplayPluginCollection
A class which wraps the displays of a view so you can lazy-initialize them.

Namespace

Drupal\views

Code

protected $pluginKey = 'display_plugin';