Search for last

  1. Search 7.x for last
  2. Search 9.5.x for last
  3. Search 10.3.x for last
  4. Search 11.x for last
  5. Other projects
Title Object type File name Summary
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 The timestamp when the account last accessed the site.
AggregatorController::pageLast function core/modules/aggregator/src/Controller/AggregatorController.php Displays the most recent items gathered from any feed.
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 Test the resolve method with a matching resolver last.
CKEditorIntegrationTest::getLastPreviewRequestTransferSize function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Gets the transfer size of the last preview request.
ContentTranslationUpdatesManager::$entityLastInstalledSchemaRepository property core/modules/content_translation/src/ContentTranslationUpdatesManager.php The installed entity definition repository.
Cron::setCronLastTime function core/lib/Drupal/Core/Cron.php Records and logs the request time for this cron invocation.
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.
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::$keyValueFactory property core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php The key-value factory.
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Deletes the entity type definition from the application state.
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepository::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type definition in its most recently installed state.
EntityLastInstalledSchemaRepository::getLastInstalledDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type definitions in their most recently installed state.
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepository::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the entity type definition in the application state.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the entity type's field storage definitions in the application state.
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.
EntityManager::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManagerInterface::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityManagerInterface.php
EntityManagerInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityManagerInterface.php
EntityManagerTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity last installed schema repository.
EntityManagerTest::testGetLastInstalledDefinition function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getLastInstalledDefinition() method.
EntityManagerTest::testGetLastInstalledFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getLastInstalledFieldStorageDefinitions() method.
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.
EntityUpdateToPublishableTest::$lastInstalledSchemaRepository property core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php The last installed schema repository service.
Error::getLastCaller function core/lib/Drupal/Core/Utility/Error.php Gets the last caller from a backtrace.
ErrorTest::providerTestGetLastCaller function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Data provider for testGetLastCaller.
ErrorTest::testGetLastCaller function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Tests the getLastCaller() method.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.