abstract class MigrateFieldHandler in Migrate 6.2
Same name and namespace in other branches
- 7.2 plugins/destinations/fields.inc \MigrateFieldHandler
Hierarchy
- class \MigrateHandler
- class \MigrateFieldHandler
Expanded class hierarchy of MigrateFieldHandler
3 string references to 'MigrateFieldHandler'
- MigrateFieldsNodeHandler::fields in plugins/
destinations/ fields.inc - migrate_field_handler_invoke_all in ./
migrate.module - Invoke any available handlers attached to a given field type. If any handlers have dependencies defined, they will be invoked after the specified handlers.
- migrate_ui_handlers_form in migrate_ui/
migrate_ui.pages.inc - Form for reviewing migrations.
File
- plugins/
destinations/ fields.inc, line 85 - Support for processing CCK fields
View source
abstract class MigrateFieldHandler extends MigrateHandler {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MigrateHandler:: |
protected | property | List of other handler classes which should be invoked before the current one. | |
MigrateHandler:: |
protected | property | List of "types" handled by this handler. Depending on the kind of handler, these may be destination types, field types, etc. | |
MigrateHandler:: |
public | function | ||
MigrateHandler:: |
public | function | ||
MigrateHandler:: |
public | function | Does this handler handle the given type? | |
MigrateHandler:: |
protected | function | Register a list of types handled by this class | |
MigrateHandler:: |
abstract public | function | 9 |