public static function DisablePathauto::getSubscribedEvents in Acquia Content Hub 8.2
File
- src/
EventSubscriber/ PreEntitySave/ DisablePathauto.php, line 38
Class
- DisablePathauto
- Disables path auto during pre-entity save.
Namespace
Drupal\acquia_contenthub\EventSubscriber\PreEntitySaveCode
public static function getSubscribedEvents() {
$events[AcquiaContentHubEvents::PRE_ENTITY_SAVE] = 'onPreEntitySave';
return $events;
}