Domain Integration

Component type

module

Maintenance status

Development status

Downloads

3230

Component created

Component changed

Integrates Domain module with popular Drupal modules.

The goal of this module is to give integration to a bunch of important Drupal 7 modules: EntityAPI, Rules, SearchAPI.

This module is under active development
If you find bugs, inconsistencies or you have great ideas or additions: just put them in the issue queue.

This suite provides

Route skip to access

Component type

module

Maintenance status

Development status

Component created

Component changed

See How to skip route if not user access.

This module provides route option "_skip_to_access" to skip route to the next if user does not access to current route.

Example route:

entity.my_entity.edit_form:
  path: '/path/{my_entity}'
  defaults:
    _entity_form: 'my_entity.edit'
  requirements:
    _permission: 'administer my_entity'
  options:
    _skip_to_access: true

Behat Drupal Extension Remote Client

Component type

module

Maintenance status

Development status

Downloads

993

Component created

Component changed

Drupal Remote API Client

The remote API client is a Drupal helper module that, in conjuction with the RestWS module, allows the Drupal Remote API Driver to run Behat tests against Drupal sites. This client module is only needed on remote Drupal sites where testing will occur.

Admin Security

Component type

module

Maintenance status

Development status

Downloads

1546

Component created

Component changed

On certain high-security environments, it is often required to block admin access to all but a white list of IPs. Typically this is done at the Apache level with two servers, one that blocks access to admin urls and another that doesn't. Then the admin server access is locked down as required.

IP Consumer Auth

Component type

module

Maintenance status

Development status

Downloads

710

Component created

Component changed

Drupal 8 custom Authentication Provider using an IP Consumer White List.

This idea is to enable anonymous user access to Drupal 8 REST Resources using IP addresses as the validation method.

This module enables a UI to add a white list of IP consumers.

The module was generated using Drupal Console.