Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LayoutDefault.php

function 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);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal