You are here

public function AutoEntityLabelManagerInterface::hasAutoLabel in Automatic Entity Label 8.2

Same name and namespace in other branches
  1. 8.3 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::hasAutoLabel()
  2. 8 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_entitylabel

Code

public function hasAutoLabel();