Change record status: 
Project: 
Introduced in branch: 
4.x
Introduced in version: 
4.1.0
Description: 

The Asset, Organization, and Quantity modules dispatch the following events on entity operations:

  • \Drupal\asset\Event\AssetEvent::PRESAVE
  • \Drupal\asset\Event\AssetEvent::INSERT
  • \Drupal\asset\Event\AssetEvent::UPDATE
  • \Drupal\asset\Event\AssetEvent::DELETE
  • \Drupal\organization\Event\OrganizationEvent::PRESAVE
  • \Drupal\organization\Event\OrganizationEvent::INSERT
  • \Drupal\organization\Event\OrganizationEvent::UPDATE
  • \Drupal\organization\Event\OrganizationEvent::DELETE
  • \Drupal\quantity\Event\QuantityEvent::PRESAVE
  • \Drupal\quantity\Event\QuantityEvent::DELETE

These events are deprecated in Log 3.x, and will be removed in Log 4.x.

Use standard Drupal entity hooks instead.

See related change in the Log module: https://www.drupal.org/node/3576562

Impacts: 
Site builders, administrators, editors
Module developers