Search for _array

  1. Search 7.x for _array
  2. Search 9.5.x for _array
  3. Search 10.3.x for _array
  4. Search 11.x for _array
  5. Search main for _array
  6. Other projects
Title Object type File name Summary
DateTimePlusTest::providerTestInvalidDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Data provider for testInvalidDateArrays.
DateTimePlusTest::testCheckArray function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests DateTimePlus::checkArray().
DateTimePlusTest::testDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test creating dates from string and array input.
DateTimePlusTest::testInvalidDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test creating dates from invalid array input.
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a not existing class definition.
DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid array plugin definition.
DeprecatedArray class core/lib/Drupal/Component/Utility/DeprecatedArray.php An array that triggers a deprecation warning when accessed.
DeprecatedArray.php file core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::$message property core/lib/Drupal/Component/Utility/DeprecatedArray.php The deprecation message.
DeprecatedArray::count function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::getIterator function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetExists function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetGet function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetSet function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetUnset function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::serialize function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::unserialize function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::__construct function core/lib/Drupal/Component/Utility/DeprecatedArray.php DeprecatedArray constructor.
DiffArray class core/lib/Drupal/Component/Utility/DiffArray.php Provides helpers to perform diffs on multi dimensional arrays.
DiffArray.php file core/lib/Drupal/Component/Utility/DiffArray.php
DiffArray::diffAssocRecursive function core/lib/Drupal/Component/Utility/DiffArray.php Recursively computes the difference of arrays with additional index check.
DiffArrayTest class core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Tests the DiffArray helper class.
DiffArrayTest.php file core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
DiffArrayTest::$array1 property core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Array to use for testing.
DiffArrayTest::$array2 property core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Array to use for testing.
DiffArrayTest::setUp function core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
DiffArrayTest::testDiffAssocRecursive function core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Tests DiffArray::diffAssocRecursive().
DocParser::ArrayEntry function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php ArrayEntry ::= Value | KeyValuePair
KeyValuePair ::= Key ("=" | ":") PlainValue | Constant
Key ::= string | integer | Constant
DocParser::Arrayx function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}"
DocParserTest::getAnnotationVarTypeArrayProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithAttributesWithVarTypeArrayError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeArrayProviderInvalid
DocParserTest::testAnnotationWithVarTypeArrayError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeArrayProviderInvalid
DocParserTest::testArrayWithColon function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testEmptyArray function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests parsing empty arrays.
DocParserTest::testNestedArraysWithNestedAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DrupalKernel::$phpArrayDumperClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for dumping the container to a PHP array.
DynamicPageCacheSubscriber::$dynamicPageCacheRedirectRenderArray property core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php Dynamic Page Cache's redirect render array.
DynamicPageCacheSubscriber::renderArrayToResponse function core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php Gets the embedded Response object in a render array.
DynamicPageCacheSubscriber::responseToRenderArray function core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php Embeds a Response object in a render array so that RenderCache can cache it.
EarlyRenderingTestController::renderArray function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::renderArrayEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EntityAdapter::toArray function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Returns an array of all property values.
EntityAdapterUnitTest::testToArray function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::toArray[[api-linebreak]]
EntityAdapterUnitTest::testToArrayWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::toArray[[api-linebreak]]
EntityBase::toArray function core/lib/Drupal/Core/Entity/EntityBase.php Gets an array of all property values.
EntityDisplayBase::toArray function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets an array of all property values.
EntityInterface::toArray function core/lib/Drupal/Core/Entity/EntityInterface.php Gets an array of all property values.

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