Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PermissionsHashGeneratorInterface | interface | core/ |
Defines the user permissions hash generator interface. |
| PermissionsHashGeneratorInterface.php | file | core/ |
|
| PermissionsHashGeneratorInterface::generate | function | core/ |
Generates a hash that uniquely identifies a user's permissions. |
| PermissionsHashGeneratorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Session\PermissionsHashGenerator[[api-linebreak]] @group Session |
| PermissionsHashGeneratorTest.php | file | core/ |
|
| PermissionsHashGeneratorTest::$account1 | property | core/ |
The mocked super user account. |
| PermissionsHashGeneratorTest::$account2 | property | core/ |
A mocked account. |
| PermissionsHashGeneratorTest::$account2Updated | property | core/ |
An "updated" mocked account. |
| PermissionsHashGeneratorTest::$account3 | property | core/ |
A different account. |
| PermissionsHashGeneratorTest::$cache | property | core/ |
The mocked cache backend. |
| PermissionsHashGeneratorTest::$permissionsHash | property | core/ |
The permission hash class being tested. |
| PermissionsHashGeneratorTest::$privateKey | property | core/ |
The mocked private key service. |
| PermissionsHashGeneratorTest::$staticCache | property | core/ |
The mocked cache backend. |
| PermissionsHashGeneratorTest::setUp | function | core/ |
|
| PermissionsHashGeneratorTest::testGenerate | function | core/ |
@covers ::generate[[api-linebreak]] |
| PermissionsHashGeneratorTest::testGenerateNoCache | function | core/ |
Tests the generate method with no cache returned. |
| PermissionsHashGeneratorTest::testGeneratePersistentCache | function | core/ |
@covers ::generate[[api-linebreak]] |
| PermissionsHashGeneratorTest::testGenerateStaticCache | function | core/ |
@covers ::generate[[api-linebreak]] |
| PermissionsTest | class | core/ |
@group system |
| PermissionsTest.php | file | core/ |
|
| PermissionsTest::$modules | property | core/ |
|
| PermissionsTest::testAccessContentPermission | function | core/ |
Tests the 'access content' permission is provided by the System module. |
| PersistentDatabaseLockBackend | class | core/ |
Defines the persistent database lock backend. This backend is global for this Drupal installation. |
| PersistentDatabaseLockBackend | class | core/ |
Provides a proxy class for \Drupal\Core\Lock\PersistentDatabaseLockBackend. |
| PersistentDatabaseLockBackend.php | file | core/ |
|
| PersistentDatabaseLockBackend.php | file | core/ |
|
| PersistentDatabaseLockBackend::$container | property | core/ |
The service container. |
| PersistentDatabaseLockBackend::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| PersistentDatabaseLockBackend::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| PersistentDatabaseLockBackend::acquire | function | core/ |
Acquires a lock. |
| PersistentDatabaseLockBackend::getLockId | function | core/ |
Gets the unique page token for locks. |
| PersistentDatabaseLockBackend::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| PersistentDatabaseLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| PersistentDatabaseLockBackend::release | function | core/ |
Releases the given lock. |
| PersistentDatabaseLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| PersistentDatabaseLockBackend::schemaDefinition | function | core/ |
|
| PersistentDatabaseLockBackend::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a new PersistentDatabaseLockBackend. |
| pgsql.entity.query.sql | service | core/ |
Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory |
| pgsql.views.date_sql | service | core/ |
Drupal\views\Plugin\views\query\PostgresqlDateSql |
| pgsql.workspaces.entity.query.sql | service | core/ |
Drupal\workspaces\EntityQuery\PgsqlQueryFactory |
| PgsqlQueryFactory | class | core/ |
Workspaces PostgreSQL-specific entity query implementation. |
| PgsqlQueryFactory.php | file | core/ |
|
| PgsqlQueryFactory::$workspaceManager | property | core/ |
The workspace manager. |
| PgsqlQueryFactory::get | function | core/ |
|
| PgsqlQueryFactory::getAggregate | function | core/ |
|
| PgsqlQueryFactory::__construct | function | core/ |
Constructs a PgsqlQueryFactory object. |
| PharExtensionInterceptor | class | core/ |
An alternate PharExtensionInterceptor to support phar-based CLI tools. |
| PharExtensionInterceptor.php | file | core/ |
Pagination
- Previous page
- Page 946
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.