public function MigrateIdMapInterface::getQualifiedMapTableName in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::getQualifiedMapTableName()
- 9 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();