class ModuleManagement

Class ModuleManagement

Methods

__construct()

No description

updateModules( ContainerInterface $container)

No description

updateModule( SplFileInfo $file, ContainerInterface $container)

Update module information, and invoke install() for new modules (e.g. modules just discovered), or update() modules for which version number ha changed.

Details

at line 40
__construct()

at line 45
updateModules( ContainerInterface $container)

Parameters

ContainerInterface $container

at line 83
Module updateModule( SplFileInfo $file, ContainerInterface $container)

Update module information, and invoke install() for new modules (e.g. modules just discovered), or update() modules for which version number ha changed.

Parameters

SplFileInfo $file the module.xml file descriptor
ContainerInterface $container the container

Return Value

Module

Exceptions

Exception
PropelException

at line 156
ModuleDescriptorValidator getDescriptorValidator()