Issue #3569351 by dydave: Dropped support for Drupal 10.2 and below.
https://www.drupal.org/project/admin_toolbar/issues/3569351
Drop support for Drupal 10.2 and below:
- Updated all modules
core_version_requirementto^10.3 || ^11. - Since the module
admin_toolbar_links_access_filtershould not be needed anymore, all the code from itsmodulefile was removed. - Removed all
version_comparecases for versions lower than 10.3. - Renamed the
admin_toolbar_toolslibrary fromtoolbar.icontoadmin_toolbar_tools. - Minor refactoring of the
ToolbarControllerclass. - Moved constants class
AdminToolbarToolsConstantsunder thetestsfolder. - Added missing return types where possible.
- Refactored CSS file
admin_toolbar.sticky_behavior.cssto use cascading style. - Removed unneeded workaround in Test class
AdminToolbarAdminMenuTestfor Drupal10.2.