acl.admin.inc |
acl.admin.inc |
|
Implementations of administration functions for the acl module. |
acl.api.php |
acl.api.php |
|
API documentation for ACL. |
acl.destination.schema.yml |
config/schema/acl.destination.schema.yml |
|
config/schema/acl.destination.schema.yml |
acl.info.yml |
acl.info.yml |
|
acl.info.yml |
acl.install |
acl.install |
|
Install, update and uninstall functions for the acl module. |
acl.module |
acl.module |
|
An API module providing by-user access control lists. |
acl.source.schema.yml |
config/schema/acl.source.schema.yml |
|
config/schema/acl.source.schema.yml |
AclList.php |
src/Plugin/migrate/source/AclList.php |
Drupal\acl\Plugin\migrate\source |
|
AclList.php |
src/Plugin/migrate/destination/AclList.php |
Drupal\acl\Plugin\migrate\destination |
|
AclMigrationTestTrait.php |
src/Tests/AclMigrationTestTrait.php |
Drupal\acl\Tests |
|
AclTable.php |
src/Plugin/migrate/source/AclTable.php |
Drupal\acl\Plugin\migrate\source |
|
AclTable.php |
src/Plugin/migrate/destination/AclTable.php |
Drupal\acl\Plugin\migrate\destination |
|
AclTest.php |
src/Tests/AclTest.php |
Drupal\acl\Tests |
|
acl_node_test.info.yml |
tests/modules/acl_node_test/acl_node_test.info.yml |
|
tests/modules/acl_node_test/acl_node_test.info.yml |
acl_node_test.module |
tests/modules/acl_node_test/acl_node_test.module |
|
Dummy module implementing node related hooks to test API interaction with
the Node module. |
CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG for ACL for Drupal 8 & 9
acl 8.x-1.x-dev:
acl 8.x-1.0-beta1 (2021-02-19):
Fixes:
- #3191157 by EclipseGc: Get tests passing.
Tasks:
- #3160344 by the_turk: Add Drupal 9 compatibility for test module.
- #3124588 by… |
d6_d7_acl.yml |
migrations/d6_d7_acl.yml |
|
migrations/d6_d7_acl.yml |
d6_d7_acl_node.yml |
migrations/d6_d7_acl_node.yml |
|
migrations/d6_d7_acl_node.yml |
d6_d7_acl_user.yml |
migrations/d6_d7_acl_user.yml |
|
migrations/d6_d7_acl_user.yml |
d6_d7_table.php |
tests/fixtures/d6_d7_table.php |
|
ACL table dump for testing purposes. |
MigrateAclList68Test.php |
src/Tests/Migrate/d6/MigrateAclList68Test.php |
Drupal\acl\Tests\Migrate\d6 |
|
MigrateAclList78Test.php |
src/Tests/Migrate/d7/MigrateAclList78Test.php |
Drupal\acl\Tests\Migrate\d7 |
|
README.txt |
README.txt |
|
README.txt for ACL 8.x-1.x
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Troubleshooting
* Support/Customizations
* Maintainers
INTRODUCTION
------------
The ACL module, short… |