dreamfony / dv

DV - Government Helpdesk
http://docs.trans.ink/
5 stars 5 forks source link

check if code in this hook is still valid and decide if we need this functionality at all #34

Closed dmiric closed 6 years ago

dmiric commented 6 years ago

Ref. docroot/profiles/dv/modules/custom/moderation_state_machine/moderation_state_machine.module:56

  // todo check if code in this hook is still valid and decide if we need this functionality at all

  if(!$entity instanceof \Drupal\Core\Entity\ContentEntityInterface) {
    return;
…

(automatically generated by Github-Todos)