You are here

constant PanelsEvents::VARIANT_POST_SAVE in Panels 8.4

The name of the event triggered after a Panels display variant is saved.

This event allows modules to react after a Panels display variant is saved. The event listener method receives a \Drupal\panels\PanelsVariantEvent instance. Note that changes to the variant made by subscribers to this event will NOT be persisted.

File

src/PanelsEvents.php, line 35

Class

PanelsEvents
Contains events fired by Panels at various points.

Namespace

Drupal\panels

Code

const VARIANT_POST_SAVE = 'panels.variant.post_save';