You are here

public function InstapageCmsPluginDrupal8Connector::getCharsetCollate in Instapage plugin 8.3

Same name and namespace in other branches
  1. 7.3 core/connectors/InstapageCmsPluginDrupal8Connector.php \InstapageCmsPluginDrupal8Connector::getCharsetCollate()

Gets charset collation.

Return value

string Database charset collation.

File

core/connectors/InstapageCmsPluginDrupal8Connector.php, line 229

Class

InstapageCmsPluginDrupal8Connector
Class that utilizes native Drupal 8 functions to perform actions like remote requests and DB operations.

Code

public function getCharsetCollate() {
  return 'COLLATE utf8mb4_general_ci';
}