Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestAccessBlock::__construct | function | core/ |
Tests the test access block. |
| TestAccessCheck | class | core/ |
Access check for test routes. |
| TestAccessCheck.php | file | core/ |
|
| TestAccessCheck::access | function | core/ |
Checks access. |
| TestAccessCheckInterface | interface | core/ |
Defines an interface with a defined access() method for mocking. |
| TestAccessCheckInterface::access | function | core/ |
|
| TestAccessClass | class | core/ |
|
| TestAccessClass::accessFalse | function | core/ |
|
| TestAccessClass::accessResultAllowed | function | core/ |
|
| TestAccessClass::accessResultForbidden | function | core/ |
|
| TestAccessClass::accessTrue | function | core/ |
|
| TestAccessClass::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| TestAddForm | class | core/ |
Test add form. |
| TestAddForm.php | file | core/ |
|
| TestAddForm::buildInputElement | function | core/ |
Builds the element for submitting source field value(s). |
| TestAddForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| TestAjaxBlock | class | core/ |
Provides a 'TestAjax' block. |
| TestAjaxBlock.php | file | core/ |
|
| TestAjaxBlock::ajaxCallback | function | core/ |
Ajax callback. |
| TestAjaxBlock::blockForm | function | core/ |
|
| TestAjaxBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| TestAnnotation | class | core/ |
|
| TestAnnotation::get | function | core/ |
Gets the value of an annotation. |
| TestAttribute | class | core/ |
|
| TestAttributeFilter | class | core/ |
A filter that adds a test attribute to any configured HTML tags. |
| TestAttributeFilter.php | file | core/ |
|
| TestAttributeFilter::process | function | core/ |
Performs the filter processing. |
| TestAuth | class | core/ |
Authentication provider for testing purposes. |
| TestAuth.php | file | core/ |
|
| TestAuth::applies | function | core/ |
Checks whether suitable authentication credentials are on the request. |
| TestAuth::authenticate | function | core/ |
Authenticates the user. |
| TestAuthenticationProvider | class | core/ |
A simple provider for unit testing AuthenticationCollector. |
| TestAuthenticationProvider::$providerId | property | core/ |
The provider id. |
| TestAuthenticationProvider::applies | function | core/ |
Checks whether suitable authentication credentials are on the request. |
| TestAuthenticationProvider::authenticate | function | core/ |
Authenticates the user. |
| TestAuthenticationProvider::__construct | function | core/ |
Constructor. |
| TestAuthenticationProviderInterface | interface | core/ |
Helper interface to mock two interfaces at once. |
| TestAuthGlobal | class | core/ |
Global authentication provider for testing purposes. |
| TestAuthGlobal.php | file | core/ |
|
| TestAuthGlobal::applies | function | core/ |
Checks whether suitable authentication credentials are on the request. |
| TestAuthGlobal::authenticate | function | core/ |
Authenticates the user. |
| TestBase | class | core/ |
Base class for Drupal tests. |
| TestBase.php | file | core/ |
|
| TestBase::$assertions | property | core/ |
Assertions thrown in that test case. |
| TestBase::$configImporter | property | core/ |
The config importer that can used in a test. |
| TestBase::$databasePrefix | property | core/ |
The database prefix of this test run. |
| TestBase::$dieOnFail | property | core/ |
Whether to die in case any test assertion fails. |
| TestBase::$httpAuthCredentials | property | core/ |
HTTP authentication credentials (<username>:<password>). |
| TestBase::$httpAuthMethod | property | core/ |
HTTP authentication method (specified as a CURLAUTH_* constant). |
| TestBase::$originalConf | property | core/ |
The original configuration (variables), if available. |
Pagination
- Previous page
- Page 1209
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.