You are here

Insert.php in Drupal 10

File

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

namespace Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses;

use Drupal\Core\Database\Query\Insert as QueryInsert;

/**
 * CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Insert.
 */
class Insert extends QueryInsert {

}

Classes

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