You are here

public function AutoEntityLabelManager::isTitlePreserved in Automatic Entity Label 8.3

File

src/AutoEntityLabelManager.php, line 212

Class

AutoEntityLabelManager
Class for Auto Entity Label Manager.

Namespace

Drupal\auto_entitylabel

Code

public function isTitlePreserved() {
  return $this
    ->getConfig('preserve_titles');
}