Search for persist
- Search 7.x for persist
- Search 9.5.x for persist
- Search 10.3.x for persist
- Search 11.x for persist
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CacheCollector::$keysToPersist | property | core/ |
An array of keys to add to the cache on service termination. |
| CacheCollector::persist | function | core/ |
Flags an offset value to be written to the persistent cache. |
| CloseDialogCommand::$persist | property | core/ |
Whether to persist the dialog in the DOM or not. |
| ContentEntityStorageBase::getFromPersistentCache | function | core/ |
Gets entities from the persistent cache backend. |
| ContentEntityStorageBase::setPersistentCache | function | core/ |
Stores entities in the persistent cache backend. |
| DrupalKernel::getServicesToPersist | function | core/ |
Returns service instances to persist from an old container to a new one. |
| DrupalKernel::persistServices | function | core/ |
Moves persistent service instances into a new container. |
| EntityType::$persistent_cache | property | core/ |
Indicates if the persistent cache of field data should be used. |
| EntityType::isPersistentlyCacheable | function | core/ |
Indicates if the persistent cache of field data should be used. |
| EntityTypeInterface::isPersistentlyCacheable | function | core/ |
Indicates if the persistent cache of field data should be used. |
| FieldStorageConfig::$persist_with_no_fields | property | core/ |
Flag indicating whether the field storage should be deleted when orphaned. |
| Fixtures::persistentPrefix | function | core/ |
Generates a persistent prefix to use with all of our temporary directories. |
| FormTestStatePersistForm | class | core/ |
Form constructor for testing form state persistence. |
| FormTestStatePersistForm.php | file | core/ |
|
| FormTestStatePersistForm::buildForm | function | core/ |
Form constructor. |
| FormTestStatePersistForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestStatePersistForm::submitForm | function | core/ |
Form submission handler. |
| ImportStorageTransformer::$persistentLock | property | core/ |
The persistent lock which the config importer uses across requests. |
| LanguageNegotiationMethodBase::persist | function | core/ |
Notifies the plugin that the language code it returned has been accepted. |
| LanguageNegotiationMethodInterface::persist | function | core/ |
Notifies the plugin that the language code it returned has been accepted. |
| LanguageNegotiationSession::persist | function | core/ |
Notifies the plugin that the language code it returned has been accepted. |
| LocaleLookupTest::testResolveCacheMissWithPersist | function | core/ |
Tests locale lookups with persistent tracking. |
| lock.persistent | service | core/ |
Drupal\Core\Lock\PersistentDatabaseLockBackend |
| LockFunctionalTest::testPersistentLock | function | core/ |
Tests that the persistent lock is persisted between requests. |
| ManageFieldsFunctionalTest::addPersistentFieldStorage | function | core/ |
Tests that persistent field storage appears in the field UI. |
| MenuLinkDefaultTest::testUpdateLinkWithoutPersist | function | core/ |
@covers ::updateLink[[api-linebreak]] |
| PermissionsHashGeneratorTest::testGeneratePersistentCache | function | core/ |
@covers ::generate[[api-linebreak]] |
| PersistentDatabaseLockBackend | class | core/ |
Provides a proxy class for \Drupal\Core\Lock\PersistentDatabaseLockBackend. |
| PersistentDatabaseLockBackend | class | core/ |
Defines the persistent database lock backend. This backend is global for this Drupal installation. |
| 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 new PersistentDatabaseLockBackend. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| SessionTest::testDataPersistence | function | core/ |
Test data persistence via the session_test module callbacks. |
| SessionTest::testSessionPersistenceOnLogin | function | core/ |
Tests storing data in Session() object. |
| SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] @covers ::setPersistentCache[[api-linebreak]] |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCached | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] @covers ::setPersistentCache[[api-linebreak]] |
| SystemTestController::$persistentLock | property | core/ |
The persistent lock service. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.