ComputedFieldTest |
class |
core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php |
Provides some integration tests for the Field handler. |
ComputedFieldTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php |
|
ComputedFieldTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php |
Modules to install. |
ComputedFieldTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php |
Views to be enabled. |
ComputedFieldTest::setUp |
function |
core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php |
|
ComputedFieldTest::testComputedFieldHandler |
function |
core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php |
Tests the computed field handler. |
ComputedFileUrlTest |
class |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@coversDefaultClass \Drupal\file\ComputedFileUrl[[api-linebreak]] |
ComputedFileUrlTest.php |
file |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
|
ComputedFileUrlTest::$testUrl |
property |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
The test URL to use. |
ComputedFileUrlTest::testGetValue |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::getValue[[api-linebreak]] |
ComputedFileUrlTest::testSetValue |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::setValue[[api-linebreak]] |
ComputedFileUrlTest::testSetValueNoNotify |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::setValue[[api-linebreak]] |
ComputedReferenceTestFieldItemList |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php |
A computed entity reference field item list. |
ComputedReferenceTestFieldItemList.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php |
|
ComputedReferenceTestFieldItemList::computeValue |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php |
Compute the list property from state. |
ComputedTestBundleFieldItemList |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php |
A computed field item list for a bundle field. |
ComputedTestBundleFieldItemList.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php |
|
ComputedTestBundleFieldItemList::computeValue |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php |
Compute the list property from state. |
ComputedTestCacheableIntegerItemList |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableIntegerItemList.php |
Item list class for computed cacheable string field. |
ComputedTestCacheableIntegerItemList.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableIntegerItemList.php |
|
ComputedTestCacheableIntegerItemList::computeValue |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableIntegerItemList.php |
|
ComputedTestCacheableString |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/DataType/ComputedTestCacheableString.php |
The string data type with cacheability metadata. |
ComputedTestCacheableString.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/DataType/ComputedTestCacheableString.php |
|
ComputedTestCacheableStringItem |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ComputedTestCacheableStringItem.php |
Defines the 'string' entity field type with cacheability metadata. |
ComputedTestCacheableStringItem.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ComputedTestCacheableStringItem.php |
|
ComputedTestCacheableStringItem::propertyDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ComputedTestCacheableStringItem.php |
Defines field item properties. |
ComputedTestCacheableStringItemList |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableStringItemList.php |
Item list class for computed cacheable string field. |
ComputedTestCacheableStringItemList.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableStringItemList.php |
|
ComputedTestCacheableStringItemList::computeValue |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableStringItemList.php |
Computes the values for an item list. |
ComputedTestFieldItemList |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php |
A computed field item list. |
ComputedTestFieldItemList.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php |
|
ComputedTestFieldItemList::computeValue |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php |
Compute the list property from state. |
ConcatTest |
class |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
Tests the concat process plugin. |
ConcatTest.php |
file |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
|
ConcatTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
|
ConcatTest::testConcatWithDelimiter |
function |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
Tests concat works without a delimiter. |
ConcatTest::testConcatWithNonArray |
function |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
Tests concat fails properly on non-arrays. |
ConcatTest::testConcatWithoutDelimiter |
function |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
Tests concat works without a delimiter. |
ConcreteWithAnnotationTest |
class |
core/tests/PHPStan/fixtures/abstract-test-classes.php |
@group metadata |
ConcreteWithAttributeTest |
class |
core/tests/PHPStan/fixtures/abstract-test-classes.php |
#[RunTestsInSeparateProcesses] |
ConditionAccessResolverTraitTest |
class |
core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php |
Tests Drupal\Core\Condition\ConditionAccessResolverTrait. |
ConditionAccessResolverTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php |
|
ConditionAccessResolverTraitTest::providerTestResolveConditions |
function |
core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php |
|
ConditionAccessResolverTraitTest::testResolveConditions |
function |
core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php |
Tests the resolveConditions() method. |
ConditionFormTest |
class |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
Tests that condition plugins basic form handling is working. |
ConditionFormTest.php |
file |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
|
ConditionFormTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
The theme to install as the default for testing. |
ConditionFormTest::$modules |
property |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
Modules to install. |
ConditionFormTest::testConfigForm |
function |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
Submit the condition_node_type_test_form to test condition forms. |
ConditionPluginCollectionTest |
class |
core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php |
Tests Drupal\Core\Condition\ConditionPluginCollection. |