-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dynamic file load support for module_load_include #166
Comments
Test would be analyzing locale.module |
While working on this, also review: https://www.drupal.org/project/drupal/issues/697946 |
Need a rule that runs on a Func call not a Method call
|
This looks good and a better way to handle #158 indeed. I noticed that it doesn't seem to handle loadInclude calls of the module handler, like |
Those are already handled in another rule |
The one-line static-call seems to not be handled yet. When assigning |
Oh! That's definitely a bug. Can you open an issue @SpadXIII and I can pick it up on my next maintenance session? |
…sion-conflicts fix compatibility with composer/package-versions-deprecated
Based on #158, it looks like the
Interface Translation
module adds.batch.inc
,.translation.inc
, and.bulk.inc
.We had LoadIncludes added for #124. This handles the module handler service with loadIncludes. We need a similar method to run
module_load_include
dynamic includes.The text was updated successfully, but these errors were encountered: