Dashboard:
Settings:
Alters the dashboard content types rendered on the dashboard:
function administrator_interface_dashboard_items_alter(&$dashboardItems) {
// Alterations code here
}
Alters the dashboard content rendered on the dashboard:
function administrator_interface_dashboard_nodes_alter(&$lastModifiedNodes) {
// Alterations code here
}
Alters the dashboard markup before render:
function administrator_interface_dashboard_markup_alter(&$dashboard_markup) {
// Alterations code here
}
No configuration available
Last modified | Friday, April 30, 2021, 12:00:21 PM UTC |
Last author | Colin van Eenige |
Commit ID | 4c7a701 |