| NestedArrayTest::testSetValue |
function |
core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php |
Tests setting nested array values. |
| NestedArrayTest::testSetValueForce |
function |
core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php |
Tests force-setting values. |
| NestedArrayTest::testUnsetValue |
function |
core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php |
Tests unsetting nested array values. |
| NestedEntityTestForm |
class |
core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php |
Provides a form for field_test routes. |
| NestedEntityTestForm.php |
file |
core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php |
|
| NestedEntityTestForm::buildForm |
function |
core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php |
Form constructor. |
| NestedEntityTestForm::getFormId |
function |
core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php |
Returns a unique string identifying the form. |
| NestedEntityTestForm::submitForm |
function |
core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php |
Form submission handler. |
| NestedEntityTestForm::validateForm |
function |
core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php |
Form validation handler. |
| NestedFormTest |
class |
core/modules/field/tests/src/Functional/NestedFormTest.php |
Tests field elements in nested forms. |
| NestedFormTest.php |
file |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
| NestedFormTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
The theme to install as the default for testing. |
| NestedFormTest::$field |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
| NestedFormTest::$fieldStorageSingle |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
| NestedFormTest::$fieldStorageUnlimited |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
| NestedFormTest::$modules |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
Modules to install. |
| NestedFormTest::setUp |
function |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
| NestedFormTest::testNestedEntityFormEntityLevelValidation |
function |
core/modules/field/tests/src/Functional/NestedFormTest.php |
Tests entity level validation within subforms. |
| NestedFormTest::testNestedFieldForm |
function |
core/modules/field/tests/src/Functional/NestedFormTest.php |
Tests Field API form integration within a subform. |
| NestedTableDragTestForm |
class |
core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php |
Provides a form for testing nested draggable tables. |
| NestedTableDragTestForm.php |
file |
core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php |
|
| NestedTableDragTestForm::buildForm |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php |
Form constructor. |
| NestedTableDragTestForm::getFormId |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php |
Returns a unique string identifying the form. |
| NewDefaultThemeBlocksTest |
class |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
Tests that a new default theme gets blocks. |
| NewDefaultThemeBlocksTest.php |
file |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
|
| NewDefaultThemeBlocksTest::$defaultTheme |
property |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
The default theme. |
| NewDefaultThemeBlocksTest::$modules |
property |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
Modules to install. |
| NewDefaultThemeBlocksTest::$themeInstaller |
property |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
The theme installer service. |
| NewDefaultThemeBlocksTest::setUp |
function |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
|
| NewDefaultThemeBlocksTest::testBlockCollision |
function |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
Checks that a theme block is still created when same ID exists. |
| NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks |
function |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
Check the blocks are correctly copied by block_themes_installed(). |
| NewViewConfigSchemaTest |
class |
core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php |
Tests configuration schema against new views. |
| NewViewConfigSchemaTest.php |
file |
core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php |
|
| NewViewConfigSchemaTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php |
The theme to install as the default for testing. |
| NewViewConfigSchemaTest::$modules |
property |
core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php |
Modules to install. |
| NewViewConfigSchemaTest::testNewViews |
function |
core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php |
Tests creating brand new views. |
| new_dependency_test.alias |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Alias of new_dependency_test.dependent |
| new_dependency_test.alias2 |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Alias of new_dependency_test.alias_dependency |
| new_dependency_test.alias_dependency |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\ServiceWithDependency |
| new_dependency_test.alias_dependency2 |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\ServiceWithDependency |
| new_dependency_test.another_service |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\Service |
| new_dependency_test.another_service.decorated |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\Service |
| new_dependency_test.another_service_two |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\Service |
| new_dependency_test.another_service_two.decorated |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\Service |
| new_dependency_test.dependent |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\InjectedService |
| new_dependency_test.hard_dependency |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\ServiceWithDependency |
| new_dependency_test.info.yml |
file |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.info.yml |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.info.yml |
| new_dependency_test.install |
file |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install |
Install, update and uninstall functions for the new_dependency_test module. |
| new_dependency_test.optional_dependency |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\ServiceWithDependency |
| new_dependency_test.recursion |
service |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml |
Drupal\new_dependency_test\ServiceWithDependency |