You are here

public function LinkInterface::setEnabled in Colossal Menu 8

Same name and namespace in other branches
  1. 2.x src/LinkInterface.php \Drupal\colossal_menu\LinkInterface::setEnabled()

Sets the enabled status.

Parameters

bool $enabled: The enabled status.

Return value

\Drupal\colossal_menu\LinkInterface Return this.

1 method overrides LinkInterface::setEnabled()
Link::setEnabled in src/Entity/Link.php
Sets the enabled status.

File

src/LinkInterface.php, line 47

Class

LinkInterface
Provides an interface for defining Link entities.

Namespace

Drupal\colossal_menu

Code

public function setEnabled($enabled);