Skip to content
Snippets Groups Projects

Issue #3342164: Remove implicit dependency on node module for gin content form

Closed Issue #3342164: Remove implicit dependency on node module for gin content form
2 unresolved threads
Closed paul121 requested to merge issue/gin-3342164:3342164-node-edit-form into 8.x-3.x
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12 12 include $file;
13 13 }
14 14
15 /**
16 * Implements hook_theme().
17 */
18 function gin_theme() {
  • 12 12 include $file;
    13 13 }
    14 14
    15 /**
    16 * Implements hook_theme().
    17 */
    18 function gin_theme() {
    19
    20 // Register node edit form template if node module is not enabled.
    21 $themes = [];
    22 if (!\Drupal::moduleHandler()->moduleExists('node')){
  • Sascha Eggenberger requested changes

    requested changes

  • paul121 added 301 commits

    added 301 commits

    Compare with previous version

  • Thanks @saschaeggi , simple changes. I had to open a new MR !563 to target the 4.0.x branch

  • closed

  • Please register or sign in to reply
    Loading