function ThreeColumnLayout::getDefaultWidth

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()
  2. 8.9.x core/modules/layout_builder/src/Plugin/Layout/ThreeColumnLayout.php \Drupal\layout_builder\Plugin\Layout\ThreeColumnLayout::getDefaultWidth()
  3. 10 core/modules/layout_builder/src/Plugin/Layout/ThreeColumnLayout.php \Drupal\layout_builder\Plugin\Layout\ThreeColumnLayout::getDefaultWidth()

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';
}

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