Search for _array
- Search 7.x for _array
- Search 9.5.x for _array
- Search 10.3.x for _array
- Search 11.x for _array
- Search main for _array
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityReferenceFormatterTest::buildRenderArray | function | core/ |
Sets field values and returns a render array as built by \Drupal\Core\Field\FieldItemListInterface::view(). |
| FetchTest::testQueryFetchArray | function | core/ |
Confirms that we can fetch a record to an associative array explicitly. |
| FieldableEntityInterface::toArray | function | core/ |
Gets an array of all field values. |
| FieldConfigEntityUnitTest::testToArray | function | core/ |
@covers ::toArray[[api-linebreak]] |
| FileTranslation::filesToArray | function | core/ |
Reads the given Gettext PO files into a data structure. |
| FilterFormat::toArray | function | core/ |
Gets an array of all property values. |
| FilterPluginBase::arrayFilterZero | function | core/ |
Filter by no empty values, though allow the use of (string) "0". |
| FormAjaxResponseBuilderTest::testBuildResponseRenderArray | function | core/ |
@covers ::buildResponse[[api-linebreak]] |
| FormHelper::processStatesArray | function | core/ |
Helps recursively rewrite #states selectors. |
| FormState::getCacheableArray | function | core/ |
Returns an array representation of the cacheable portion of the form state. |
| FormStateDecoratorBase::getCacheableArray | function | core/ |
Returns an array representation of the cacheable portion of the form state. |
| FormStateDecoratorBaseTest::testGetCacheableArray | function | core/ |
@covers ::getCacheableArray[[api-linebreak]] |
| FormStateInterface::getCacheableArray | function | core/ |
Returns an array representation of the cacheable portion of the form state. |
| FormStateTest::testPrepareCallbackArray | function | core/ |
@covers ::prepareCallback[[api-linebreak]] |
| GetTest::testTransformSourceArray | function | core/ |
Tests the Get plugin when source is an array. |
| GetTest::testTransformSourceArrayAt | function | core/ |
Tests the Get plugin when source is an array pointing to destination. |
| GraphTest::displayArray | function | core/ |
Helper function to output vertices as comma-separated list. |
| HelpPageTestController::testArray | function | core/ |
Provides a route which has multiple array returns from hook_help(). |
| Inspector::assertAllArrays | function | core/ |
Asserts that all members are arrays. |
| Inspector::assertAllStrictArrays | function | core/ |
Asserts all members are strict arrays. |
| Inspector::assertStrictArray | function | core/ |
Asserts that the array is strict. |
| InspectorTest::testAssertAllArrays | function | core/ |
Tests asserting all members are arrays. |
| InspectorTest::testAssertAllStrictArrays | function | core/ |
Tests asserting all members are strict arrays. |
| InspectorTest::testAssertStrictArray | function | core/ |
Tests asserting array is 0-indexed - the strict definition of array. |
| LanguageUnitTest::providerTestSortArrayOfLanguages | function | core/ |
Provides data for testSortArrayOfLanguages. |
| LanguageUnitTest::testSortArrayOfLanguages | function | core/ |
Tests sorting an array of language objects. |
| LayoutBuilderEvents::SECTION_COMPONENT_BUILD_RENDER_ARRAY | constant | core/ |
Name of the event fired when a component's render array is built. |
| MainContentViewSubscriber::onViewRenderArray | function | core/ |
Sets a response given a (main content) render array. |
| Map::toArray | function | core/ |
Returns an array of all property values. |
| MapItem::toArray | function | core/ |
Returns an array of all property values. |
| ModerationStateFieldItemListTest::testArrayIndex | function | core/ |
Test the field item list when accessing an index. |
| ModerationStateFieldItemListTest::testArrayIteration | function | core/ |
Test the field item list when iterating. |
| NestedArray | class | core/ |
Provides helpers to perform operations on nested arrays and array keys of variable depth. |
| NestedArray.php | file | core/ |
|
| NestedArray::filter | function | core/ |
Filters a nested array recursively. |
| NestedArray::getValue | function | core/ |
Retrieves a value from a nested array with variable depth. |
| NestedArray::keyExists | function | core/ |
Determines whether a nested array contains the requested keys. |
| NestedArray::mergeDeep | function | core/ |
Merges multiple arrays, recursively, and returns the merged array. |
| NestedArray::mergeDeepArray | function | core/ |
Merges multiple arrays, recursively, and returns the merged array. |
| NestedArray::setValue | function | core/ |
Sets a value in a nested array with variable depth. |
| NestedArray::unsetValue | function | core/ |
Unsets a value in a nested array with variable depth. |
| NestedArrayTest | class | core/ |
@coversDefaultClass \Drupal\Component\Utility\NestedArray[[api-linebreak]] @group Utility |
| NestedArrayTest.php | file | core/ |
|
| NestedArrayTest::$form | property | core/ |
Form array to check. |
| NestedArrayTest::$parents | property | core/ |
Array of parents for the nested element. |
| NestedArrayTest::providerTestFilter | function | core/ |
|
| NestedArrayTest::setUp | function | core/ |
|
| NestedArrayTest::testFilter | function | core/ |
@covers ::filter[[api-linebreak]] @dataProvider providerTestFilter |
| NestedArrayTest::testGetValue | function | core/ |
Tests getting nested array values. |
| NestedArrayTest::testKeyExists | function | core/ |
Tests existence of array key. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.