You are here

protected property MigrateHandler::$typesHandled in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 includes/handler.inc \MigrateHandler::typesHandled

List of "types" handled by this handler. Depending on the kind of handler, these may be destination types, field types, etc.

Type: array

File

includes/handler.inc, line 32
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 $typesHandled = array();