StubCondition.php

Same filename in other branches
  1. 10 core/tests/Drupal/Tests/Core/Database/Stub/StubCondition.php

Namespace

Drupal\Tests\Core\Database\Stub

File

core/tests/Drupal/Tests/Core/Database/Stub/StubCondition.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\Core\Database\Stub;

use Drupal\Core\Database\Query\Condition;

/**
 * A stub of core Condition class for testing purposes.
 */
class StubCondition extends Condition {

}

Classes

Title Deprecated Summary
StubCondition A stub of core Condition class for testing purposes.

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