FakeRecord.php

Same filename in this branch
  1. 8.9.x core/modules/system/tests/src/Functional/Database/FakeRecord.php
Same filename in other branches
  1. 9 core/modules/system/tests/src/Functional/Database/FakeRecord.php
  2. 10 core/modules/system/tests/src/Functional/Database/FakeRecord.php
  3. 11.x core/modules/system/tests/src/Functional/Database/FakeRecord.php

Namespace

Drupal\system\Tests\Database

File

core/modules/system/src/Tests/Database/FakeRecord.php

View source
<?php

namespace Drupal\system\Tests\Database;

@trigger_error(__NAMESPACE__ . '\\FakeRecord is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use \\Drupal\\Tests\\system\\Functional\\Database\\FakeRecord', E_USER_DEPRECATED);

/**
 * Fetches into a class.
 *
 * PDO supports using a new instance of an arbitrary class for records
 * rather than just a stdClass or array. This class is for testing that
 * functionality. (See testQueryFetchClass() below)
 *
 * @deprecated in drupal:8.4.0 and is removed from drupal:9.0.0. Instead
 *   use \Drupal\Tests\system\Functional\Database\FakeRecord.
 */
class FakeRecord {

}

Classes

Title Deprecated Summary
FakeRecord

in drupal:8.4.0 and is removed from drupal:9.0.0. Instead use \Drupal\Tests\system\Functional\Database\FakeRecord.

Fetches into a class.

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