DrupalKernel::$serviceYamls

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/DrupalKernel.php \Drupal\Core\DrupalKernel::serviceYamls
  2. 8.9.x core/lib/Drupal/Core/DrupalKernel.php \Drupal\Core\DrupalKernel::serviceYamls
  3. 10 core/lib/Drupal/Core/DrupalKernel.php \Drupal\Core\DrupalKernel::serviceYamls

List of discovered services.yml path names.

This is a nested array whose top-level keys are 'app' and 'site', denoting the origin of a service provider. Site-specific providers have to be collected separately, because they need to be processed last, so as to be able to override services from application service providers.

Type: array

File

core/lib/Drupal/Core/DrupalKernel.php, line 210

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

protected $serviceYamls;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.