Dumplie\Inventory\Application\Extension\CoreExtension::registerCommandExtensions PHP Method

registerCommandExtensions() protected method

protected registerCommandExtensions ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator
    protected function registerCommandExtensions(ServiceLocator $serviceLocator)
    {
        $serviceLocator->get(Services::KERNEL_COMMAND_EXTENSION_REGISTRY)->register(new MetadataExtension());
    }