protected function BaseMultipleColumnsLayout::isMultipleColumnsLayout in Layout Builder Base 8
Function to enable the multiple columns features.
Override this function and return TRUE in order to enable the multiple columns features.
Return value
bool Boolean to know if the multiple columns features are enabled or not.
Overrides BaseLayoutBase::isMultipleColumnsLayout
File
- modules/
layout_builder_base_library/ src/ Plugin/ Layout/ BaseMultipleColumnsLayout.php, line 16
Class
- BaseMultipleColumnsLayout
- Configurable layout plugin class.
Namespace
Drupal\layout_builder_base_library\Plugin\LayoutCode
protected function isMultipleColumnsLayout() {
return TRUE;
}