public function MigrateSourceInterface::fields in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::fields()
Returns available fields on the source.
Return value
array Available fields in the source, keys are the field machine names as used in field mappings, values are descriptions.
64 methods override MigrateSourceInterface::fields()
- Action::fields in core/
modules/ action/ src/ Plugin/ migrate/ source/ d6/ Action.php - Returns available fields on the source.
- AggregatorFeed::fields in core/
modules/ aggregator/ src/ Plugin/ migrate/ source/ AggregatorFeed.php - Returns available fields on the source.
- AggregatorItem::fields in core/
modules/ aggregator/ src/ Plugin/ migrate/ source/ AggregatorItem.php - Returns available fields on the source.
- Block::fields in core/
modules/ block/ src/ Plugin/ migrate/ source/ Block.php - Returns available fields on the source.
- BlockCustom::fields in core/
modules/ block_content/ src/ Plugin/ migrate/ source/ d7/ BlockCustom.php - Returns available fields on the source.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateSourceInterface.php, line 31 - Contains \Drupal\migrate\Plugin\MigrateSourceInterface.
Class
- MigrateSourceInterface
- Defines an interface for migrate sources.
Namespace
Drupal\migrate\PluginCode
public function fields();