public function PassConfig::getMergePass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Compiler/PassConfig.php \Symfony\Component\DependencyInjection\Compiler\PassConfig::getMergePass()
Gets all passes for the Merge pass.
Return value
array An array of passes
File
- vendor/
symfony/ dependency-injection/ Compiler/ PassConfig.php, line 163
Class
- PassConfig
- Compiler Pass Configuration.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getMergePass() {
return $this->mergePass;
}