You are here

public function DynamicLayout::getDefaultRowClass in Dynamic Layouts 8

Get the default row class.

Overrides DynamicLayoutInterface::getDefaultRowClass

File

src/Entity/DynamicLayout.php, line 157

Class

DynamicLayout
Defines the DynamicLayout entity.

Namespace

Drupal\dynamic_layouts\Entity

Code

public function getDefaultRowClass() {
  return $this->default_row_class;
}