function Sql::mapTableName
Same name in other branches
- 8.9.x core/modules/migrate/src/Plugin/migrate/id_map/Sql.php \Drupal\migrate\Plugin\migrate\id_map\Sql::mapTableName()
- 10 core/modules/migrate/src/Plugin/migrate/id_map/Sql.php \Drupal\migrate\Plugin\migrate\id_map\Sql::mapTableName()
- 11.x core/modules/migrate/src/Plugin/migrate/id_map/Sql.php \Drupal\migrate\Plugin\migrate\id_map\Sql::mapTableName()
The name of the database map table.
Return value
string The map table name.
9 calls to Sql::mapTableName()
- Sql::countHelper in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Counts records in a table.
- Sql::delete in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Sql::deleteDestination in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Sql::destroy in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Sql::getHighestId in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php
File
-
core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php, line 280
Class
- Sql
- Defines the sql based ID map implementation.
Namespace
Drupal\migrate\Plugin\migrate\id_mapCode
public function mapTableName() {
return $this->mapTableName;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.