Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
NestedArray.php
»
NestedArray
»
NestedArray::mergeDeepArray
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
10 calls to NestedArray::mergeDeepArray()
CKEditorPluginManager::getEnabledPlugins
in drupal/
core/
modules/
ckeditor/
lib/
Drupal/
ckeditor/
CKEditorPluginManager.php
Determines which plug-ins are enabled.
Config::merge
in drupal/
core/
lib/
Drupal/
Core/
Config/
Config.php
Merges data into a configuration object.
Config::setOverriddenData
in drupal/
core/
lib/
Drupal/
Core/
Config/
Config.php
Sets the current data for this configuration object.
ConfigContext::setOverrides
in drupal/
core/
lib/
Drupal/
Core/
Config/
Context/
ConfigContext.php
Implements \Drupal\Core\Config\Context\ContextInterface::setOverride().
drupal_merge_js_settings
in drupal/
core/
includes/
common.inc
Merges an array of settings arrays into a single settings array.
EditorSelector::getEditorAttachments
in drupal/
core/
modules/
edit/
lib/
Drupal/
edit/
EditorSelector.php
Returns the attachments for all editors.
FieldNormalizer::normalize
in drupal/
core/
modules/
hal/
lib/
Drupal/
hal/
Normalizer/
FieldNormalizer.php
Implements
\Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize
()
Internal::getConfig
in drupal/
core/
modules/
ckeditor/
lib/
Drupal/
ckeditor/
Plugin/
CKEditorPlugin/
Internal.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getConfig().
NestedArray::mergeDeep
in drupal/
core/
lib/
Drupal/
Component/
Utility/
NestedArray.php
Merges multiple arrays, recursively, and returns the merged array.
NestedArrayUnitTest::testMergeDeepArray
in drupal/
core/
tests/
Drupal/
Tests/
Core/
NestedArrayUnitTest.php
Tests NestedArray::mergeDeepArray().