public function AutoEntityLabelManagerInterface::autoLabelNeeded in Automatic Entity Label 8.2
Same name and namespace in other branches
- 8.3 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::autoLabelNeeded()
- 8 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::autoLabelNeeded()
Returns whether the automatic label has to be set.
Return value
bool Returns true if the label should be automatically generated.
1 method overrides AutoEntityLabelManagerInterface::autoLabelNeeded()
- AutoEntityLabelManager::autoLabelNeeded in src/
AutoEntityLabelManager.php - Returns whether the automatic label has to be set.
File
- src/
AutoEntityLabelManagerInterface.php, line 43
Class
- AutoEntityLabelManagerInterface
- Provides an interface for AutoEntityLabelManager.
Namespace
Drupal\auto_entitylabelCode
public function autoLabelNeeded();