You are here

7 methods override MigrateSource::fields() in Migrate 6.2

MigrateSourceCSV::fields in plugins/sources/csv.inc
Returns a list of fields available to be mapped from the source query.
MigrateSourceList::fields in plugins/sources/list.inc
Returns a list of fields available to be mapped from the source query. Since we can't reliably figure out what "fields" are in the source, it's up to the implementing Migration constructor to fill them in.
MigrateSourceMSSQL::fields in plugins/sources/mssql.inc
Returns a list of fields available to be mapped from the source query.
MigrateSourceMultiItems::fields in plugins/sources/multiitems.inc
Returns a list of fields available to be mapped from the source query. Since we can't reliably figure out what "fields" are in the source, it's up to the implementing Migration constructor to fill them in.
MigrateSourceOracle::fields in plugins/sources/oracle.inc
Returns a list of fields available to be mapped from the source query.
MigrateSourceSQL::fields in plugins/sources/sql.inc
Returns a list of fields available to be mapped from the source query.
MigrateSourceXML::fields in plugins/sources/xml.inc
Returns a list of fields available to be mapped from the source query.