Skip to content
Snippets Groups Projects

Adding verification to check if the module is not a feature module

2 unresolved threads

Closes #3229045

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
763 763 throw new DomainException(dt('No such feature is installed: @module', $dt_args));
764 764 }
765 765
766 $is_feature_module = $this->manager->isFeatureModule($feature->getExtension());
767 if (!$is_feature_module) {
768 throw new DomainException(dt('@module is not a feature module.', $dt_args));
  • 763 763 throw new DomainException(dt('No such feature is installed: @module', $dt_args));
    764 764 }
    765 765
    766 $is_feature_module = $this->manager->isFeatureModule($feature->getExtension());
    767 if (!$is_feature_module) {
  • added 6 commits

    • e71da84b - Issue #3202711 by fgm: avoid warning on name during import
    • 17a993a0 - Issue #3363986 by Dave Reid: Merge 5.x branch into the 3.x branch to drop Drupal 8 support.
    • 8134bd80 - Issue #3364015 by Dave Reid: Fixed PHP warning of undefined array key "yes"...
    • 5b73a60b - Added GitLab CI.
    • 34afaf14 - Issue #3375425 by Dave Reid, kushagra.goyal, bijiaxing: Fixed PHP 8.2...
    • 8a56dc38 - Issue #3407086 by Dave Reid: Update Drush commands to be compatible with Drush 12+.

    Compare with previous version

  • added 7 commits

    • 8a56dc38...d8bb8c1b - 6 commits from branch project:8.x-3.x
    • 7d7811b2 - Adding verification to check if the module is not a feature module

    Compare with previous version

  • Please register or sign in to reply
    Loading