You are here

protected property HookDiscovery::$hook in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php \Drupal\Core\Plugin\Discovery\HookDiscovery::hook

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

Type: string

File

core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php, line 26
Contains \Drupal\Core\Plugin\Discovery\HookDiscovery.

Class

HookDiscovery
Provides a hook-based plugin discovery class.

Namespace

Drupal\Core\Plugin\Discovery

Code

protected $hook;