You are here

public function AutoEntityLabelManagerInterface::getStatus in Automatic Entity Label 8.2

Same name and namespace in other branches
  1. 8.3 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::getStatus()

Returns status of automatic entity label.

Return value

bool Status value.

1 method overrides AutoEntityLabelManagerInterface::getStatus()
AutoEntityLabelManager::getStatus in src/AutoEntityLabelManager.php
Returns status of automatic entity label.

File

src/AutoEntityLabelManagerInterface.php, line 51

Class

AutoEntityLabelManagerInterface
Provides an interface for AutoEntityLabelManager.

Namespace

Drupal\auto_entitylabel

Code

public function getStatus();