You are here

public function TcaSettingsInterface::getActive in Token Content Access 2.0.x

Same name and namespace in other branches
  1. 8 src/TcaSettingsInterface.php \Drupal\tca\TcaSettingsInterface::getActive()

Get the active value.

Return value

bool The active value. FALSE (Not active), TRUE (Active).

1 method overrides TcaSettingsInterface::getActive()
TcaSettings::getActive in src/Entity/TcaSettings.php
Get the active value.

File

src/TcaSettingsInterface.php, line 26

Class

TcaSettingsInterface
Provides an interface for defining Tca settings entities.

Namespace

Drupal\tca

Code

public function getActive();