You are here

Update.php in Drupal 10

File

core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Update.php
View source
<?php

namespace Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses;

use Drupal\Core\Database\Query\Update as QueryUpdate;

/**
 * CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update.
 */
class Update extends QueryUpdate {

}

Classes

Namesort descending Description
Update CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update.