Search for _array

  1. Search 7.x for _array
  2. Search 9.5.x for _array
  3. Search 8.9.x for _array
  4. Search 11.x for _array
  5. Search main for _array
  6. Other projects
Title Object type File name Summary
SubProcessTest::providerTestSourceNotArray function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Data provider for testSourceNotArray().
SubProcessTest::testSourceNotArray function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Tests behavior when source children are not arrays.
SvgIconBuilder::buildRenderArray function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds a render array representation of an SVG.
TableTest::testThemeTableHeaderRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests header elements with a mix of string and render array values.
TableTest::testThemeTableRowRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests row elements with a mix of string and render array values.
TemporaryArrayObjectThrowingExceptions class core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php An \ArrayObject that throws an exception when used as an ArrayObject.
TemporaryArrayObjectThrowingExceptions.php file core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php
TemporaryArrayObjectThrowingExceptions::append function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Append a value to the ArrayObject.
TemporaryArrayObjectThrowingExceptions::asort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort the ArrayObject.
TemporaryArrayObjectThrowingExceptions::count function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Count the ArrayObject.
TemporaryArrayObjectThrowingExceptions::exchangeArray function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Exchange the current array with another array or object.
TemporaryArrayObjectThrowingExceptions::getArrayCopy function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Exports the \ArrayObject to an array.
TemporaryArrayObjectThrowingExceptions::getFlags function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Gets the behavior flags of the \ArrayObject.
TemporaryArrayObjectThrowingExceptions::getIterator function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Create a new iterator from an ArrayObject instance.
TemporaryArrayObjectThrowingExceptions::getIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Gets the class name of the array iterator that is used by \ArrayObject::getIterator().
TemporaryArrayObjectThrowingExceptions::ksort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort the entries by key.
TemporaryArrayObjectThrowingExceptions::natcasesort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort an array using a case insensitive "natural order" algorithm.
TemporaryArrayObjectThrowingExceptions::natsort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort entries using a "natural order" algorithm.
TemporaryArrayObjectThrowingExceptions::offsetExists function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Returns whether the requested index exists.
TemporaryArrayObjectThrowingExceptions::offsetGet function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Returns the value at the specified index.
TemporaryArrayObjectThrowingExceptions::offsetSet function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the value at the specified index to new value.
TemporaryArrayObjectThrowingExceptions::offsetUnset function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Unsets the value at the specified index.
TemporaryArrayObjectThrowingExceptions::setFlags function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the behavior flags for the \ArrayObject.
TemporaryArrayObjectThrowingExceptions::setIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the iterator classname for the \ArrayObject.
TemporaryArrayObjectThrowingExceptions::uasort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort the entries with a user-defined comparison function.
TemporaryArrayObjectThrowingExceptions::uksort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort the entries by keys using a user-defined comparison function.
TestConfigFactoryOverrideBase::doFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestRouteSubscriber::routesFromArray function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php
TitleResolverTest::testStaticTitleWithNullAndArrayValueParameter function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Tests a static title with a non-scalar value parameter.
TypedConfigInterface::toArray function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Returns an array of all property values.
UniqueFieldValueValidator::caseInsensitiveArrayIntersect function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php Perform a case-insensitive array intersection, but keep original capitalization.
UpdateSettingsForm::arrayToMultiLineString function core/modules/update/src/UpdateSettingsForm.php Prepares the saved notify_emails property to be displayed in the form.
UpdateSettingsForm::multiLineStringToArray function core/modules/update/src/UpdateSettingsForm.php Prepares the submitted value to be stored in the notify_emails property.
Url::toRenderArray function core/lib/Drupal/Core/Url.php Returns the route information for a render array.
UrlTest::testLinkRenderArrayText function core/modules/system/tests/src/Kernel/Common/UrlTest.php Tests that link functions support render arrays as 'text'.
UrlTest::testToRenderArray function core/tests/Drupal/Tests/Core/UrlTest.php Tests deprecation of toRenderArray() method.
ValidKeysConstraint::$indexedArrayMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php The error message if the array being validated is a list.
ViewPageControllerTest::$defaultRenderArray property core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php A render array expected for every page controller render array result.
ViewUI::toArray function core/modules/views_ui/src/ViewUI.php Gets an array of all property values.
XmlEncoderTest::$testArray property core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php An array of test data.
_drupal_rewrite_settings_is_array_index function core/includes/install.inc Helper for drupal_rewrite_settings().

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