You are here

public function DynamicLayoutInterface::setCustomColumnClasses in Dynamic Layouts 8

Set the layout column classes.

Parameters

int $row_id: The row number we need to set the classes on.

int $column_id: The column id we need to set the classes on.

array $column_classes: The column classes.

1 method overrides DynamicLayoutInterface::setCustomColumnClasses()
DynamicLayout::setCustomColumnClasses in src/Entity/DynamicLayout.php
Set the layout column classes.

File

src/DynamicLayoutInterface.php, line 47

Class

DynamicLayoutInterface
Interface for DynamicLayout.

Namespace

Drupal\dynamic_layouts

Code

public function setCustomColumnClasses($row_id, $column_id, array $column_classes);