You are here

constant DRUPAL_ROOT in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 uri_map_redirect.php \DRUPAL_ROOT
11 uses of DRUPAL_ROOT
migrate_example.install in migrate_example/migrate_example.install
migrate_ui_configure_form in migrate_ui/migrate_ui.pages.inc
Form for reviewing migrations.
migrate_ui_migrate_submit in migrate_ui/migrate_ui.pages.inc
Submit callback for the dashboard form.
uri_map_redirect.php in ./uri_map_redirect.php
Sample file for handling redirection from old to new URIs. Use an Apache rewrite rule (or equivalent) to map legacy requests to this file. To use, copy or symlink this file to the root of your drupal site. Customize this file to your needs.
WineProducerMultiNamespaceXMLMigration::__construct in migrate_example/wine.inc
General initialization of a Migration object.

... See full list

File

./uri_map_redirect.php, line 47
Sample file for handling redirection from old to new URIs. Use an Apache rewrite rule (or equivalent) to map legacy requests to this file. To use, copy or symlink this file to the root of your drupal site. Customize this file to your needs.

Code

define('DRUPAL_ROOT', getcwd());