public function AutoEntityLabelManager::getStatus in Automatic Entity Label 8.2
Same name and namespace in other branches
- 8.3 src/AutoEntityLabelManager.php \Drupal\auto_entitylabel\AutoEntityLabelManager::getStatus()
Returns status of automatic entity label.
Return value
bool Status value.
Overrides AutoEntityLabelManagerInterface::getStatus
File
- src/
AutoEntityLabelManager.php, line 185
Class
- AutoEntityLabelManager
- Class for Auto Entity Label Manager.
Namespace
Drupal\auto_entitylabelCode
public function getStatus() {
return $this
->getConfig('status');
}