protected property ProcessDecorator::$processCallback

The processor callback to run on each discovered definition.

Type: callable

File

drupal/core/lib/Drupal/Component/Plugin/Discovery/ProcessDecorator.php, line 30
Contains \Drupal\Component\Plugin\Discovery\ProcessDecorator.

Class

ProcessDecorator
Allows custom processing of the discovered definition.

Namespace

Drupal\Component\Plugin\Discovery

Code

protected $processCallback;