| RecursiveContextualValidatorTest::providerTestValidatePropertyWithInvalidObjects |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Provides data for testValidatePropertyWithInvalidObjects. |
| RecursiveContextualValidatorTest::setUp |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
|
| RecursiveContextualValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php |
|
| RecursiveContextualValidatorTest::setupTypedData |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Setups a typed data object used for test purposes. |
| RecursiveContextualValidatorTest::testBasicValidateWithConstraint |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests basic validate with constraint. |
| RecursiveContextualValidatorTest::testBasicValidateWithMultipleConstraints |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests basic validate with multiple constraints. |
| RecursiveContextualValidatorTest::testBasicValidateWithoutConstraints |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests basic validate without constraints. |
| RecursiveContextualValidatorTest::testPropertiesValidateWithMultipleLevels |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests properties validate with multiple levels. |
| RecursiveContextualValidatorTest::testRecursiveValidate |
function |
core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests recursive validation against given constraints against an entity. |
| RecursiveContextualValidatorTest::testRecursiveViolationPropagation |
function |
core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests recursive propagation of violations. |
| RecursiveContextualValidatorTest::testValidateProperty |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests validate property. |
| RecursiveContextualValidatorTest::testValidatePropertyValue |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests validate property value. |
| RecursiveContextualValidatorTest::testValidatePropertyValueWithInvalidObjects |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests validate property value with invalid objects. |
| RecursiveContextualValidatorTest::testValidatePropertyWithCustomGroup |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests validate property with custom group. |
| RecursiveContextualValidatorTest::testValidatePropertyWithInvalidObjects |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests validate property with invalid objects. |
| RecursiveContextualValidatorTest::testValidateWithGroups |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Ensures that passing an explicit group is not supported. |
| RecursiveContextualValidatorTest::testValidateWithoutTypedData |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Ensures that passing a non typed data value is not supported. |
| RecursivePlaceholdersTest |
class |
core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php |
|
| RecursivePlaceholdersTest::callback |
function |
core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php |
Render API callback: Bubbles another placeholder. |
| RecursivePlaceholdersTest::trustedCallbacks |
function |
core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php |
Lists the trusted callbacks provided by the implementing class. |
| RedirectAjaxTest |
class |
core/modules/views/tests/src/FunctionalJavascript/RedirectAjaxTest.php |
Tests that the redirects work with Ajax enabled views. |
| RedirectAjaxTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/RedirectAjaxTest.php |
|
| RedirectAjaxTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/RedirectAjaxTest.php |
The theme to install as the default for testing. |
| RedirectAjaxTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/RedirectAjaxTest.php |
Modules to install. |
| RedirectAjaxTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/RedirectAjaxTest.php |
|
| RedirectAjaxTest::testRedirectWithAjax |
function |
core/modules/views/tests/src/FunctionalJavascript/RedirectAjaxTest.php |
Ensures that redirects work with ajax. |
| RedirectDestinationTest |
class |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
Tests Drupal\Core\Routing\RedirectDestination. |
| RedirectDestinationTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
|
| RedirectDestinationTest::$redirectDestination |
property |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
The tested redirect destination. |
| RedirectDestinationTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
The request stack. |
| RedirectDestinationTest::$urlGenerator |
property |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
The mocked URL generator. |
| RedirectDestinationTest::providerGet |
function |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
|
| RedirectDestinationTest::setUp |
function |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
|
| RedirectDestinationTest::setupUrlGenerator |
function |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
|
| RedirectDestinationTest::testGet |
function |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
Tests destination passed via $_GET. |
| RedirectDestinationTest::testGetAsArray |
function |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
Tests get as array. |
| RedirectDestinationTest::testSetAfterGetCall |
function |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
Tests set after get call. |
| RedirectDestinationTest::testSetBeforeGetCall |
function |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
Tests set before get call. |
| RedirectOnExceptionTest |
class |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
Tests redirects on exception pages. |
| RedirectOnExceptionTest.php |
file |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
|
| RedirectOnExceptionTest::$modules |
property |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
Modules to install. |
| RedirectOnExceptionTest::testRedirectOn404 |
function |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
Tests redirects with a 404. |
| RedirectResponseSubscriberTest |
class |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Tests Drupal\Core\EventSubscriber\RedirectResponseSubscriber. |
| RedirectResponseSubscriberTest.php |
file |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
|
| RedirectResponseSubscriberTest::$loggerClosure |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
The mocked logger closure. |
| RedirectResponseSubscriberTest::$requestContext |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
The mocked request context. |
| RedirectResponseSubscriberTest::$urlAssembler |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
The mocked request context. |
| RedirectResponseSubscriberTest::providerTestDestinationRedirect |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Data provider for testDestinationRedirect(). |
| RedirectResponseSubscriberTest::providerTestDestinationRedirectToExternalUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Data provider for testDestinationRedirectToExternalUrl(). |
| RedirectResponseSubscriberTest::providerTestDestinationRedirectWithInvalidUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Data provider for testDestinationRedirectWithInvalidUrl(). |