You are here

Files in Migrate 7.2

Primary tabs

File namesort descending Location Namespace Description
base.inc includes/base.inc Defines the base class for migration processes.
beer.inc migrate_example/beer.inc A basic example of using the Migrate module to import taxonomy, users, nodes, and comments.
beer.install.inc migrate_example/beer.install.inc Set up for the beer (basic) example.
block_custom.inc plugins/destinations/block_custom.inc Support for custom block destinations.
CHANGELOG.txt CHANGELOG.txt Next release ============ Features and enhancements - #2552189 - Return migration status from drush migrate-import. - #2550793 - Option to always use chunk IDs in MigrateContentParser. - #2505683 - Pass item ID to MigrateContentParser…
comment.inc plugins/destinations/comment.inc Support for comment destinations.
comment.test tests/plugins/destinations/comment.test Tests for the comment destination plugin.
csv.inc plugins/sources/csv.inc Define a MigrateSource for importing from comma separated values files.
db2.inc plugins/sources/db2.inc Define a MigrateSource class for importing from IBM DB2 databases.
destination.inc includes/destination.inc Defines base for migration destinations.
entity.inc plugins/destinations/entity.inc Defines base for migration destinations implemented as Drupal entities.
example.table_copy.inc migrate_example/example.table_copy.inc Make a copy of the role table. To use this you must create a table named role_copy with the same structure as role.
exception.inc includes/exception.inc Custom exception class for the migrate module.
fields.inc plugins/destinations/fields.inc Support for processing entity fields
field_mapping.inc includes/field_mapping.inc The MigrateFieldMapping class - tracking mappings between source and destination.
file.inc plugins/destinations/file.inc Support for file entity as destination. Note that File Fields have their own destination in fields.inc
files.inc plugins/sources/files.inc Support for migration from files sources.
group.inc includes/group.inc Definition for a migration group.
handler.inc includes/handler.inc Defines the base class for destination handlers.
json.inc plugins/sources/json.inc Support for migration from JSON sources.
list.inc plugins/sources/list.inc Support for migration from sources with distinct means of listing items to import and obtaining the items themselves.
map.inc includes/map.inc Defines the framework for map and message handling.
menu.inc plugins/destinations/menu.inc Support for menu destinations.
menu_links.inc plugins/destinations/menu_links.inc Support for menu link destinations.
migrate.api.php migrate.api.php Documentation for hooks defined by Migrate.
migrate.drush.inc migrate.drush.inc Drush support for the migrate module
migrate.info migrate.info name = "Migrate" description = "Import content from external sources" package = "Migration" core = 7.x files[] = includes/base.inc files[] = includes/field_mapping.inc files[] = includes/migration.inc files[] =…
migrate.install migrate.install Migrate module installation
migrate.mail.inc migrate.mail.inc Null-op mail class, to keep migration from spamming innocent users.
migrate.migrate.inc migrate.migrate.inc Our own hook implementation.
migrate.module migrate.module API and drush commands to support migration of data from external sources into a Drupal installation.
migrate.views_default.inc migrate/migrate.views_default.inc migrate.views_default.inc Contains default views.
migrate_example.info migrate_example/migrate_example.info name = "Migrate Example" description = "Example migration data." package = "Migration" core = 7.x dependencies[] = taxonomy dependencies[] = image dependencies[] = comment dependencies[] = migrate dependencies[] =…
migrate_example.install migrate_example/migrate_example.install
migrate_example.migrate.inc migrate_example/migrate_example.migrate.inc Because the name of this file is the module name plus '.migrate.inc', when hook_migrate_api is invoked by the Migrate module this file is automatically loaded - thus, you don't need to implement your hook in the .module file.
migrate_example.module migrate_example/migrate_example.module THIS FILE INTENTIONALLY LEFT BLANK.
migrate_example_baseball.features.field.inc migrate_example_baseball/migrate_example_baseball.features.field.inc
migrate_example_baseball.features.inc migrate_example_baseball/migrate_example_baseball.features.inc
migrate_example_baseball.info migrate_example_baseball/migrate_example_baseball.info core = "7.x" dependencies[] = "features" dependencies[] = "migrate" dependencies[] = "number" description = "Import baseball box scores." features[field][] =…
migrate_example_baseball.install migrate_example_baseball/migrate_example_baseball.install Set up the migration baseball example module.
migrate_example_baseball.migrate.inc migrate_example_baseball/migrate_example_baseball.migrate.inc A baseball game migration example.
migrate_example_baseball.module migrate_example_baseball/migrate_example_baseball.module
migrate_example_oracle.features.field.inc migrate_example/migrate_example_oracle/migrate_example_oracle.features.field.inc
migrate_example_oracle.features.inc migrate_example/migrate_example_oracle/migrate_example_oracle.features.inc
migrate_example_oracle.info migrate_example/migrate_example_oracle/migrate_example_oracle.info core = "7.x" dependencies[] = "features" dependencies[] = "image" dependencies[] = "migrate" description = "Content type supporting example of Oracle migration" features[field][] =…
migrate_example_oracle.install migrate_example/migrate_example_oracle/migrate_example_oracle.install Set up the Oracle migration example module.
migrate_example_oracle.migrate.inc migrate_example/migrate_example_oracle/migrate_example_oracle.migrate.inc Examples and test fodder for migration from Oracle sources. To use this example (and to run the corresponding tests) you must define a connection to an Oracle database in your settings.php. E.g.,
migrate_example_oracle.module migrate_example/migrate_example_oracle/migrate_example_oracle.module
migrate_ui.css migrate_ui/migrate_ui.css table.migrate-dashboard tr.migrate-running { background-color: #cfc; } .migrate-running { background-color: #cfc; } .migrate-option-separator { margin-bottom: 0.2em; padding-bottom: 0.2em; border-bottom: 1px solid…
migrate_ui.info migrate_ui/migrate_ui.info name = "Migrate UI" description = "UI for managing migration processes" package = "Migration" configure = admin/content/migrate/configure core = 7.x dependencies[] = migrate files[] = migrate_ui.wizard.inc

Pages

Other projects