You are here

protected property MigrateSource::$multikeySeparator in Migrate 7.2

Used in the case of multiple key sources that need to use idlist.

Type: string

File

includes/source.inc, line 97
Define base for migration sources.

Class

MigrateSource
Abstract base class for source handling.

Code

protected $multikeySeparator = ':';