service container.namespaces

Class

ArrayObject

Tags

  • persist
10 string references to container.namespaces
DrupalKernel::buildContainer in drupal/core/lib/Drupal/Core/DrupalKernel.php
Builds the service container.
DrupalKernel::initializeContainer in drupal/core/lib/Drupal/Core/DrupalKernel.php
Initializes the service container.
EditIntegrationTest::testEditorSelection in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests editor selection when the Editor module is present.
EditIntegrationTest::testMetadata in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests (custom) metadata when the formatted text editor is used.
EditorManagerTest::testManager in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php
Tests the configurable text editor manager.

... See full list

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: ArrayObject
  2. arguments:
  3. - '%container.namespaces%'
  4. tags:
  5. - { name: persist }