Trait that manages queued modules
| Methods | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
public
static
|
queue_module_for_all_pages(string $module, bool $logged_in, string $marker, string $placement, string $source)
Queue a module to be added to all defined pages
Queue a module to be added to all defined pages Parameters
|
# | ||||||||||
public
static
|
process_all_page_queue(): void
Process queued modules and add them to all pages
Process queued modules and add them to all pages |
# | ||||||||||
public
static
|
process_replace_queue(): void
Process the replacement queue and try to replace modules
Process the replacement queue and try to replace modules |
# | ||||||||||
public
static
|
try_queued_modules(): void
Attempt to insert modules that initially failed
Attempt to insert modules that initially failed |
# | ||||||||||