Skip to content
Snippets Groups Projects
Commit 5762aa08 authored by catch's avatar catch
Browse files

Issue #2778479 by kiamlaluno: ModuleHandler::buildImplementationInfo() comment...

Issue #2778479 by kiamlaluno: ModuleHandler::buildImplementationInfo() comment contains a reference to not existing function
parent 168a73de
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -581,8 +581,8 @@ protected function buildImplementationInfo($hook) {
$this->alter('module_implements', $implementations, $hook);
// Verify new or modified implementations.
foreach (array_diff_assoc($implementations, $implementations_before) as $module => $group) {
// If drupal_alter('module_implements') changed or added a $group, the
// respective file needs to be included.
// If an implementation of hook_module_implements_alter() changed or
// added a group, the respective file needs to be included.
if ($group) {
$this->loadInclude($module, 'inc', "$module.$group");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment