drupal/csv_redirect_recipe
Composer 安装命令:
composer require drupal/csv_redirect_recipe
包简介
Drupal recipe that installs CSV-based redirect migration tooling.
README 文档
README
This recipe installs the Drupal modules needed for CSV-based redirect imports and provides:
- the
csvmigration group - the
csv_redirectmigration definition
The migration expects a CSV file at public://redirects.csv with a header row containing at least:
sourceredirect
Optional columns:
status(defaults to301)language(defaults tound)
Install
Install the recipe package in your Drupal project:
composer require drupal/csv_redirect_recipe
Apply
Apply the recipe from your project root:
drush recipe ../recipes/csv_redirect_recipe
CSV input
Place your source file at:
public://redirects.csv
Required headers:
sourceredirect
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-07-08