You are here

public function DynamicLayoutInterface::addColumn in Dynamic Layouts 8

Add a column to a row.

Parameters

int $row_id: The row number we need to add the column to.

1 method overrides DynamicLayoutInterface::addColumn()
DynamicLayout::addColumn in src/Entity/DynamicLayout.php
Add a column to a row.

File

src/DynamicLayoutInterface.php, line 148

Class

DynamicLayoutInterface
Interface for DynamicLayout.

Namespace

Drupal\dynamic_layouts

Code

public function addColumn($row_id);