Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for key

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
MergeQuery::key function includes/database/query.inc Sets the key field(s) to be used as conditions for this query.
drupal_random_key function includes/drupal.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
db_add_unique_key function includes/database/database.inc Adds a unique key.
db_drop_unique_key function includes/database/database.inc Drops a unique key.
SearchQuery::$keys property modules/search/search.extender.inc Positive and negative search keys.
db_add_primary_key function includes/database/database.inc Adds a primary key to a database table.
db_drop_primary_key function includes/database/database.inc Drops the primary key of a database table.
backdrop_random_key function includes/bootstrap.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
_telemetry_site_key function modules/telemetry/telemetry.module Get an anonymous, unique identifier for this site.
_db_create_keys_sql function includes/database/database.inc
Database::$activeKey property includes/database/database.inc The key of the currently active database connection.
image_filter_keyword function modules/image/image.module Accept a keyword (center, top, left, etc) and return it as a pixel offset.
views_array_key_plus function modules/views/includes/utility.inc Adds one to each key of the array.
Query::$connectionKey property includes/database/query.inc The key of the connection object.
drupal_get_private_key function includes/drupal.inc Ensures the private key variable used to generate tokens is set.
DatabaseConnection::$key property includes/database/database.inc The key representing this connection.
SearchKeywordsConditions class modules/search/tests/search.test Tests keywords and conditions.
backdrop_get_private_key function includes/common.inc Ensures the private key variable used to generate tokens is set.
ConnectionUnitTest::$key property modules/simpletest/tests/database_test.test
form_state_keys_no_cache function includes/form.inc Returns an array of $form_state keys that shouldn't be cached.
DatabaseConnection::getKey function includes/database/database.inc Returns the key this connection is associated with.
DatabaseConnection::setKey function includes/database/database.inc Tells this connection object what its key is.
DatabaseLog::$connectionKey property includes/database/log.inc The connection key for which this object is logging.
DatabaseStatementEmpty::key function includes/database/database.inc
DatabaseSchema::addUniqueKey function includes/database/schema.inc Add a unique key.
DatabaseSchema::addPrimaryKey function includes/database/schema.inc Add a primary key.
DatabaseSchema::dropUniqueKey function includes/database/schema.inc Drop a unique key.
DatabaseSchema::dropPrimaryKey function includes/database/schema.inc Drop the primary key.
DatabaseStatementPrefetch::key function includes/database/prefetch.inc
drupal_array_nested_key_exists function includes/drupal.inc Determines whether a nested array contains the requested keys.
DatabaseReservedKeywordTestCase class modules/simpletest/tests/database_test.test Test reserved keyword handling (introduced for MySQL 8+)
DefaultEntityController::$idKey property modules/entity/entity.controller.inc Name of the entity's ID field in the entity database table.
SearchKeywordsConditions::setUp function modules/search/tests/search.test Sets up a Backdrop site for running functional and integration tests.
backdrop_array_nested_key_exists function includes/common.inc Determines whether a nested array contains the requested keys.
DatabaseSchema_mysql::addUniqueKey function drivers/database_mysql/schema.inc Add a unique key.
BackdropCacheArray::$keysToPersist property includes/bootstrap.inc An array of keys to add to the cache at the end of the request.
views_plugin_cache::get_output_key function modules/views/plugins/views_plugin_cache.inc
DatabaseSchema_mysql::createKeySql function drivers/database_mysql/schema.inc
Temporary key-value store functions group includes/common.inc Functions to temporarily store arrays or objects.
DatabaseSchema_mysql::createKeysSql function drivers/database_mysql/schema.inc
DatabaseSchema_mysql::addPrimaryKey function drivers/database_mysql/schema.inc Add a primary key.
DatabaseSchema_mysql::dropUniqueKey function drivers/database_mysql/schema.inc Drop a unique key.
views_plugin_cache::get_results_key function modules/views/plugins/views_plugin_cache.inc
DatabaseSchema_mysql::dropPrimaryKey function drivers/database_mysql/schema.inc Drop the primary key.
FileScanDirectoryTest::testOptionKey function modules/simpletest/tests/file.test Check that key parameter sets the return value's key.
DatabaseStatementBase::fetchAllKeyed function includes/database/database.inc Returns the entire result set as a single associative array.
DefaultEntityController::$revisionKey property modules/entity/entity.controller.inc Name of entity's revision database table field, if it supports revisions.
DatabaseStatementEmpty::fetchAllKeyed function includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseReservedKeywordTestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Backdrop site for running functional and integration tests.
DatabaseStatementPrefetch::$currentKey property includes/database/prefetch.inc The key of the current row.

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