‪TYPO3CMS  ‪main
Services.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 use Symfony\Component\DependencyInjection\ContainerBuilder;
6 use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
8 
9 return static function (ContainerConfigurator $container, ContainerBuilder $containerBuilder) {
10  $containerBuilder->addCompilerPass(new ‪ConsoleCommandPass('console.command'));
11 };
‪TYPO3\CMS\Core\DependencyInjection\ConsoleCommandPass
Definition: ConsoleCommandPass.php:28