Move images, copy with Encore

This commit is contained in:
Oliver Davies 2018-03-05 13:05:14 +00:00
parent c00f3acd09
commit e44ca92232
232 changed files with 309 additions and 61 deletions

View file

@ -67,7 +67,7 @@ dependencies[] = system (>=7.36)
Because we need to check for Drupal's core version, we're using the system module as the dependency and specifying that it needs to be either equal to or greater than 7.36. If this dependency is not met, e.g. Drupal 7.35 is being used, then the module cannot be enabled rather than showing a function not found error for `user_has_role()` when it is called.
![A screenshot of the modules page showing System as a dependency for a custom module.](/assets/images/blog/minimum-drupal-version-d7.png)
![A screenshot of the modules page showing System as a dependency for a custom module.](/build/static/images/blog/minimum-drupal-version-d7.png)
## External Links