Remove (deprecate?) tour_example module

Created on 7 October 2024, 6 months ago

Problem/Motivation

The Tour module was removed from Drupal 11 . I'm not entirely sure, but I believe the Examples project aims to document Drupal core APIs. Keeping the tour_example working will require making that module depend on the contributed https://www.drupal.org/project/tour module.

If that's not something we want to do (I don't think we should) then I think we should remove the tour_example module. Or at least update the tour_example.info.yml file to indicate that it's only compatible with Drupal <= 10.3.

In addition, having the tour_example module in the code base is going to start causing problems with GitLab CI tests. I just discovered this in this issue 📌 Update plugin_type_example to use PHP attributes instead of annotations Active where phpstan tests are failing because things like the \Drupal\Tests\tour_example\Functional\TourExampleTest test extend \Drupal\Tests\tour\Functional\TourTestBasic ... which doesn't exist in Drupal 11. And, with 📌 Update templates so 11.0 is the default/current branch RTBC happening this projects tests are going to run against Drupal 11 by default instead of Drupal 10.

Remaining tasks

Decide on what path we want to take and implement it.

🐛 Bug report
Status

Active

Version

4.0

Component

Tour Example

Created by

🇺🇸United States eojthebrave Minneapolis, MN

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024