You are here

public function TBMegaMenuBuilderInterface::removeColumn in The Better Mega Menu 8

Same name and namespace in other branches
  1. 2.x src/TBMegaMenuBuilderInterface.php \Drupal\tb_megamenu\TBMegaMenuBuilderInterface::removeColumn()

Remove a column from the TB config.

Parameters

array $tb_item: The individual menu item.

int|string $row_delta: The delta for the current row.

int|string $col_delta: The delta for the current column.

int|string $item_delta: The delta for the current item.

array $item_config: The current configuration for all items.

1 method overrides TBMegaMenuBuilderInterface::removeColumn()
TBMegaMenuBuilder::removeColumn in src/TBMegaMenuBuilder.php
Remove a column from the TB config.

File

src/TBMegaMenuBuilderInterface.php, line 274

Class

TBMegaMenuBuilderInterface
Provides an interface defining a TB MegaMenu builder.

Namespace

Drupal\tb_megamenu

Code

public function removeColumn(array $tb_item, $row_delta, $col_delta, $item_delta, array &$item_config);