Autoloading hooks in files are deprecated
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3553245. --> Reported by: [damienmckenna](https://www.drupal.org/user/108450) Related to !64 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <blockquote><p>Autoloading hooks in the file (message.views.inc) is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Move the functions in this file to either the .module file or other appropriate location. See <a href="https://www.drupal.org/node/3489765">https://www.drupal.org/node/3489765</a></p></blockquote> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Move the contents of message.views.inc to the main module file.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Make the changes.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>n/a</p> <h3 id="summary-api-changes">API changes</h3> <p>n/a</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>n/a</p>
issue