Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PassConfig.php

function PassConfig::getAfterRemovingPasses

Gets all passes for the AfterRemoving pass.

Return value

CompilerPassInterface[]

1 call to PassConfig::getAfterRemovingPasses()
PassConfig::getPasses in vendor/symfony/dependency-injection/Compiler/PassConfig.php
Returns all passes in order to be processed.

File

vendor/symfony/dependency-injection/Compiler/PassConfig.php, line 148

Class

PassConfig
Compiler Pass Configuration.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getAfterRemovingPasses() : array {
    return $this->sortPasses($this->afterRemovingPasses);
}
RSS feed
Powered by Drupal