You are here

function xautoload_BootSchedule_Interface::modulesInstalledOrEnabled in X Autoload 7.3

Add modules after they have been enabled or installed.

Parameters

array $modules: Array of module names, with numeric keys.

2 methods override xautoload_BootSchedule_Interface::modulesInstalledOrEnabled()
xautoload_BootSchedule_Default::modulesInstalledOrEnabled in lib/BootSchedule/Default.php
Add modules after they have been enabled or installed.
xautoload_BootSchedule_Proxy::modulesInstalledOrEnabled in lib/BootSchedule/Proxy.php
Add modules after they have been enabled or installed.

File

lib/BootSchedule/Interface.php, line 23

Class

xautoload_BootSchedule_Interface

Code

function modulesInstalledOrEnabled(array $modules);