Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MockAliasManager::$aliases | property | core/ |
Array of mocked aliases. Keys are system paths, followed by language. |
| MockAliasManager::$defaultLanguage | property | core/ |
The language to assume a path alias is for if not specified. |
| MockAliasManager::$lookedUp | property | core/ |
An index of aliases that have been requested. |
| MockAliasManager::$systemPaths | property | core/ |
Array of mocked aliases. Keys are aliases, followed by language. |
| MockAliasManager::addAlias | function | core/ |
Adds an alias to the in-memory alias table for this object. |
| MockAliasManager::cacheClear | function | core/ |
Clears the static caches in alias manager and rebuilds the prefix list. |
| MockAliasManager::getAliasByPath | function | core/ |
|
| MockAliasManager::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| MockBlockManager | class | core/ |
Defines a plugin manager used by Plugin API derivative unit tests. |
| MockBlockManager.php | file | core/ |
|
| MockBlockManager::createContextDefinition | function | core/ |
Creates a new context definition with a label that is cast to string. |
| MockBlockManager::__construct | function | core/ |
|
| MockClient | class | core/ |
A mock client. |
| MockClient::doRequest | function | core/ |
|
| MockClient::setExpectedResponse | function | core/ |
|
| MockComplexContextBlock | class | core/ |
Implementation of a complex context plugin used by Plugin API context tests. |
| MockComplexContextBlock.php | file | core/ |
|
| MockComplexContextBlock::getTitle | function | core/ |
Returns the title of the block. |
| MockConfiguratorInterface | interface | core/ |
Helper interface to test Container::get() with configurator. |
| MockConfiguratorInterface::configureService | function | core/ |
Configures a service. |
| MockContainerInjection | class | core/ |
Test class mocking container injection. |
| MockContainerInjection | class | core/ |
Mock for the injected service. |
| MockContainerInjection::$injected | property | core/ |
The value to be injected. |
| MockContainerInjection::$result | property | core/ |
The test value saved during construction. |
| MockContainerInjection::create | function | core/ |
Instantiates a new instance of this class. |
| MockContainerInjection::create | function | core/ |
Instantiates a new instance of this class. |
| MockContainerInjection::getResult | function | core/ |
|
| MockContainerInjection::getResult | function | core/ |
|
| MockContainerInjection::__construct | function | core/ |
|
| MockContainerInjection::__construct | function | core/ |
|
| MockController | class | core/ |
Mock for the controller. |
| MockController::getControllerWithRequestAndRouteMatch | function | core/ |
|
| MockController::getResult | function | core/ |
|
| MockControllerPsr7 | class | core/ |
Mock for the PSR-7 controller. |
| MockControllerPsr7::getControllerWithRequestAndRouteMatch | function | core/ |
|
| MockControllerPsr7::getResult | function | core/ |
|
| MockFileFinder | class | core/ |
Defines a mock file finder that only returns a single filename. |
| MockFileFinder.php | file | core/ |
|
| MockFileFinder::$filename | property | core/ |
The only filename this finder ever returns. |
| MockFileFinder::create | function | core/ |
Creates new mock file finder objects. |
| MockFileFinder::findFile | function | core/ |
Finds a class. |
| MockFileFinderTest | class | core/ |
Tests Drupal\Component\Annotation\Reflection\MockFileFinder. |
| MockFileFinderTest.php | file | core/ |
|
| MockFileFinderTest::testFindFile | function | core/ |
@legacy-covers ::create @legacy-covers ::findFile |
| MockFileTransfer | class | core/ |
Mock FileTransfer object to test the settings form functionality. |
| MockFileTransfer.php | file | core/ |
|
| MockFileTransfer::factory | function | core/ |
Returns a Drupal\system_test\MockFileTransfer object. |
| MockFileTransfer::getSettingsForm | function | core/ |
Returns a settings form with a text field to input a username. |
| MockFormBase | class | core/ |
Interface used in the mocking process of this test. |
| MockFormBase::hash_submit | function | core/ |
Function used in the mocking process of this test. |
Pagination
- Previous page
- Page 1146
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.