function Sql::init
Initialize the plugin.
1 call to Sql::init()
- Sql::getDatabase in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Gets the database connection.
File
-
core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php, line 319
Class
- Sql
- Defines the sql based ID map implementation.
Namespace
Drupal\migrate\Plugin\migrate\id_mapCode
protected function init() {
if (!$this->initialized) {
$this->initialized = TRUE;
$this->ensureTables();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.