You are here

public function DynamicLayoutInterface::deleteColumn in Dynamic Layouts 8

Delete a specific column from the layout.

Parameters

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

int $column_id: The column id we need to delete.

1 method overrides DynamicLayoutInterface::deleteColumn()
DynamicLayout::deleteColumn in src/Entity/DynamicLayout.php
Delete a specific column from the layout.

File

src/DynamicLayoutInterface.php, line 127

Class

DynamicLayoutInterface
Interface for DynamicLayout.

Namespace

Drupal\dynamic_layouts

Code

public function deleteColumn($row_id, $column_id);