Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LocalTaskInterface.php

function 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);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal