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.

Maintainers

Package info

git.drupalcode.org/project/basic_shortcuts_recipe.git

Type:drupal-recipe

pkg:composer/drupal/basic_shortcuts_recipe

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

1.0.0 2026-03-09 18:06 UTC

This package is auto-updated.

Last update: 2026-03-09 22:13:25 UTC


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/contact module enabled in the target site
  • Drush 12+ (or an equivalent tool capable of installing recipes)

Installation

  1. Require this recipe in your project root:
    composer require drupal/basic_shortcuts_recipe
    
  2. Apply the recipe to an existing site:
    drush recipes:install vendor/drupal/basic_shortcuts_recipe/recipe.yml
    

    Run 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.