You are here

protected function ThreeColumnLayout::getDefaultWidth in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/Plugin/Layout/ThreeColumnLayout.php \Drupal\layout_builder\Plugin\Layout\ThreeColumnLayout::getDefaultWidth()

Provides a default value for the width options.

Return value

string A key from the array returned by ::getWidthOptions().

Overrides MultiWidthLayoutBase::getDefaultWidth

File

core/modules/layout_builder/src/Plugin/Layout/ThreeColumnLayout.php, line 28

Class

ThreeColumnLayout
Configurable three column layout plugin class.

Namespace

Drupal\layout_builder\Plugin\Layout

Code

protected function getDefaultWidth() {
  return '33-34-33';
}