You are here

constant PriceEvents::NUMBER_FORMAT in Price 8

Same name and namespace in other branches
  1. 3.x src/Event/PriceEvents.php \Drupal\price\Event\PriceEvents::NUMBER_FORMAT
  2. 2.0.x src/Event/PriceEvents.php \Drupal\price\Event\PriceEvents::NUMBER_FORMAT
  3. 2.x src/Event/PriceEvents.php \Drupal\price\Event\PriceEvents::NUMBER_FORMAT
  4. 3.0.x src/Event/PriceEvents.php \Drupal\price\Event\PriceEvents::NUMBER_FORMAT

Name of the event fired when altering a number format.

See also

\Drupal\price\Event\NumberFormatDefinitionEvent

File

src/Event/PriceEvents.php, line 28

Class

PriceEvents
Defines events for the price module.

Namespace

Drupal\price\Event

Code

const NUMBER_FORMAT = 'price.number_format';