chain_menu_access.info.yml |
chain_menu_access.info.yml |
|
chain_menu_access.info.yml |
chain_menu_access.module |
chain_menu_access.module |
|
An API module to help client modules chain their access callbacks into
other modules' menu items. |
chain_menu_access.test |
tests/chain_menu_access.test |
|
Tests for chain_menu_access.module. |
chain_menu_access_test.info |
tests/chain_menu_access_test.info |
|
name = "Chain Menu Access API tests"
description = "Support module for testing the Chain Menu Access API."
package = Testing
core = 7.x
hidden = TRUE |
chain_menu_access_test.module |
tests/chain_menu_access_test.module |
|
Dummy module implementing menu access functions to test the
Chain Menu Access API module. |
CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG for Chain Menu Access API for Drupal 8
chain_menu_access 8.x-1.x-dev:
- Issue #2995656 by somersoft, aburrows: Fix Function create_function() is deprecated.
- Fix missing quotes in .info.yml file.
- Change .info file into… |
INSTALL.txt |
INSTALL.txt |
|
Simply drop this module's directory into your contrib modules directory and
install via admin/modules/list. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
Chain Menu Access API has no functionality on its own — install it only if
another module… |