MysqliCastSql.php

Namespace

Drupal\mysqli\Plugin\views\query

File

core/modules/mysqli/src/Plugin/views/query/MysqliCastSql.php

View source
<?php

namespace Drupal\mysqli\Plugin\views\query;

use Drupal\mysql\Plugin\views\query\MysqlCastSql;

/**
 * MySQLi specific cast handling.
 */
class MysqliCastSql extends MysqlCastSql {

}

Classes

Title Deprecated Summary
MysqliCastSql MySQLi specific cast handling.

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