You are here

protected property LayoutManager::$defaults in Layout 8.2

A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes.

Type: array

Overrides DefaultPluginManager::$defaults

File

lib/Drupal/layout/Plugin/Type/LayoutManager.php, line 17
Contains \Drupal\layout\Plugin\Type\LayoutManager.

Class

LayoutManager
Layout plugin manager.

Namespace

Drupal\layout\Plugin\Type

Code

protected $defaults = array(
  'class' => 'Drupal\\layout\\Plugin\\Layout\\StaticLayout',
);