You are here

public property CommerceCondition::$entity_type in Commerce Core 8.2

The condition entity type ID.

This is the entity type ID of the entity passed to the plugin during evaluation. For example: 'commerce_order'.

Type: string

File

src/Annotation/CommerceCondition.php, line 64

Class

CommerceCondition
Defines the condition plugin annotation object.

Namespace

Drupal\commerce\Annotation

Code

public $entity_type;