Original message

Any plans to port this module to Drupal 8?

If so, what's your time-frame?

Current status

The Adminimal Admin Toolbar (Drupal 8) provides a style to Admin Toolbar.

Comments

ANDiTKO’s picture

I want to wait until Drupal 8 gets its official stable release. And review my options. Making a submodule for the core's menu, Admin menu submodule, or create new module from scratch.

moscati’s picture

Another option would be to extend Admin Toolbar (https://www.drupal.org/project/admin_toolbar).

Collins405’s picture

This module is awesome, and in my opinion is so much nicer to work with than the one in D8 core and admin toolbar.

Would love to have this, and admin menu in D8.

caxy4’s picture

A port exists here: https://www.drupal.org/sandbox/energee/2690521

The above repo does have a composer.json so I forked here: https://github.com/caxy4/adminimal_admin_toolbar.git

You can install via composer with the following in your composer.json file:

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/caxy4/adminimal_admin_toolbar.git"
        }
    ],
    "require": {
            "drupal/adminimal_admin_toolbar": "dev-8.x-1.x",
    },
energee’s picture

energee’s picture

Adminimal Admin Toolbar is now a full project, it aims to be what this module was for Drupal 7.

stefan.r’s picture

Issue summary: View changes
Tess Bakker’s picture

Status: Active » Closed (won't fix)

Updated the project page to redirect Drupal 8 devs to Adminimal admin toolbar.