25 calls to NestedArray::mergeDeep() in Zircon Profile 8
- ArgumentPluginBase::calculateDependencies in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Calculates dependencies for the configured plugin.
- BlockBase::setConfiguration in core/
lib/ Drupal/ Core/ Block/ BlockBase.php - Sets the configuration for this plugin instance.
- ClientFactory::fromOptions in core/
lib/ Drupal/ Core/ Http/ ClientFactory.php - Constructs a new client object from some configuration.
- ConfigEntityBase::getDependencies in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the configuration dependencies.
- ConfigEntityDependency::__construct in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityDependency.php - Constructs the configuration entity dependency from the entity values.
- ConfigurableSearchPluginBase::__construct in core/
modules/ search/ src/ Plugin/ ConfigurableSearchPluginBase.php - Constructs a Drupal\Component\Plugin\PluginBase object.
- ContentEntityNormalizer::normalize in core/
modules/ hal/ src/ Normalizer/ ContentEntityNormalizer.php - Normalizes an object into a set of arrays/scalars.
- DefaultPluginManager::processDefinition in core/
lib/ Drupal/ Core/ Plugin/ DefaultPluginManager.php - Performs extra processing on plugin definitions.
- EntityTestViewsData::getViewsData in core/
modules/ system/ tests/ modules/ entity_test/ src/ EntityTestViewsData.php - Returns views data for the entity type.
- FilterPluginCollection::initializePlugin in core/
modules/ filter/ src/ FilterPluginCollection.php - Initializes and stores a plugin.
- LibraryDiscoveryCollector::applyLibrariesExtend in core/
lib/ Drupal/ Core/ Asset/ LibraryDiscoveryCollector.php - Applies the libraries-extend specified by the active theme.
- LibraryDiscoveryParser::parseLibraryInfo in core/
lib/ Drupal/ Core/ Asset/ LibraryDiscoveryParser.php - Parses a given library file and allows modules and themes to alter it.
- Link::preRenderLink in core/
lib/ Drupal/ Core/ Render/ Element/ Link.php - Pre-render callback: Renders a link into #markup.
- MenuLinkManager::processDefinition in core/
lib/ Drupal/ Core/ Menu/ MenuLinkManager.php - Performs extra processing on plugin definitions.
- MenuLinkTree::buildItems in core/
lib/ Drupal/ Core/ Menu/ MenuLinkTree.php - Builds the #items property for a menu tree's renderable array.
- ModuleHandler::buildHookInfo in core/
lib/ Drupal/ Core/ Extension/ ModuleHandler.php - Builds hook_hook_info() information.
- ModuleHandler::invokeAll in core/
lib/ Drupal/ Core/ Extension/ ModuleHandler.php - Invokes a hook in all enabled modules that implement it.
- NestedArrayTest::testMergeDeepArray in core/
tests/ Drupal/ Tests/ Component/ Utility/ NestedArrayTest.php - Tests NestedArray::mergeDeepArray().
- Plugin::__construct in core/
lib/ Drupal/ Component/ Annotation/ Plugin.php - Constructs a Plugin object.
- SystemCompactLink::preRenderCompactLink in core/
lib/ Drupal/ Core/ Render/ Element/ SystemCompactLink.php - Pre-render callback: Renders a link into #markup.
- template_preprocess in core/
includes/ theme.inc - Adds a default set of helper variables for preprocessors and templates.
- template_preprocess_field in core/
includes/ theme.inc - Prepares variables for field templates.
- View::duplicateDisplayAsType in core/
modules/ views/ src/ Entity/ View.php - Duplicates an existing display into a new display type.
- ViewsData::getData in core/
modules/ views/ src/ ViewsData.php - Gets all data invoked by hook_views_data().
- views_views_data in core/
modules/ views/ views.views.inc - Implements hook_views_data().