access-grant.tpl.php |
access-grant.tpl.php |
|
Default theme implementation to present an access grant. |
access.access.inc |
access.access.inc |
|
Access control kit API hook implementations to integrate with core modules. |
access.api.php |
access.api.php |
|
Hooks provided by the access control kit module. |
access.boolean.inc |
callbacks/access.boolean.inc |
|
Callback functions for the boolean access scheme type. |
access.features.inc |
access.features.inc |
|
Features integration for the access control kit module. |
access.info |
access.info |
|
name = Access control kit
description = "Customizable access control schemes."
core = 7.x
package = Access control kit
dependencies[] = field
dependencies[] = options
dependencies[] = list
configure = admin/structure/access
; Access grant… |
access.install |
access.install |
|
Install, update and uninstall functions for the access control kit module. |
access.list.inc |
callbacks/access.list.inc |
|
Callback functions for the list field access scheme types. |
access.module |
access.module |
|
The access control kit module. |
access.pages.inc |
access.pages.inc |
|
Page callbacks for the access control kit module. |
access.taxonomy.inc |
callbacks/access.taxonomy.inc |
|
Callback functions for the taxonomy access scheme type. |
access.test |
access.test |
|
Tests for the access control kit module. |
access.user.inc |
callbacks/access.user.inc |
|
Callback functions for the user access scheme type. |
access.views.inc |
access.views.inc |
|
Views integration for the access control kit module. |
access_grants.admin.inc |
access_grants.admin.inc |
|
Access grants administrative UI for the access control kit module. |
access_grant_entity_controller.inc |
access_grant_entity_controller.inc |
|
Contains the access grant entity controller. |
access_handler_argument_access_grant_role.inc |
views/access_handler_argument_access_grant_role.inc |
|
Definition of access_handler_argument_access_grant_role. |
access_handler_field_access_grant_role.inc |
views/access_handler_field_access_grant_role.inc |
|
Definition of access_handler_field_access_grant_role. |
access_handler_filter_access_grant_role.inc |
views/access_handler_filter_access_grant_role.inc |
|
Definition of access_handler_filter_access_grant_role. |
access_handler_relationship_ack_entity_field.inc |
views/access_handler_relationship_ack_entity_field.inc |
|
Definition of access_handler_relationship_ack_entity_field. |
access_schemes.admin.inc |
access_schemes.admin.inc |
|
Access schemes administrative UI for the access control kit module. |
access_scheme_entity_controller.inc |
access_scheme_entity_controller.inc |
|
Contains the access scheme entity controller. |
access_test.info |
tests/access_test.info |
|
name = Access control kit API tests
description = Support module for testing the access control kit API.
core = 7.x
package = Testing
hidden = TRUE
dependencies[] = access
; Access control kit handler classes.
files[] = ack_test.inc |
access_test.module |
tests/access_test.module |
|
A dummy module for testing the access control kit API. |
ack_entity_field.inc |
handlers/ack_entity_field.inc |
|
Contains the handler class for Field API fields on entities. |
ack_entity_taxonomy_term_reference.inc |
handlers/ack_entity_taxonomy_term_reference.inc |
|
Contains the handler class for term reference fields on entities. |
ack_handler.inc |
ack_handler.inc |
|
Contains the access control kit handler interface and base class. |
ack_menu.info |
ack_menu/ack_menu.info |
|
name = ACK menu
description = "Controls access to menu links."
core = 7.x
package = Access control kit
dependencies[] = access
dependencies[] = menu
; Handlers
files[] = ack_menu_handler.inc
files[] = handlers/ack_menu_map.inc
; Test… |
ack_menu.install |
ack_menu/ack_menu.install |
|
Install, update, and uninstall functions for the ACK menu module. |
ack_menu.module |
ack_menu/ack_menu.module |
|
The ACK menu module. |
ack_menu.pages.inc |
ack_menu/ack_menu.pages.inc |
|
Page callbacks for managing menu links in assigned realms. |
ack_menu.test |
ack_menu/ack_menu.test |
|
Tests for the ACK menu module. |
ack_menu_handler.inc |
ack_menu/ack_menu_handler.inc |
|
Contains the ACK menu handler interface. |
ack_menu_map.inc |
ack_menu/handlers/ack_menu_map.inc |
|
Contains the handler class for mapping menu links to access realms. |
ack_node.info |
ack_node/ack_node.info |
|
name = ACK node
description = "Controls access to nodes."
core = 7.x
package = Access control kit
dependencies[] = access
; Handlers
files[] = handlers/ack_node_author.inc
files[] = handlers/ack_node_sticky.inc
files[] =… |
ack_node.install |
ack_node/ack_node.install |
|
Install, update, and uninstall functions for the ACK node module. |
ack_node.module |
ack_node/ack_node.module |
|
The ACK node module. |
ack_node.test |
ack_node/ack_node.test |
|
Tests for the ACK node module. |
ack_node_author.inc |
ack_node/handlers/ack_node_author.inc |
|
Contains the handler class for the author property on nodes. |
ack_node_sticky.inc |
ack_node/handlers/ack_node_sticky.inc |
|
Contains the handler class for the "sticky" flag on nodes. |
ack_node_taxonomy_index.inc |
ack_node/handlers/ack_node_taxonomy_index.inc |
|
Contains the handler class for the taxonomy term node index. |
ack_test.inc |
tests/ack_test.inc |
|
Contains a dummy class for testing the access control kit handler API. |
README.txt |
ack_node/README.txt |
|
@todo Detailed description of global permissions vs. ACK permissions. |