Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
NegotiatorBase::__construct function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Constructs a version negotiator instance.
NestedArray class core/lib/Drupal/Component/Utility/NestedArray.php Provides methods for working with nested arrays of variable depth.
NestedArray.php file core/lib/Drupal/Component/Utility/NestedArray.php
NestedArray::filter function core/lib/Drupal/Component/Utility/NestedArray.php Filters a nested array recursively.
NestedArray::getValue function core/lib/Drupal/Component/Utility/NestedArray.php Retrieves a value from a nested array with variable depth.
NestedArray::keyExists function core/lib/Drupal/Component/Utility/NestedArray.php Determines whether a nested array contains the requested keys.
NestedArray::mergeDeep function core/lib/Drupal/Component/Utility/NestedArray.php Merges multiple arrays, recursively, and returns the merged array.
NestedArray::mergeDeepArray function core/lib/Drupal/Component/Utility/NestedArray.php Merges multiple arrays, recursively, and returns the merged array.
NestedArray::setValue function core/lib/Drupal/Component/Utility/NestedArray.php Sets a value in a nested array with variable depth.
NestedArray::unsetValue function core/lib/Drupal/Component/Utility/NestedArray.php Unsets a value in a nested array with variable depth.
NestedArrayTest class core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests Drupal\Component\Utility\NestedArray.
NestedArrayTest.php file core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
NestedArrayTest::$form property core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Form array to check.
NestedArrayTest::$parents property core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Array of parents for the nested element.
NestedArrayTest::providerTestFilter function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
NestedArrayTest::setUp function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
NestedArrayTest::testFilter function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests filter.
NestedArrayTest::testGetValue function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests getting nested array values.
NestedArrayTest::testKeyExists function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests existence of array key.
NestedArrayTest::testMergeDeepArray function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests NestedArray::mergeDeepArray().
NestedArrayTest::testMergeExplicitKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that even with explicit keys, values are appended, not merged.
NestedArrayTest::testMergeImplicitKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that arrays with implicit keys are appended, not merged.
NestedArrayTest::testMergeOutOfSequenceKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that array keys values on the first array are ignored when merging.
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.
NestedCompositeConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/NestedCompositeConstraintValidatorTest.php Tests nested composite validation constraints.
NestedCompositeConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/NestedCompositeConstraintValidatorTest.php
NestedCompositeConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/NestedCompositeConstraintValidatorTest.php
NestedCompositeConstraintValidatorTest::testConfigValidation function core/tests/Drupal/KernelTests/Core/Validation/NestedCompositeConstraintValidatorTest.php Tests use of AtLeastOneOf validation constraint in config.
NestedConfigTargetForm class core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php Test form for testing config targets that are not 1:1.
NestedConfigTargetForm.php file core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php
NestedConfigTargetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php
NestedConfigTargetForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php
NestedConfigTargetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php
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
NestedEntityTestForm::getFormId function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
NestedEntityTestForm::submitForm function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
NestedEntityTestForm::validateForm function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
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
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
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.