DPDK Architecture  ->  Drupal (stable)

Administrator Interface
>= v3.0.5

Functionalities

  • Provides a Dashboard for Drupal
  • Provides a settings page for managing basis theme options
  • Implements the default SEO paragraph
  • Implements the default Basic Section paragraph
  • Fixes basic role assignments
  • Enforces the /admin/dashboard route as default page
  • Removes X-* headers for security reasons
  • Disables the /user/password and /user/register pages
  • Simplifies the Drupal interface
  • Fixes general drupal interface bugs

Preview

Dashboard:

Dashboard Page

Settings:

Settings Page

Hooks

dashboard_items

Alters the dashboard content types rendered on the dashboard:

function administrator_interface_dashboard_items_alter(&$dashboardItems) {
  // Alterations code here
}

dashboard_nodes

Alters the dashboard content rendered on the dashboard:

function administrator_interface_dashboard_nodes_alter(&$lastModifiedNodes) {
  // Alterations code here
}

dashboard_markup

Alters the dashboard markup before render:

function administrator_interface_dashboard_markup_alter(&$dashboard_markup) {
  // Alterations code here
}

Configuration

No configuration available

Routes

  • /admin/config/user-interface/administrator-interface
  • /admin/dashboard
Last modifiedFriday, April 30, 2021, 12:00:21 PM UTC
Last authorColin van Eenige
Commit ID4c7a701