You are here

protected property DerivativeDiscoveryDecorator::$derivers in Plug 7

Plugin derivers.

Keys are base plugin IDs.

Type: \Drupal\Component\Plugin\Derivative\DeriverInterface[]

File

lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php, line 28
Contains \Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator.

Class

DerivativeDiscoveryDecorator
Base class providing the tools for a plugin discovery to be derivative aware.

Namespace

Drupal\Component\Plugin\Discovery

Code

protected $derivers = array();