You are here

constant SchedulerCommerceProductEvents::UNPUBLISH in Scheduler 2.x

The event triggered after a commerce_product item is unpublished by cron.

This event allows modules to react after an entity is unpublished by Cron. The event listener receives a \Drupal\Core\Entity\EntityInterface instance.

See also

\Drupal\scheduler\Event\SchedulerEvent

File

src/Event/SchedulerCommerceProductEvents.php, line 94

Class

SchedulerCommerceProductEvents
Lists the six events dispatched by Scheduler for commerce_product entities.

Namespace

Drupal\scheduler\Event

Code

const UNPUBLISH = 'scheduler.commerce_product_unpublish';