This project is not covered by Drupal’s security advisory policy.
Note: The feature is merged to at_base
Faster way to define menu item in Drupal 7:
# %atest_route/config/route.yml
routes:
atest_route/drupal:
title: Hello Drupal
page callback: atest_route_page_callback
page arguments: ['Andy Truong']
access arguments: ['access content']
atest_route/controller:
title: Hello
access arguments: ['access content']
controller: [\Drupal\atest_route\Controller\HelloController, helloAction, {name: 'Andy Truong'}]
atest_route/string_template:
title: String Template
access arguments: ['access content']
page callback: at_theming_render_string_template
page arguments: ['Hello {{ name }}', {name: Andy Truong}]Depends on:
- https://drupal.org/project/at_base
- https://drupal.org/project/at_autoload
- https://drupal.org/project/at_theming (good to have)
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsNo further development
No longer developed by its maintainers.- Created by thehong on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

