You are here

public function LocalTaskInterface::setActive in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/LocalTaskInterface.php \Drupal\Core\Menu\LocalTaskInterface::setActive()
  2. 10 core/lib/Drupal/Core/Menu/LocalTaskInterface.php \Drupal\Core\Menu\LocalTaskInterface::setActive()

Sets the active status.

Parameters

bool $active: Sets whether this tab is active (e.g. a parent of the current tab).

Return value

$this The called object for chaining.

1 method overrides LocalTaskInterface::setActive()
LocalTaskDefault::setActive in core/lib/Drupal/Core/Menu/LocalTaskDefault.php
Sets the active status.

File

core/lib/Drupal/Core/Menu/LocalTaskInterface.php, line 76

Class

LocalTaskInterface
Defines an interface for menu local tasks.

Namespace

Drupal\Core\Menu

Code

public function setActive($active = TRUE);