Search for exists
- Search 9.5.x for exists
- Search 8.9.x for exists
- Search 10.3.x for exists
- Search 11.x for exists
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CacheTestCase::assertCacheExists | function | modules/ |
Assert or a cache entry exists. |
CacheTestCase::checkCacheExists | function | modules/ |
Check whether or not a cache entry exists. |
CommentHelperCase::commentExists | function | modules/ |
Checks current page for specified comment. |
DatabaseCondition::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
DatabaseCondition::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
DatabaseRegressionTestCase::testDBFieldExists | function | modules/ |
Test the db_field_exists() function. |
DatabaseRegressionTestCase::testDBIndexExists | function | modules/ |
Test the db_index_exists() function. |
DatabaseRegressionTestCase::testDBTableExists | function | modules/ |
Test the db_table_exists() function. |
DatabaseSchema::fieldExists | function | includes/ |
Check if a column exists in the given table. |
DatabaseSchema::indexExists | function | includes/ |
Checks if an index exists in the given table. |
DatabaseSchema::tableExists | function | includes/ |
Check if a table exists. |
DatabaseSchemaObjectExistsException | class | includes/ |
Exception thrown if an object being created already exists. |
DatabaseSchema_mysql::fieldExists | function | includes/ |
Check if a column exists in the given table. |
DatabaseSchema_mysql::indexExists | function | includes/ |
Checks if an index exists in the given table. |
DatabaseSchema_mysql::tableExists | function | includes/ |
Check if a table exists. |
DatabaseSchema_pgsql::constraintExists | function | includes/ |
Helper function: check if a constraint (PK, FK, UK) exists. |
DatabaseSchema_pgsql::fieldExists | function | includes/ |
Check if a column exists in the given table. |
DatabaseSchema_pgsql::indexExists | function | includes/ |
Checks if an index exists in the given table. |
DatabaseSchema_pgsql::tableExists | function | includes/ |
Check if a table exists. |
DatabaseSchema_sqlite::fieldExists | function | includes/ |
Check if a column exists in the given table. |
DatabaseSchema_sqlite::indexExists | function | includes/ |
Checks if an index exists in the given table. |
DatabaseSchema_sqlite::tableExists | function | includes/ |
Check if a table exists. |
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect | function | modules/ |
Test EXISTS subquery conditionals on SELECT statements. |
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect | function | modules/ |
Test NOT EXISTS subquery conditionals on SELECT statements. |
db_field_exists | function | includes/ |
Checks if a column exists in the given table. |
db_index_exists | function | includes/ |
Checks if an index exists in the given table. |
db_table_exists | function | includes/ |
Checks if a table exists. |
DeleteQuery::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
DeleteQuery::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
DrupalCacheArray::offsetExists | function | includes/ |
Implements ArrayAccess::offsetExists(). |
drupal_array_nested_key_exists | function | includes/ |
Determines whether a nested array contains the requested keys. |
FileFieldTestCase::assertFileEntryExists | function | modules/ |
Asserts that a file exists in the database. |
FileFieldTestCase::assertFileEntryNotExists | function | modules/ |
Asserts that a file does not exist in the database. |
FileFieldTestCase::assertFileExists | function | modules/ |
Asserts that a file exists physically on disk. |
FileFieldTestCase::assertFileNotExists | function | modules/ |
Asserts that a file does not exist on disk. |
FILE_EXISTS_ERROR | constant | includes/ |
Flag for dealing with existing files: Do nothing and return FALSE. |
FILE_EXISTS_RENAME | constant | includes/ |
Flag for dealing with existing files: Appends number until name is unique. |
FILE_EXISTS_REPLACE | constant | includes/ |
Flag for dealing with existing files: Replace the existing file. |
filter_format_exists | function | modules/ |
Determines if a text format exists. |
image_style_add_form_name_exists | function | modules/ |
Check if the proposed machine name is already taken. |
menu_edit_menu_name_exists | function | modules/ |
Returns whether a menu name already exists. |
MergeQuery::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
MergeQuery::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
module_exists | function | includes/ |
Determines whether a given module exists. |
QueryConditionInterface::exists | function | includes/ |
Sets a condition that the specified subquery returns values. |
QueryConditionInterface::notExists | function | includes/ |
Sets a condition that the specified subquery returns no values. |
SelectQuery::exists | function | includes/ |
Sets a condition that the specified subquery returns values. |
SelectQuery::havingExists | function | includes/ |
|
SelectQuery::havingNotExists | function | includes/ |
|
SelectQuery::notExists | function | includes/ |
Sets a condition that the specified subquery returns no values. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.