_toolbar_subtrees_access |
function |
drupal/core/modules/toolbar/toolbar.module |
Access callback: Returns if the user has access to the rendered subtree requested by the hash. |
AccessManager::$checkIds |
property |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Array of registered access check service ids. |
AccessManager::setChecks |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
For each route, saves a list of applicable access checks to the route. |
AccessManager::loadCheck |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Lazy-loads access check services. |
shortcut_set_edit_access |
function |
drupal/core/modules/shortcut/shortcut.module |
Access callback for editing a shortcut set. |
FieldAccessTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
|
AccessPluginBase::access |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php |
Determine if the current user has access or not. |
RegisterAccessChecksPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php |
Adds services tagged 'access_check' to the access_manager service. |
node_access_test.install |
file |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.install |
Install, update and uninstall functions for the node_access_test module. |
AccessTestBase::$webUser |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/User/AccessTestBase.php |
Contains a user object that has no special permissions. |
AccessTestBase::$webRole |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/User/AccessTestBase.php |
Contains a role ID that is used by the webUser. |
_tracker_myrecent_access |
function |
drupal/core/modules/tracker/tracker.module |
Access callback: Determines access permission for a user's own account. |
SearchNodeAccessTest.php |
file |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php |
Definition of Drupal\search\Tests\SearchNodeAccessTest. |
AccessCheckInterface.php |
file |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
Contains Drupal\Core\Access\AccessCheckInterface. |
CronAccessCheck::applies |
function |
drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php |
Implements AccessCheckInterface::applies(). |
authorize_access_allowed |
function |
drupal/core/authorize.php |
Determines if the current user is allowed to run authorize.php. |
entity_access_controller |
function |
drupal/core/includes/entity.inc |
Returns the entity access controller for the given entity type. |
AccessPermissionTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/User/AccessPermissionTest.php |
Definition of Drupal\views\Tests\User\AccessPermissionTest. |
_node_access_write_grants |
function |
drupal/core/modules/node/node.module |
Writes a list of grants to the database, deleting any previously saved ones. |
node_access_needs_rebuild |
function |
drupal/core/modules/node/node.module |
Toggles or reads the value of a flag for rebuilding the node access grants. |
EntityTranslation::access |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements AccessibleInterface::access(). |
node_file_download_access |
function |
drupal/core/modules/node/node.module |
Implements hook_file_download_access(). |
Role::get_access_callback |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Role.php |
Determine the access callback and arguments. |
None::get_access_callback |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/None.php |
Implements Drupal\views\Plugin\views\access\AccessPluginBase::get_access_callback(). |
FieldAccessTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
Modules to enable. |
filter_form_access_denied |
function |
drupal/core/modules/filter/filter.module |
Render API callback: Hides the field value of 'text_format' elements. |
user_file_download_access |
function |
drupal/core/modules/user/user.module |
Implements hook_file_download_access(). |
AccessDeniedException.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php |
|
translation_entity_access |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Checks whether an entity translation is accessible. |
hook_file_download_access |
function |
drupal/core/modules/file/file.api.php |
Control download access to files. |
TrackerNodeAccessTest.php |
file |
drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerNodeAccessTest.php |
Definition of Drupal\tracker\Tests\TrackerNodeAccessTest. |
CommentNodeAccessTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeAccessTest.php |
Definition of Drupal\comment\Tests\CommentNodeAccessTest. |
AccessDeniedTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/AccessDeniedTest.php |
|
AccessDeniedHttpException |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php |
AccessDeniedHttpException. |
PermissionAccessCheck.php |
file |
drupal/core/lib/Drupal/Core/Access/PermissionAccessCheck.php |
Contains Drupal\Core\Access\PermissionAccessCheck. |
update_access_denied_page |
function |
drupal/core/update.php |
Renders a 403 access denied page for update.php. |
NodeAccessRecordsTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRecordsTest.php |
Definition of Drupal\node\Tests\NodeAccessRecordsTest. |
NodeAccessRebuildTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php |
Definition of Drupal\node\Tests\NodeAccessRebuildTest. |
DisplayPluginBase::access |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Determine if the user has access to this display of the view. |
EntityAccessTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
|
node_access_view_all_nodes |
function |
drupal/core/modules/node/node.module |
Determines whether the user has a global viewing grant for all nodes. |
node_access_acquire_grants |
function |
drupal/core/modules/node/node.module |
Gets the list of node access grants and writes them to the database. |
NodeAccessPagerTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessPagerTest.php |
Sets up a Drupal site for running functional and integration tests. |
RevisionLinkRevert::access |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkRevert.php |
Check whether current user has access to this handler. |
RevisionLinkDelete::access |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkDelete.php |
Check whether current user has access to this handler. |
DefaultAccessCheck::access |
function |
drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php |
Implements AccessCheckInterface::access(). |
AccessTest::testAccessNone |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/AccessTest.php |
Tests none access plugin. |
AccessManager::__construct |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Constructs a new AccessManager. |
shortcut_set_delete_access |
function |
drupal/core/modules/shortcut/shortcut.module |
Access callback for deleting a shortcut set. |
shortcut_set_switch_access |
function |
drupal/core/modules/shortcut/shortcut.module |
Access callback for switching the shortcut set assigned to a user account. |