Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
ApcuBackend::$bin property core/lib/Drupal/Core/Cache/ApcuBackend.php The name of the cache bin to use.
ApcuBackend::$binPrefix property core/lib/Drupal/Core/Cache/ApcuBackend.php Prefix for all keys in this cache bin.
ApcuBackend::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackend.php The cache tags checksum provider.
ApcuBackend::$sitePrefix property core/lib/Drupal/Core/Cache/ApcuBackend.php Prefix for all keys in the storage that belong to this site.
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.
ApcuBackendTest class core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Tests the APCu cache backend.
ApcuBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php
ApcuBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Creates a cache backend to test.
ApcuBackendTest::tearDown function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php
ApcuBackendTest::testSetGet function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
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.

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