Error message

You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).

function DatabaseConnection::utf8mb4IsConfigurable

Checks whether utf8mb4 support is configurable in settings.php.

Return value

bool

1 method overrides DatabaseConnection::utf8mb4IsConfigurable()
DatabaseConnection_mysql::utf8mb4IsConfigurable in includes/database/mysql/database.inc
Checks whether utf8mb4 support is configurable in settings.php.

File

includes/database/database.inc, line 1392

Class

DatabaseConnection
Base Database API class.

Code

public function utf8mb4IsConfigurable() {
 // Since 4 byte UTF-8 is not supported by default, there is nothing to
 // configure.
 return FALSE;
}

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