You are here

protected property InfoHookDecorator::$hook in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php \Drupal\Core\Plugin\Discovery\InfoHookDecorator::hook
  2. 9 core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php \Drupal\Core\Plugin\Discovery\InfoHookDecorator::hook

The name of the info hook that will be implemented by this discovery instance.

Type: string

File

core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php, line 27

Class

InfoHookDecorator
Allows info hook implementations to enhance discovered plugin definitions.

Namespace

Drupal\Core\Plugin\Discovery

Code

protected $hook;