You are here

public function DynamicLayoutInterface::setCustomColumnWidthNumber in Dynamic Layouts 8

Set the custom column width number.

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.

string $column_width_number: The column width number.

1 method overrides DynamicLayoutInterface::setCustomColumnWidthNumber()
DynamicLayout::setCustomColumnWidthNumber in src/Entity/DynamicLayout.php
Set the custom column width number.

File

src/DynamicLayoutInterface.php, line 71

Class

DynamicLayoutInterface
Interface for DynamicLayout.

Namespace

Drupal\dynamic_layouts

Code

public function setCustomColumnWidthNumber($row_id, $column_id, $column_width_number);