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

Breadcrumb

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

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

API Navigation

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