Provides a central management class for event handlers and common functionality for the developer_tools component.
More...
Provides a central management class for event handlers and common functionality for the developer_tools component.
Definition at line 13 of file developer_tools_manager.inc.
◆ DeveloperToolsManager()
DeveloperToolsManager::DeveloperToolsManager |
( |
| ) |
|
◆ formatComponent()
static DeveloperToolsManager::formatComponent |
( |
|
$item | ) |
|
|
static |
◆ formatDefault()
static DeveloperToolsManager::formatDefault |
( |
|
$item | ) |
|
|
static |
◆ formatHandler()
static DeveloperToolsManager::formatHandler |
( |
|
$item | ) |
|
|
static |
Definition at line 58 of file developer_tools_manager.inc.
60 if (is_array($item->handler))
return implode(
"::", $item->handler);
61 return $item->handler;
◆ formatPriority()
static DeveloperToolsManager::formatPriority |
( |
|
$item | ) |
|
|
static |
◆ formatSections()
static DeveloperToolsManager::formatSections |
( |
|
$item | ) |
|
|
static |
◆ registerIcons()
static DeveloperToolsManager::registerIcons |
( |
|
$icons | ) |
|
|
static |
◆ setDefaults()
static DeveloperToolsManager::setDefaults |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: