Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

adva

286 sites Security covered
View on drupal.org

Advanced Access is an access control suite designed to provide an extensible access control system that leverages plugins to determine access pathways. The module extends the concepts of the node_access implementation in code to support additional entity types and to make the interface between access modules simple.

Design

Advanced access leverages two major concepts. Access Providers and Access Consumers. Working together these two plugins can be used to provide access control to many entity types throughout Drupal. To create an access grant system for an entity type, it simply an access consumer plugin needs to be provided for that type. Grants are then provided based on then available and supported provider plugins. Consumers can be provided as part of the module providing the entity type, or by another module, using an Overriding consumer plugin.

Flexibility

This module is designed with flexibility in mind. This means that the module is not designed around a particular entity type, or required minimum configuration. Unlike the Core Nodes access implementation, having a module enabled does not mean its being used for any particular entity type, this is all configurable via the admin UI.

Using Advanced Access

This module was developed for sites that might leverage complex access control, and is designed to cut down the logic required to implement efficient access control on multiple entity types, while also still leveraging the same mechanisms that are available for Content in Drupal Core.

  • Node Access
    Advanced Access comes with a module that implements a bridge between Core's Node access system and the Advanced Access plugin environment. Just enable adva_na in the module list, and configure it to use the desired providers.

    Backward compatibility for content Access
    The adva_na module does not out of the box support existing node_access modules that implement the node_access hooks, since this is not required. These modules, may in the future be leveraged to use Advanced Access or plugin bridges may be written in the future to support them.

  • Media Entities

    Advanced Access ships with an access consumer for Media Entities. This supports both the Entity type provided by the Media module Core in versions after Drupal 8.4, as well as the contributed Media Entity module, and its ecosystem. For support for the contributed module, you must apply a patch.

Other entity types

At this time the following modules provide integration with or leverage Advanced Access.

Access Providers

Access providers can be leveraged to provide access to to any entity or only specific types. The following access providers are available:

At this point in time, there is a plan to implement support or replacements for the following modules:

Support

For questions or support with the module, please open an issue in the issue queue, or contact me directly via drupal.org.

Activity

Total releases
3
First release
Oct 2025
Latest release
6 months ago
Release cadence
3 days
Stability
100% stable

Release Timeline

Releases

Version Type Release date
8.x-1.2 Stable Oct 13, 2025
8.x-1.1 Stable Oct 8, 2025
8.x-1.0 Stable Oct 8, 2025