public function MigrateIdMapInterface::getQualifiedMapTableName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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.
1 method overrides MigrateIdMapInterface::getQualifiedMapTableName()
- 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 238 - Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function getQualifiedMapTableName();