You are here

public function NumberFormatDefinitionEvent::getDefinition in Commerce Core 8.2

Gets the number format definition.

Return value

array The number format definition.

File

modules/price/src/Event/NumberFormatDefinitionEvent.php, line 37

Class

NumberFormatDefinitionEvent
Defines the number format definition event.

Namespace

Drupal\commerce_price\Event

Code

public function getDefinition() {
  return $this->definition;
}