Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ApcuBackend::__construct | function | core/ |
Constructs a new ApcuBackend instance. |
ApcuBackendFactory | class | core/ |
|
ApcuBackendFactory.php | file | core/ |
|
ApcuBackendFactory::$backendClass | property | core/ |
The APCU backend class to use. |
ApcuBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
ApcuBackendFactory::$sitePrefix | property | core/ |
The site prefix string. |
ApcuBackendFactory::get | function | core/ |
Gets ApcuBackend for the specified cache bin. |
ApcuBackendFactory::__construct | function | core/ |
Constructs an ApcuBackendFactory object. |
ApcuBackendTest | class | core/ |
Tests the APCu cache backend. |
ApcuBackendTest.php | file | core/ |
|
ApcuBackendTest::createCacheBackend | function | core/ |
Creates a cache backend to test. |
ApcuBackendTest::tearDown | function | core/ |
|
ApcuBackendTest::testSetGet | function | core/ |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
ApcuFileCacheBackend | class | core/ |
APCu backend for the file cache. |
ApcuFileCacheBackend.php | file | core/ |
|
ApcuFileCacheBackend::delete | function | core/ |
Deletes data from a cache backend. |
ApcuFileCacheBackend::fetch | function | core/ |
Fetches data from the cache backend. |
ApcuFileCacheBackend::store | function | core/ |
Stores data into a cache backend. |
ApiController | class | core/ |
Provides API endpoints to interact with a stage directory in functional test. |
ApiController.php | file | core/ |
|
ApiController::$finishedRoute | property | core/ |
The route to redirect to after the stage has been applied. |
ApiController::checkSetup | function | core/ |
Returns the information about current PHP server used for build tests. |
ApiController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
ApiController::createAndApplyStage | function | core/ |
Creates a stage, requires packages into it, and applies the changes. |
ApiController::finish | function | core/ |
Performs post-apply tasks and destroys the stage. |
ApiController::run | function | core/ |
Begins a stage life cycle. |
ApiController::__construct | function | core/ |
|
ApiRequestTrait | trait | core/ |
Boilerplate for API Functional tests' HTTP requests. |
ApiRequestTrait.php | file | core/ |
|
ApiRequestTrait::decorateWithXdebugCookie | function | core/ |
Adds the Xdebug cookie to the request options. |
ApiRequestTrait::makeApiRequest | function | core/ |
Performs an HTTP request. Wraps the Guzzle HTTP client. |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-append-to-append… |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in profile-with-append composer.json… |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-test-append… |
append-to-settings.txt | file | core/ |
include __DIR__ . "/settings-custom-additions.php"; |
AppendCommand | class | core/ |
An AJAX command for calling the jQuery append() method. |
AppendCommand.php | file | core/ |
|
AppendCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
AppendOp | class | composer/ |
Scaffold operation to add to the beginning and/or end of a scaffold file. |
AppendOp.php | file | composer/ |
|
AppendOp::$append | property | composer/ |
Path to the source file to append, if any. |
AppendOp::$default | property | composer/ |
Path to the default data to use when appending to an empty file. |
AppendOp::$forceAppend | property | composer/ |
An indicator of whether we are allowed to append to a non-scaffolded file. |
AppendOp::$managed | property | composer/ |
An indicator of whether the file we are appending to is managed or not. |
AppendOp::$originalContents | property | composer/ |
The contents from the file that we are prepending / appending to. |
AppendOp::$prepend | property | composer/ |
Path to the source file to prepend, if any. |
AppendOp::existingFileHasData | function | composer/ |
Check to see if the append/prepend data has already been applied. |
AppendOp::generateContents | function | composer/ |
Load the scaffold contents or otherwise generate what is needed. |
AppendOp::ID | constant | composer/ |
Identifies Append operations. |
AppendOp::process | function | composer/ |
Process this scaffold operation. |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.