Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SqlBase.php

function SqlBase::__construct

Same name in this branch
  1. 11.1.x core/modules/views/src/Plugin/views/pager/SqlBase.php \Drupal\views\Plugin\views\pager\SqlBase::__construct()

Overrides SourcePluginBase::__construct

2 calls to SqlBase::__construct()
DrupalSqlBase::__construct in core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php
DrupalSqlBase::__construct in core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php
1 method overrides SqlBase::__construct()
DrupalSqlBase::__construct in core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php

File

core/modules/migrate/src/Plugin/migrate/source/SqlBase.php, line 111

Class

SqlBase
Sources whose data may be fetched via a database connection.

Namespace

Drupal\migrate\Plugin\migrate\source

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, MigrationInterface $migration, StateInterface $state) {
    parent::__construct($configuration, $plugin_id, $plugin_definition, $migration);
    $this->state = $state;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal