Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:14 +08:00
commit 6b9e245063
11 changed files with 1547 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Example route - customize or remove as needed
MODULENAME.example:
path: '/MODULENAME/example'
defaults:
_controller: '\Drupal\MODULENAME\Controller\ExampleController::content'
_title: 'Example Page'
requirements:
_permission: 'access content'