Search for access

  1. Search 7.x-1.x for access
  2. Search 4.0.x for access
  3. Other projects
Title Object type File name Summary
AccessInterface interface src/Access/AccessInterface.php Ctools Access Interface.
AccessInterface.php file src/Access/AccessInterface.php
AccessInterface::access function src/Access/AccessInterface.php Provides the access method for accounts.
ctools.access service ./ctools.services.yml Drupal\ctools\Access\TempstoreAccess
EntityField::blockAccess function modules/ctools_block/src/Plugin/Block/EntityField.php Indicates whether the block should be shown.
EntityView::access function src/Plugin/Block/EntityView.php
EntityView::accessRecursion function src/Plugin/Block/EntityView.php
EntityView::getAccessRecursion function src/Plugin/Block/EntityView.php
EntityViewTest::testAccess function tests/src/Kernel/Plugin/Block/EntityViewTest.php Tests plugin access.
TempstoreAccess class src/Access/TempstoreAccess.php Tempstore Access for ctools.
TempstoreAccess.php file src/Access/TempstoreAccess.php
TempstoreAccess::$tempstore property src/Access/TempstoreAccess.php The shared tempstore factory.
TempstoreAccess::access function src/Access/TempstoreAccess.php Access method to find if user has access to a particular tempstore.
TempstoreAccess::getTempstore function src/Access/TempstoreAccess.php Retreive the tempstore factory.
TempstoreAccess::__construct function src/Access/TempstoreAccess.php Constructor for access to shared tempstore.