You are here

constant PriceEvents::NUMBER_FORMAT_LOAD in Commerce Core 8.2

Name of the event fired when loading a number format.

Deprecated

No longer fired. Subscribe to NUMBER_FORMAT instead.

See also

\Drupal\commerce_price\Event\NumberFormatEvent

File

modules/price/src/Event/PriceEvents.php, line 19

Class

PriceEvents
Defines events for the price module.

Namespace

Drupal\commerce_price\Event

Code

const NUMBER_FORMAT_LOAD = 'commerce_price.number_format.load';