Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AnonResourceTestTrait.php | file | core/ |
|
AnonResourceTestTrait::assertAuthenticationEdgeCases | function | core/ |
|
AnonResourceTestTrait::assertResponseWhenMissingAuthentication | function | core/ |
|
AnonymousPrivateTempStoreTest | class | core/ |
Tests the PrivateTempStore for anonymous users. |
AnonymousPrivateTempStoreTest.php | file | core/ |
|
AnonymousPrivateTempStoreTest::$modules | property | core/ |
Modules to install. |
AnonymousPrivateTempStoreTest::$tempStore | property | core/ |
The private temp store. |
AnonymousPrivateTempStoreTest::setUp | function | core/ |
|
AnonymousPrivateTempStoreTest::testAnonymousCanUsePrivateTempStoreGet | function | core/ |
Tests anonymous can get without a previous set. |
AnonymousPrivateTempStoreTest::testAnonymousCanUsePrivateTempStoreSet | function | core/ |
Tests anonymous can use the PrivateTempStore. |
AnonymousUserResponseSubscriber | class | core/ |
Response subscriber to handle finished responses for the anonymous user. |
AnonymousUserResponseSubscriber.php | file | core/ |
|
AnonymousUserResponseSubscriber::$currentUser | property | core/ |
The current user. |
AnonymousUserResponseSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
AnonymousUserResponseSubscriber::onRespond | function | core/ |
Adds a cache tag if the 'user.permissions' cache context is present. |
AnonymousUserResponseSubscriber::__construct | function | core/ |
Constructs an AnonymousUserResponseSubscriber object. |
AnonymousUserSession | class | core/ |
An account implementation representing an anonymous user. |
AnonymousUserSession.php | file | core/ |
|
AnonymousUserSession::__construct | function | core/ |
Constructs a new anonymous user session. |
AnonymousUserSessionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Session\AnonymousUserSession @group Session |
AnonymousUserSessionTest.php | file | core/ |
|
AnonymousUserSessionTest::testUserGetRoles | function | core/ |
Tests the method getRoles exclude or include locked roles based in param. |
another-stylesheet.css | file | core/ |
div#sdc-wrapper { opacity: 0; } |
another-stylesheet.css | file | core/ |
div#sdc-wrapper { opacity: 0; } |
another.css | file | core/ |
Test CSS asset file for test_subtheming_ckeditor_stylesheets_without_5.theme. |
Any | class | core/ |
The "any" data type. |
Any.php | file | core/ |
|
Any::$value | property | core/ |
The data value. |
ApcuBackend | class | core/ |
Stores cache items in the Alternative PHP Cache User Cache (APCu). |
ApcuBackend.php | file | core/ |
|
ApcuBackend::$bin | property | core/ |
The name of the cache bin to use. |
ApcuBackend::$binPrefix | property | core/ |
Prefix for all keys in this cache bin. |
ApcuBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
ApcuBackend::$sitePrefix | property | core/ |
Prefix for all keys in the storage that belong to this site. |
ApcuBackend::delete | function | core/ |
Deletes an item from the cache. |
ApcuBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
ApcuBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
ApcuBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
ApcuBackend::get | function | core/ |
Returns data from the persistent cache. |
ApcuBackend::getAll | function | core/ |
Returns all cached items, optionally limited by a cache ID prefix. |
ApcuBackend::getApcuKey | function | core/ |
Prepends the APCu user variable prefix for this bin to a cache item ID. |
ApcuBackend::getIterator | function | core/ |
Instantiates and returns the APCUIterator class. |
ApcuBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
ApcuBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
ApcuBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
ApcuBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
ApcuBackend::prepareItem | function | core/ |
Prepares a cached item. |
ApcuBackend::removeBin | function | core/ |
Remove a cache bin. |
ApcuBackend::set | function | core/ |
Stores data in the persistent cache. |
ApcuBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.