public function DynamicLayoutInterface::getColumnName in Dynamic Layouts 8
Get the layout column name.
Parameters
int $row_id: The row number we need to get the column name from.
int $column_id: The column id we need to get.
1 method overrides DynamicLayoutInterface::getColumnName()
- DynamicLayout::getColumnName in src/
Entity/ DynamicLayout.php - Get the layout column name.
File
- src/
DynamicLayoutInterface.php, line 109
Class
- DynamicLayoutInterface
- Interface for DynamicLayout.
Namespace
Drupal\dynamic_layoutsCode
public function getColumnName($row_id, $column_id);