You are here

public function AutoEntityLabelManagerInterface::getPattern in Automatic Entity Label 8.2

Same name and namespace in other branches
  1. 8.3 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::getPattern()

Returns pattern for the label.

Return value

string Pattern value.

1 method overrides AutoEntityLabelManagerInterface::getPattern()
AutoEntityLabelManager::getPattern in src/AutoEntityLabelManager.php
Returns pattern for the label.

File

src/AutoEntityLabelManagerInterface.php, line 59

Class

AutoEntityLabelManagerInterface
Provides an interface for AutoEntityLabelManager.

Namespace

Drupal\auto_entitylabel

Code

public function getPattern();