You are here

protected property DeriverBase::$derivatives in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php \Drupal\Component\Plugin\Derivative\DeriverBase::derivatives

List of derivative definitions.

Type: array

File

core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php, line 20
Contains \Drupal\Component\Plugin\Derivative\DeriverBase.

Class

DeriverBase
Provides a basic deriver.

Namespace

Drupal\Component\Plugin\Derivative

Code

protected $derivatives = array();