chain_menu_access.info |
chain_menu_access.info |
|
name = Chain Menu Access API
description = Helps client modules to chain their access callbacks into other modules' menu items.
package = Other
core = 7.x
files[] = chain_menu_access.module
files[] = tests/chain_menu_access.test |
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 7
chain_menu_access 7.x-1.x-dev:
- Remove the dependency on the Devel module to make the tests pass on t.d.o.
- #1186208 by salvis, yched: Help ensure that MENU_DEFAULT_LOCAL_TASK items properly… |
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 |
|
This module is an API module. It has no functionality on its own.
Install it only if some other module requires it. |