Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NegotiationSessionForm class core/modules/language/src/Form/NegotiationSessionForm.php Configure the session language negotiation method for this site.
NegotiationSessionForm.php file core/modules/language/src/Form/NegotiationSessionForm.php
NegotiationSessionForm::buildForm function core/modules/language/src/Form/NegotiationSessionForm.php Form constructor.
NegotiationSessionForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSessionForm.php Gets the configuration names that will be editable.
NegotiationSessionForm::getFormId function core/modules/language/src/Form/NegotiationSessionForm.php Returns a unique string identifying the form.
NegotiationSessionForm::submitForm function core/modules/language/src/Form/NegotiationSessionForm.php Form submission handler.
NegotiationUrlForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationUrlForm.php Gets the configuration names that will be editable.
NegotiationUrlForm::submitForm function core/modules/language/src/Form/NegotiationUrlForm.php Form submission handler.
NegotiationUrlForm::__construct function core/modules/language/src/Form/NegotiationUrlForm.php Constructs a new NegotiationUrlForm object.
NegotiatorBase class core/modules/jsonapi/src/Revisions/NegotiatorBase.php Base implementation for version negotiators.
NegotiatorBase.php file core/modules/jsonapi/src/Revisions/NegotiatorBase.php
NegotiatorBase::$entityTypeManager property core/modules/jsonapi/src/Revisions/NegotiatorBase.php The entity type manager to load the revision.
NegotiatorBase::ensureVersionExists function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Helper method that ensures that a version exists.
NegotiatorBase::getRevision function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the identified revision.
NegotiatorBase::getRevisionId function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the revision ID.
NegotiatorBase::loadRevision function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Loads an entity revision.
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 helpers to perform operations on nested arrays and array keys 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 @coversDefaultClass \Drupal\Component\Utility\NestedArray[[api-linebreak]]
@group Utility
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 @covers ::filter[[api-linebreak]]
@dataProvider providerTestFilter
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.
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

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