public function AutoEntityLabelManagerInterface::hasAutoLabel in Automatic Entity Label 8
Same name and namespace in other branches
- 8.3 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::hasAutoLabel()
- 8.2 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::hasAutoLabel()
Determines if the entity bundle has auto entity label enabled.
Return value
bool True if the entity bundle has an automatic label.
1 method overrides AutoEntityLabelManagerInterface::hasAutoLabel()
- AutoEntityLabelManager::hasAutoLabel in src/
AutoEntityLabelManager.php - Determines if the entity bundle has auto entity label enabled.
File
- src/
AutoEntityLabelManagerInterface.php, line 24
Class
- AutoEntityLabelManagerInterface
- Provides an interface for AutoEntityLabelManager.
Namespace
Drupal\auto_entitylabelCode
public function hasAutoLabel();