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

Breadcrumb

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

function StatementInterface::getConnectionTarget

Returns the target connection this statement is associated with.

Return value

string The target connection string of this statement.

2 methods override StatementInterface::getConnectionTarget()
StatementPrefetchIterator::getConnectionTarget in core/lib/Drupal/Core/Database/StatementPrefetchIterator.php
Returns the target connection this statement is associated with.
StatementWrapperIterator::getConnectionTarget in core/lib/Drupal/Core/Database/StatementWrapperIterator.php
Returns the target connection this statement is associated with.

File

core/lib/Drupal/Core/Database/StatementInterface.php, line 51

Class

StatementInterface
Represents a prepared statement.

Namespace

Drupal\Core\Database

Code

public function getConnectionTarget() : string;

API Navigation

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