You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate core and contrib api.php file scanning (#774)
* Add new parameters - checkCoreDeprecatedHooksInApiFiles: bool, checkContribDeprecatedHooksInApiFiles: bool
* Deprecate checkDeprecatedHooksInApiFiles and make sure defaults of new parameters are set based on old one
* Code now checks if a module is a core module to decide if it will load the api.php files.
* Add new options to extentions.neon
* Set core api.php check to true by default in bleedingEdge.neon
* revert default true to check core api.php files as per original design
* Update bleedingEdge.neon to enable all features
* Update bleedingEdge.neon so you don't get deprecation warnings when using the defaults.
* Check extension origin
---------
Co-authored-by: Matt Glaman <[email protected]>
0 commit comments