Loading config/install/entity_log.entitylogconfig.ymldeleted 100644 → 0 +0 −1 Original line number Diff line number Diff line entity_log: entity_log.install 0 → 100644 +14 −0 Original line number Diff line number Diff line <?php /** * @file * Install, update and uninstall functions for the Entity Log module. */ /** * Delete the unused entity_log.entitylogconfig config. */ function entity_log_update_8103() { \Drupal::configFactory()->getEditable('entity_log.entitylogconfig') ->delete(); } Loading
config/install/entity_log.entitylogconfig.ymldeleted 100644 → 0 +0 −1 Original line number Diff line number Diff line entity_log:
entity_log.install 0 → 100644 +14 −0 Original line number Diff line number Diff line <?php /** * @file * Install, update and uninstall functions for the Entity Log module. */ /** * Delete the unused entity_log.entitylogconfig config. */ function entity_log_update_8103() { \Drupal::configFactory()->getEditable('entity_log.entitylogconfig') ->delete(); }