Search for A

  1. Search 7.x for A
  2. Search 9.5.x for A
  3. Search 8.9.x for A
  4. Search 10.3.x for A
  5. Other projects
Title Object type File name Summary
ApcuBackend::delete function core/lib/Drupal/Core/Cache/ApcuBackend.php Deletes an item from the cache.
ApcuBackend::deleteAll function core/lib/Drupal/Core/Cache/ApcuBackend.php Deletes all cache items in a bin.
ApcuBackend::deleteMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Deletes multiple items from the cache.
ApcuBackend::garbageCollection function core/lib/Drupal/Core/Cache/ApcuBackend.php Performs garbage collection on a cache bin.
ApcuBackend::get function core/lib/Drupal/Core/Cache/ApcuBackend.php Returns data from the persistent cache.
ApcuBackend::getAll function core/lib/Drupal/Core/Cache/ApcuBackend.php Returns all cached items, optionally limited by a cache ID prefix.
ApcuBackend::getApcuKey function core/lib/Drupal/Core/Cache/ApcuBackend.php Prepends the APCu user variable prefix for this bin to a cache item ID.
ApcuBackend::getIterator function core/lib/Drupal/Core/Cache/ApcuBackend.php Instantiates and returns the APCUIterator class.
ApcuBackend::getMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Returns data from the persistent cache when given an array of cache IDs.
ApcuBackend::invalidate function core/lib/Drupal/Core/Cache/ApcuBackend.php Marks a cache item as invalid.
ApcuBackend::invalidateAll function core/lib/Drupal/Core/Cache/ApcuBackend.php Marks all cache items as invalid.
ApcuBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Marks cache items as invalid.
ApcuBackend::prepareItem function core/lib/Drupal/Core/Cache/ApcuBackend.php Prepares a cached item.
ApcuBackend::removeBin function core/lib/Drupal/Core/Cache/ApcuBackend.php Remove a cache bin.
ApcuBackend::set function core/lib/Drupal/Core/Cache/ApcuBackend.php Stores data in the persistent cache.
ApcuBackend::setMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Store multiple items in the persistent cache.
ApcuBackend::__construct function core/lib/Drupal/Core/Cache/ApcuBackend.php Constructs a new ApcuBackend instance.
ApcuBackendFactory class core/lib/Drupal/Core/Cache/ApcuBackendFactory.php Defines the APCU backend factory.
ApcuBackendFactory.php file core/lib/Drupal/Core/Cache/ApcuBackendFactory.php
ApcuBackendFactory::$backendClass property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The APCU backend class to use.
ApcuBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The cache tags checksum provider.
ApcuBackendFactory::$sitePrefix property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The site prefix string.
ApcuBackendFactory::get function core/lib/Drupal/Core/Cache/ApcuBackendFactory.php Gets ApcuBackend for the specified cache bin.
ApcuBackendFactory::__construct function core/lib/Drupal/Core/Cache/ApcuBackendFactory.php Constructs an ApcuBackendFactory object.
ApcuFileCacheBackend class core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php APCu backend for the file cache.
ApcuFileCacheBackend.php file core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php
ApcuFileCacheBackend::delete function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Deletes data from a cache backend.
ApcuFileCacheBackend::fetch function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Fetches data from the cache backend.
ApcuFileCacheBackend::store function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Stores data into a cache backend.
ApiController class core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Provides API endpoints to interact with a stage directory in functional test.
ApiController.php file core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php
ApiController::$finishedRoute property core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php The route to redirect to after the stage has been applied.
ApiController::checkSetup function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Returns the information about current PHP server used for build tests.
ApiController::create function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Instantiates a new instance of the implementing class using autowiring.
ApiController::createAndApplyStage function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Creates a stage, requires packages into it, and applies the changes.
ApiController::finish function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Performs post-apply tasks and destroys the stage.
ApiController::run function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Begins a stage life cycle.
ApiController::__construct function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php
ApiRequestTrait trait core/tests/Drupal/Tests/ApiRequestTrait.php Boilerplate for API Functional tests' HTTP requests.
ApiRequestTrait.php file core/tests/Drupal/Tests/ApiRequestTrait.php
ApiRequestTrait::decorateWithXdebugCookie function core/tests/Drupal/Tests/ApiRequestTrait.php Adds the Xdebug cookie to the request options.
ApiRequestTrait::makeApiRequest function core/tests/Drupal/Tests/ApiRequestTrait.php Performs an HTTP request. Wraps the Guzzle HTTP client.
AppendCommand class core/lib/Drupal/Core/Ajax/AppendCommand.php An AJAX command for calling the jQuery append() method.
AppendCommand.php file core/lib/Drupal/Core/Ajax/AppendCommand.php
AppendCommand::render function core/lib/Drupal/Core/Ajax/AppendCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Apple class core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php A Fruit class for testing.
ApplyFailedException class core/modules/package_manager/src/Exception/ApplyFailedException.php Exception thrown if a stage encounters an error applying an update.
ApplyFailedException.php file core/modules/package_manager/src/Exception/ApplyFailedException.php
Archiver class core/lib/Drupal/Core/Archiver/Attribute/Archiver.php Defines an archiver attribute object.
Archiver class core/lib/Drupal/Core/Archiver/Annotation/Archiver.php Defines an archiver annotation object.

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