protected property MigrateHandler::$dependencies in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/handler.inc \MigrateHandler::dependencies
List of other handler classes which should be invoked before the current one.
Type: array
File
- includes/
handler.inc, line 20 - Defines the base class for destination handlers.
Class
- MigrateHandler
- Abstract base class for destination handlers. Handler objects are expected to implement appropriate methods (e.g., prepare, complete, or fields).
Code
protected $dependencies = array();