TableSortExtender.php

Namespace

Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses

File

core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/TableSortExtender.php

View source
<?php

namespace Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses;

use Drupal\Core\Database\Query\TableSortExtender as QueryTableSortExtender;

/**
 * CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\TableSortExtender.
 */
class TableSortExtender extends QueryTableSortExtender {

}

Classes

Title Deprecated Summary
TableSortExtender CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\TableSortExtender.

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