Hi, isn't it time to build a Drupal 8 version for this? I'd be happy to help out if needed be.

Comments

johndevman created an issue. See original summary.

johnwebdev’s picture

StatusFileSize
new19.9 KB

I've added some base code to start off from:

  • Defines module
  • Defines permission 'administer cookie compliance'
  • Sets up a route
  • Sets up configuration translation
  • Added form for configuration
  • Defines a link in the menu

TODOS:

- Finish schema (all configuration)
- Actually render the cookie compliance
- Set up a template
- Add libraries for CSS and JavaScript
etc.

I'd be happy to continue if you create a new 8.x dev branch to continue working on :)

  • johnzzon committed 3262781 on 8.x-1.x
    Issue #2836503 by johndevman, johnzzon, ollu, kevin-n: Inital 8.x code.
    
johnwebdev’s picture

Title: Port to D8? » Port to D8
johnzzon’s picture

Started a 8.x-1.x branch with the ported code.

johnwebdev’s picture

To finish the 8.x version we have to:

- Fix code standard
- Remove deprecated code
- Fix Translate-tab on the Settings page
- Write automated tests

Changes from 7.x to 8.x is that this module requires JavaScript due to missing out on Cache in any other case.

johnwebdev’s picture

Version: 7.x-1.4 » 8.x-1.x-dev
johnwebdev’s picture

StatusFileSize
new6.64 KB

This provided patch fixes:

- Fix code standard
- Fix Translate-tab on the Settings page