Database::RETURN_AFFECTED

Same name and namespace in other branches
  1. 7.x includes/database/database.inc \Database::RETURN_AFFECTED
  2. 8.9.x core/lib/Drupal/Core/Database/Database.php \Drupal\Core\Database\Database::RETURN_AFFECTED
  3. 10 core/lib/Drupal/Core/Database/Database.php \Drupal\Core\Database\Database::RETURN_AFFECTED

Flag to indicate a query call should return the number of matched rows.

Deprecated

in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement.

See also

https://www.drupal.org/node/3185520

File

core/lib/Drupal/Core/Database/Database.php, line 48

Class

Database
Primary front-controller for the database system.

Namespace

Drupal\Core\Database

Code

const RETURN_AFFECTED = 2;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.