Skip to content

1.2.12

Compare
Choose a tag to compare
@mglaman mglaman released this 07 Aug 21:19
· 13 commits to main since this release
346bddd

New bleeding edge toggles for checking deprecated hooks:

Use the following to check your code for usage of deprecated hooks in Drupal core

parameters:
	drupal:
		bleedingEdge:
			checkCoreDeprecatedHooksInApiFiles: true
			checkContribDeprecatedHooksInApiFiles: false

Use the following to also check for usage of deprecated hooks in contributed modules (may break if they have malformed .api.php files)

parameters:
	drupal:
		bleedingEdge:
			checkCoreDeprecatedHooksInApiFiles: true
			checkContribDeprecatedHooksInApiFiles: true

The previous toggle checkDeprecatedHooksInApiFiles is deprecated.

What's Changed

Internals 🔍

New Contributors

Full Changelog: 1.2.11...1.2.12