Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Checks if an index exists in the given table. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Checks if an index exists in the given table. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Checks if an index exists in the given table. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Checks if an index exists in the given table. |
RegressionTest::testDBIndexExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php |
Tests the db_index_exists() function. |