public function DynamicLayoutInterface::getColumnWidthNumber in Dynamic Layouts 8
Set the 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.
1 method overrides DynamicLayoutInterface::getColumnWidthNumber()
- DynamicLayout::getColumnWidthNumber in src/
Entity/ DynamicLayout.php - Set the column width number.
File
- src/
DynamicLayoutInterface.php, line 81
Class
- DynamicLayoutInterface
- Interface for DynamicLayout.
Namespace
Drupal\dynamic_layoutsCode
public function getColumnWidthNumber($row_id, $column_id);