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 |
|
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. |