Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| PathLocator::getVendorDirectory | function | core/ |
Returns the absolute path of the vendor directory. |
| PendingRevisionTest | class | core/ |
Kernel tests for taxonomy pending revisions. |
| PendingRevisionTest.php | file | core/ |
|
| PendingRevisionTest::$modules | property | core/ |
Modules to install. |
| PendingRevisionTest::getTaxonomyIndex | function | core/ |
Retrieves the taxonomy index from the database. |
| PendingRevisionTest::setUp | function | core/ |
|
| PendingRevisionTest::testTaxonomyIndexWithPendingRevision | function | core/ |
Tests that the taxonomy index work correctly with pending revisions. |
| PendingUpdatesValidator | class | core/ |
Validates that there are no pending database updates. |
| PendingUpdatesValidator.php | file | core/ |
|
| PendingUpdatesValidator::getSubscribedEvents | function | core/ |
|
| PendingUpdatesValidator::updatesExist | function | core/ |
Checks if there are any pending update or post-update hooks. |
| PendingUpdatesValidator::validate | function | core/ |
Validates that there are no pending database updates. |
| PendingUpdatesValidator::__construct | function | core/ |
|
| PendingUpdatesValidatorTest | class | core/ |
Tests Pending Updates Validator. |
| PendingUpdatesValidatorTest.php | file | core/ |
|
| PendingUpdatesValidatorTest::$modules | property | core/ |
Modules to install. |
| PendingUpdatesValidatorTest::testNoPendingUpdates | function | core/ |
Tests that no error is raised if there are no pending updates. |
| PendingUpdatesValidatorTest::testPendingPostUpdate | function | core/ |
Tests that an error is raised if there are pending post-updates. |
| PendingUpdatesValidatorTest::testPendingUpdateAfterStaged | function | core/ |
Tests that pending updates stop an operation from being applied. |
| PendingUpdatesValidatorTest::testPendingUpdateHook | function | core/ |
Tests that an error is raised if there are pending schema updates. |
| Permissions::preRender | function | core/ |
Runs before any fields are rendered. |
| Permissions::render_item | function | core/ |
Renders a single item of a row. |
| PermissionsTest::testPreRenderNullEntity | function | core/ |
Tests the preRender method when getEntity returns NULL. |
| PersistentDatabaseLockBackend | class | core/ |
Defines the persistent database lock backend. |
| 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. |
| PhpBackend | class | core/ |
Defines a PHP cache implementation. |
| PhpBackend.php | file | core/ |
|
| PhpBackend::$bin | property | core/ |
|
| PhpBackend::$cache | property | core/ |
Array to store cache objects. |
| PhpBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackend::$storage | property | core/ |
The PHP storage. |
| PhpBackend::delete | function | core/ |
Deletes an item from the cache. |
| PhpBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| PhpBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| PhpBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.