You are here

public function FilterConditionsEvent::getParentEntityTypeId in Commerce Core 8.2

Gets the parent entity type ID.

Return value

string The parent entity type ID.

File

src/Event/FilterConditionsEvent.php, line 70

Class

FilterConditionsEvent
Defines the event for filtering the available conditions.

Namespace

Drupal\commerce\Event

Code

public function getParentEntityTypeId() {
  return $this->parentEntityTypeId;
}