drupal / basic_shortcuts_recipe
There is no license information available for the latest version (1.0.0) of this package.
Drupal recipe providing basic shortcuts.
Package info
git.drupalcode.org/project/basic_shortcuts_recipe.git
Type:drupal-recipe
pkg:composer/drupal/basic_shortcuts_recipe
1.0.0
2026-03-09 18:06 UTC
Requires
- drupal/core: ^11.3
- drupal/shortcut: *
README
Overview
The Basic Shortcuts recipe that was originally in Drupal core's standard profile/recipes, and is in the process of being removed.
Requirements
- Drupal core
^11.3 drupal/contactmodule enabled in the target site- Drush 12+ (or an equivalent tool capable of installing recipes)
Installation
- Require this recipe in your project root:
composer require drupal/basic_shortcuts_recipe - Apply the recipe to an existing site:
drush recipes:install vendor/drupal/basic_shortcuts_recipe/recipe.ymlRun the command from a fully bootstrapped Drupal site.
Testing
Functional coverage lives under tests/src/Functional/. Execute the suite
against a built test site with:
vendor/bin/phpunit --testsuite functional --group basic_shortcuts_recipe
Ensure the test environment has the recipe installed so the form routes and permissions are available.
Background
The recipe originated in Drupal core’s Standard profile and is being maintained in contrib here.