protected property KernelDestructionSubscriber::$services

Holds an array of service ID's that will require destruction.

Type: array

File

drupal/core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php, line 25
Contains \Drupal\Core\EventSubscriber\KernelDestructionSubscriber.

Class

KernelDestructionSubscriber
Destructs services that are initiated and tagged with "needs_destruction".

Namespace

Drupal\Core\EventSubscriber

Code

protected $services = array();