function SqlBase::checkRequirements
Checks if requirements for this plugin are OK.
Overrides RequirementsInterface::checkRequirements
1 call to SqlBase::checkRequirements()
- DrupalSqlBase::checkRequirements in core/modules/ migrate_drupal/ src/ Plugin/ migrate/ source/ DrupalSqlBase.php 
- Checks if requirements for this plugin are OK.
1 method overrides SqlBase::checkRequirements()
- DrupalSqlBase::checkRequirements in core/modules/ migrate_drupal/ src/ Plugin/ migrate/ source/ DrupalSqlBase.php 
- Checks if requirements for this plugin are OK.
File
- 
              core/modules/ migrate/ src/ Plugin/ migrate/ source/ SqlBase.php, line 219 
Class
- SqlBase
- Sources whose data may be fetched via a database connection.
Namespace
Drupal\migrate\Plugin\migrate\sourceCode
public function checkRequirements() {
  if ($this->pluginDefinition['requirements_met'] === TRUE) {
    $this->getDatabase();
  }
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
