Search for _array
- Search 7.x for _array
- Search 9.5.x for _array
- Search 8.9.x for _array
- Search 11.x for _array
- Search main for _array
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Data::toArray | function | core/ |
Returns the collection as an array. |
| DataDefinition::toArray | function | core/ |
Returns all definition values as array. |
| DataFieldRow::extractFromOptionsArray | function | core/ |
Extracts a set of option values from a nested options array. |
| DateTimePlus::arrayToISO | function | core/ |
Creates an ISO date from an array of values. |
| DateTimePlus::checkArray | function | core/ |
Checks that arrays of date parts will create a valid date. |
| DateTimePlus::createFromArray | function | core/ |
Creates a date object from an array of date parts. |
| DateTimePlus::prepareArray | function | core/ |
Creates a complete array from a possibly incomplete array of date parts. |
| DateTimePlusTest::providerTestCheckArray | function | core/ |
Data provider for testCheckArray. |
| DateTimePlusTest::providerTestDateArrays | function | core/ |
Provides data for date tests. |
| DateTimePlusTest::providerTestInvalidDateArrays | function | core/ |
Data provider for testInvalidDateArrays. |
| DateTimePlusTest::testCheckArray | function | core/ |
Tests DateTimePlus::checkArray(). |
| DateTimePlusTest::testDateArrays | function | core/ |
Tests creating dates from string and array input. |
| DateTimePlusTest::testInvalidDateArrays | function | core/ |
Tests creating dates from invalid array input. |
| DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface but no implementation. |
| DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface. |
| DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a missing class definition. |
| DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a non-existent class definition. |
| DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a valid array plugin definition. |
| DeprecatedArray | class | core/ |
An array that triggers a deprecation warning when accessed. |
| DeprecatedArray.php | file | core/ |
|
| DeprecatedArray::$message | property | core/ |
The deprecation message. |
| DeprecatedArray::count | function | core/ |
#[\ReturnTypeWillChange] |
| DeprecatedArray::getIterator | function | core/ |
#[\ReturnTypeWillChange] |
| DeprecatedArray::offsetExists | function | core/ |
#[\ReturnTypeWillChange] |
| DeprecatedArray::offsetGet | function | core/ |
#[\ReturnTypeWillChange] |
| DeprecatedArray::offsetSet | function | core/ |
#[\ReturnTypeWillChange] |
| DeprecatedArray::offsetUnset | function | core/ |
#[\ReturnTypeWillChange] |
| DeprecatedArray::serialize | function | core/ |
#[\ReturnTypeWillChange] |
| DeprecatedArray::unserialize | function | core/ |
#[\ReturnTypeWillChange] |
| DeprecatedArray::__construct | function | core/ |
DeprecatedArray constructor. |
| DiffArray | class | core/ |
Provides helpers to perform diffs on multi dimensional arrays. |
| DiffArray.php | file | core/ |
|
| DiffArray::diffAssocRecursive | function | core/ |
Recursively computes the difference of arrays with additional index check. |
| DiffArrayTest | class | core/ |
Tests the DiffArray helper class. |
| DiffArrayTest.php | file | core/ |
|
| DiffArrayTest::$array1 | property | core/ |
Array to use for testing. |
| DiffArrayTest::$array2 | property | core/ |
Array to use for testing. |
| DiffArrayTest::setUp | function | core/ |
|
| DiffArrayTest::testDiffAssocRecursive | function | core/ |
Tests DiffArray::diffAssocRecursive(). |
| DiffOpOutputBuilder::toOpsArray | function | core/ |
Converts the output of Differ to an array of DiffOp* value objects. |
| DiffOpOutputBuilderTest::testToOpsArray | function | core/ |
Tests whether op classes returned match expectations. |
| DocParser::ArrayEntry | function | core/ |
ArrayEntry ::= Value | KeyValuePair KeyValuePair ::= Key ("=" | ":") PlainValue | Constant Key ::= string | integer | Constant |
| DocParser::ArrayX | function | core/ |
Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}" |
| DocParserTest::getAnnotationVarTypeArrayProviderInvalid | function | core/ |
|
| DocParserTest::testAnnotationWithAttributesWithVarTypeArrayError | function | core/ |
@dataProvider getAnnotationVarTypeArrayProviderInvalid |
| DocParserTest::testAnnotationWithVarTypeArrayError | function | core/ |
@dataProvider getAnnotationVarTypeArrayProviderInvalid |
| DocParserTest::testArrayWithColon | function | core/ |
|
| DocParserTest::testEmptyArray | function | core/ |
Tests parsing empty arrays. |
| DocParserTest::testNestedArraysWithNestedAnnotation | function | core/ |
|
| DrupalKernel::$phpArrayDumperClass | property | core/ |
Holds the class used for dumping the container to a PHP array. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.