namespace Drupal\Core\DependencyInjection\Compiler

Classsort descending Location Description
RegisterAccessChecksPass drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php Adds services tagged 'access_check' to the access_manager service.
RegisterKernelListenersPass drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterKernelListenersPass.php
RegisterMatchersPass drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterMatchersPass.php Adds services tagged 'chained_matcher' to the 'matcher' service.
RegisterNestedMatchersPass drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterNestedMatchersPass.php Adds services tagged 'nested_matcher' to the tagged_matcher service.
RegisterSerializationClassesPass drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php Adds services tagged 'normalizer' and 'encoder' to the Serializer.