public static property WinePrepMigration::$wasEnabled in Migrate 7.2
Same name and namespace in other branches
- 6.2 migrate_example/wine.inc \WinePrepMigration::wasEnabled
File
- migrate_example/
wine.inc, line 61 - Advanced migration examples. These serve two purposes:
Class
- WinePrepMigration
- TIP: While usually you'll create true migrations - processes that copy data from some source into Drupal - you can also define processing steps for either the import or rollback stages that take other actions. In this case, we want to disable…
Code
public static $wasEnabled = FALSE;