eca-1.0.x-dev/modules/content/src/Event/ContentEntityPreSave.php
modules/content/src/Event/ContentEntityPreSave.php
<?php
namespace Drupal\eca_content\Event;
/**
* Provides an event before a content entity is being saved.
*
* @internal
* This class is not meant to be used as a public API. It is subject for name
* change or may be removed completely, also on minor version updates.
*
* @package Drupal\eca_content\Event
*/
class ContentEntityPreSave extends ContentEntityBaseContentEntity {
}
