public function TcaSettings::getActive in Token Content Access 2.0.x
Same name and namespace in other branches
- 8 src/Entity/TcaSettings.php \Drupal\tca\Entity\TcaSettings::getActive()
Get the active value.
Return value
bool The active value. FALSE (Not active), TRUE (Active).
Overrides TcaSettingsInterface::getActive
File
- src/
Entity/ TcaSettings.php, line 99
Class
- TcaSettings
- Defines the TCA settings entity.
Namespace
Drupal\tca\EntityCode
public function getActive() {
return $this->active;
}