You are here

public function FilterConditionsEvent::getDefinitions in Commerce Core 8.2

Gets the condition definitions.

Return value

array The condition definitions.

File

src/Event/FilterConditionsEvent.php, line 47

Class

FilterConditionsEvent
Defines the event for filtering the available conditions.

Namespace

Drupal\commerce\Event

Code

public function getDefinitions() {
  return $this->definitions;
}