function _db_create_keys_sql

Related topics

File

includes/database/database.inc, line 2929

Code

function _db_create_keys_sql($spec) {
    return Database::getConnection()->schema()
        ->createKeysSql($spec);
}

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