You are here

public function NumberPatternInterface::getTargetEntityTypeId in Commerce Core 8.2

Gets the target entity type ID.

This is the entity type for which the pattern will be used. For example, "commerce_order".

Return value

string The target entity type ID.

1 method overrides NumberPatternInterface::getTargetEntityTypeId()
NumberPattern::getTargetEntityTypeId in modules/number_pattern/src/Entity/NumberPattern.php
Gets the target entity type ID.

File

modules/number_pattern/src/Entity/NumberPatternInterface.php, line 19

Class

NumberPatternInterface

Namespace

Drupal\commerce_number_pattern\Entity

Code

public function getTargetEntityTypeId();