You are here

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\PreEntitySave

Code

public static function getSubscribedEvents() {
  $events[AcquiaContentHubEvents::PRE_ENTITY_SAVE] = 'onPreEntitySave';
  return $events;
}