content_language_access.admin.inc |
content_language_access.admin.inc |
|
This files creates an admin page for this module. |
content_language_access.info |
content_language_access.info |
|
name = Content language access
description = Provides access checking of the current language of the site against the language of the content.
core = 7.x
package = Access control
dependencies[] = locale
dependencies[] = node
files[] =… |
content_language_access.install |
content_language_access.install |
|
This files provides install/uninstall for this module. |
content_language_access.module |
content_language_access.module |
|
Include language permissions to modify content. |
content_language_access.test |
content_language_access.test |
|
Test suite for content language access module. |
README.txt |
README.txt |
|
Content Language Access Module restricts the access of only contents with
language (except neutral language) that are equal of the actual Drupal
language being accessed or others that were previous configured in the admin
page.
This module helps when… |