Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for exists

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
module_exists function includes/module.inc Determines whether a given module exists.
db_index_exists function includes/database/database.inc Checks if an index exists in the given table.
db_table_exists function includes/database/database.inc Checks if a table exists.
db_field_exists function includes/database/database.inc Checks if a column exists in the given table.
FILE_EXISTS_ERROR constant includes/file.inc Flag for dealing with existing files: Do nothing and return FALSE.
FILE_EXISTS_RENAME constant includes/file.inc Flag for dealing with existing files: Appends number until name is unique.
MergeQuery::exists function includes/database/query.inc Implements QueryConditionInterface::exists().
UpdateQuery::exists function includes/database/query.inc Implements QueryConditionInterface::exists().
FILE_EXISTS_REPLACE constant includes/file.inc Flag for dealing with existing files: Replace the existing file.
SelectQuery::exists function includes/database/select.inc Implements QueryConditionInterface::exists().
DeleteQuery::exists function includes/database/query.inc Implements QueryConditionInterface::exists().
filter_format_exists function modules/filter/filter.module Determines if a text format exists.
MergeQuery::notExists function includes/database/query.inc Implements QueryConditionInterface::notExists().
SelectQuery::notExists function includes/database/select.inc Implements QueryConditionInterface::notExists().
DeleteQuery::notExists function includes/database/query.inc Implements QueryConditionInterface::notExists().
UpdateQuery::notExists function includes/database/query.inc Implements QueryConditionInterface::notExists().
entity_view_mode_exists function modules/entity/entity.module Helper function: checks if the display mode exists.
SelectQuery::havingExists function includes/database/select.inc Implements QueryExtendableInterface::havingExists().
ConfigFileStorage::exists function drivers/config_file/config_file_storage.inc Returns whether a configuration object exists.
DatabaseCondition::exists function includes/database/query.inc Implements QueryConditionInterface::exists().
menu_edit_menu_name_exists function modules/menu/menu.admin.inc Returns whether a menu name already exists.
DatabaseSchema::fieldExists function includes/database/schema.inc Check if a column exists in the given table.
ThemeRegistry::offsetExists function includes/theme.inc Implements ArrayAccess::offsetExists().
_field_ui_field_name_exists function modules/field_ui/field_ui.admin.inc Render API callback: Checks if a field machine name is taken.
DatabaseSchema::tableExists function includes/database/schema.inc Check if a table exists.
DatabaseSchema::indexExists function includes/database/schema.inc Checks if an index exists in the given table.
SelectQueryExtender::exists function includes/database/select.inc Sets a condition that the specified subquery returns values.
SelectQuery::havingNotExists function includes/database/select.inc Implements QueryExtendableInterface::havingNotExists().
DatabaseCondition::notExists function includes/database/query.inc Implements QueryConditionInterface::notExists().
ConfigDatabaseStorage::exists function drivers/config_database/config_database_storage.inc Returns whether a configuration object exists.
ConfigStorageInterface::exists function includes/config.inc Returns whether a configuration object exists.
drupal_array_nested_key_exists function includes/drupal.inc Determines whether a nested array contains the requested keys.
SelectQueryExtender::notExists function includes/database/select.inc Sets a condition that the specified subquery returns no values.
CacheTestCase::checkCacheExists function modules/simpletest/tests/cache.test Check whether or not a cache entry exists.
QueryConditionInterface::exists function includes/database/query.inc Sets a condition that the specified subquery returns values.
backdrop_array_nested_key_exists function includes/common.inc Determines whether a nested array contains the requested keys.
BackdropCacheArray::offsetExists function includes/bootstrap.inc Implements ArrayAccess::offsetExists().
FileTestHelper::assertFileExists function modules/file/tests/file.test Asserts that a file exists physically on disk.
CacheTestCase::assertCacheExists function modules/simpletest/tests/cache.test Assert or a cache entry exists.
CommentHelperCase::commentExists function modules/comment/tests/comment.test Checks current page for specified comment.
DatabaseSchema_mysql::fieldExists function drivers/database_mysql/schema.inc Check if a column exists in the given table.
DatabaseSchema_mysql::tableExists function drivers/database_mysql/schema.inc Check if a table exists.
DatabaseSchema_mysql::indexExists function drivers/database_mysql/schema.inc Checks if an index exists in the given table.
QueryConditionInterface::notExists function includes/database/query.inc Sets a condition that the specified subquery returns no values.
FileTestHelper::assertFileNotExists function modules/file/tests/file.test Asserts that a file does not exist on disk.
DatabaseSchemaObjectExistsException class includes/database/schema.inc Exception thrown if an object being created already exists.
FileTestHelper::assertFileEntryExists function modules/file/tests/file.test Asserts that a file exists in the database.
FileTestHelper::assertFileEntryNotExists function modules/file/tests/file.test Asserts that a file does not exist in the database.
PathPatternTestHelper::assertAliasExists function modules/path/tests/path_pattern.test
PathPatternTestHelper::assertNoAliasExists function modules/path/tests/path_pattern.test

Pages

  • 1
  • 2
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS