| AccountInterface::getLastAccessedTime |
function |
core/lib/Drupal/Core/Session/AccountInterface.php |
The timestamp when the account last accessed the site. |
| AccountProxy::getLastAccessedTime |
function |
core/lib/Drupal/Core/Session/AccountProxy.php |
|
| AggregatorController::pageLast |
function |
core/modules/aggregator/src/Controller/AggregatorController.php |
Displays the most recent items gathered from any feed. |
| aggregator_update_last_removed |
function |
core/modules/aggregator/aggregator.install |
Implements hook_update_last_removed(). |
| block_content_update_last_removed |
function |
core/modules/block_content/block_content.install |
Implements hook_update_last_removed(). |
| block_update_last_removed |
function |
core/modules/block/block.install |
Implements hook_update_last_removed(). |
| ChainedFastBackend::$lastWriteTimestamp |
property |
core/lib/Drupal/Core/Cache/ChainedFastBackend.php |
The time at which the last write to this cache bin happened. |
| ChainedFastBackend::getLastWriteTimestamp |
function |
core/lib/Drupal/Core/Cache/ChainedFastBackend.php |
Gets the last write timestamp. |
| ChainedFastBackend::LAST_WRITE_TIMESTAMP_PREFIX |
constant |
core/lib/Drupal/Core/Cache/ChainedFastBackend.php |
Cache key prefix for the bin-specific entry to track the last write. |
| ChainEntityResolverTest::testResolverWithLastResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with a matching resolver last. |
| comment_update_last_removed |
function |
core/modules/comment/comment.install |
Implements hook_update_last_removed(). |
| Connection::lastInsertId |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the ID of the last inserted row or sequence value. |
| content_moderation_update_last_removed |
function |
core/modules/content_moderation/content_moderation.install |
Implements hook_update_last_removed(). |
| content_translation_update_last_removed |
function |
core/modules/content_translation/content_translation.install |
Implements hook_update_last_removed(). |
| Cron::setCronLastTime |
function |
core/lib/Drupal/Core/Cron.php |
Records and logs the request time for this cron invocation. |
| dblog_update_last_removed |
function |
core/modules/dblog/dblog.install |
Implements hook_update_last_removed(). |
| editor_update_last_removed |
function |
core/modules/editor/editor.install |
Implements hook_update_last_removed(). |
| entity.last_installed_schema.repository |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityLastInstalledSchemaRepository |
| EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The last installed schema repository. |
| EntityFieldManager::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
The entity last installed schema repository. |
| EntityFieldManagerTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity last installed schema repository. |
| EntityLastInstalledSchemaRepository |
class |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Provides a repository for installed entity definitions. |
| EntityLastInstalledSchemaRepository.php |
file |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::$cacheBackend |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The cache backend. |
| EntityLastInstalledSchemaRepository::$entityTypeDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed entity type definitions. |
| EntityLastInstalledSchemaRepository::$keyValueFactory |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The key-value factory. |
| EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::__construct |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Constructs a new EntityLastInstalledSchemaRepository. |
| EntityLastInstalledSchemaRepositoryInterface |
interface |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Provides an interface for an installed entity definition repository. |
| EntityLastInstalledSchemaRepositoryInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
|
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Deletes the entity type definition from the application state. |
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Deletes the field storage definition from the application state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type definition in its most recently installed state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type definitions in their most recently installed state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type's most recently installed field storage definitions. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Stores the entity type definition in the application state. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Stores the field storage definition in the application state. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Stores the entity type's field storage definitions in the application state. |
| EntitySchemaSubscriber::$entityLastInstalledSchemaRepository |
property |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
The last installed schema definitions. |
| EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The last installed schema repository. |
| EntityTypeListener::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityTypeListener.php |
The entity last installed schema repository. |
| EntityTypeManager::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityTypeManager.php |
The entity last installed schema repository. |
| EntityTypeManagerTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
The entity last installed schema repository. |