function MigrateIdMapInterface::getQualifiedMapTableName
Same name in other branches
- 8.9.x core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::getQualifiedMapTableName()
- 10 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::getQualifiedMapTableName()
- 11.x core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::getQualifiedMapTableName()
Gets the qualified map table.
@todo Remove this as this is SQL only and so doesn't belong to the interface.
2 methods override MigrateIdMapInterface::getQualifiedMapTableName()
- NullIdMap::getQualifiedMapTableName in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ NullIdMap.php - Gets the qualified map table.
- Sql::getQualifiedMapTableName in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Get the fully qualified map table name.
File
-
core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 293
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function getQualifiedMapTableName();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.