You are here

protected property Cron::$container in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/ProxyClass/Cron.php \Drupal\Core\ProxyClass\Cron::container
  2. 9 core/lib/Drupal/Core/ProxyClass/Cron.php \Drupal\Core\ProxyClass\Cron::container

The service container.

Type: \Symfony\Component\DependencyInjection\ContainerInterface

File

core/lib/Drupal/Core/ProxyClass/Cron.php, line 39

Class

Cron
Provides a proxy class for \Drupal\Core\Cron.

Namespace

Drupal\Core\ProxyClass

Code

protected $container;