constant PriceEvents::NUMBER_FORMAT_LOAD in Price 8
Same name and namespace in other branches
- 3.x src/Event/PriceEvents.php \Drupal\price\Event\PriceEvents::NUMBER_FORMAT_LOAD
- 3.0.x src/Event/PriceEvents.php \Drupal\price\Event\PriceEvents::NUMBER_FORMAT_LOAD
Name of the event fired when loading a number format.
Deprecated
No longer fired. Subscribe to NUMBER_FORMAT instead.
See also
\Drupal\price\Event\NumberFormatEvent
File
- src/
Event/ PriceEvents.php, line 19
Class
- PriceEvents
- Defines events for the price module.
Namespace
Drupal\price\EventCode
const NUMBER_FORMAT_LOAD = 'price.number_format.load';