function LayoutDefault::setConfiguration

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::setConfiguration()
  2. 8.9.x core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::setConfiguration()
  3. 10 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::setConfiguration()

Overrides ConfigurableInterface::setConfiguration

1 call to LayoutDefault::setConfiguration()
LayoutDefault::__construct in core/lib/Drupal/Core/Layout/LayoutDefault.php

File

core/lib/Drupal/Core/Layout/LayoutDefault.php, line 74

Class

LayoutDefault
Provides a default class for Layout plugins.

Namespace

Drupal\Core\Layout

Code

public function setConfiguration(array $configuration) {
    $this->configuration = NestedArray::mergeDeep($this->defaultConfiguration(), $configuration);
}

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