You are here

protected property TaxTypeBase::$entityId in Commerce Core 8.2

The ID of the parent config entity.

Type: string

Deprecated

in commerce:8.x-2.16 and is removed from commerce:3.x. Use $this->parentEntity->id() instead.

File

modules/tax/src/Plugin/Commerce/TaxType/TaxTypeBase.php, line 54

Class

TaxTypeBase
Provides the base class for tax types.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxType

Code

protected $entityId;