6 calls to i18n_access_load_permissions() in Translation Access 6
- i18nAccessTestCase::setLanguagePermissions in ./
i18n_access.test - Sets the language permission for the specified user. Must be logged in as an 'administer users' privileged user before calling this.
- i18nAccessTestCase::testAdminUser in ./
i18n_access.test - Test admin user. User with 'administer nodes' permission should be able to create and edit nodes regardless of the language
- i18nAccessTestCase::testTranslatorUser in ./
i18n_access.test - Test translator user. User with 'create story content' and 'edit own story content' permissions should be able to create and edit story nodes only in the languages that they have permissions for.
- i18n_access_form_alter in ./
i18n_access.module - Implementation of hook_form_alter().
- i18n_access_user in ./
i18n_access.module - Implementation of hook_user().
- _i18n_access_node_access in ./
i18n_access.module - Wrapper around node_access() with additional checks for language permissions.