Search for field

  1. Search 9.5.x for field
  2. Search 8.9.x for field
  3. Search 10.3.x for field
  4. Search 11.x for field
  5. Other projects
Title Object type File name Summary
DatabaseSchema_sqlite::dropField function includes/database/sqlite/schema.inc Drop a field.
DatabaseSchema_sqlite::fieldExists function includes/database/sqlite/schema.inc Check if a column exists in the given table.
DatabaseSchema_sqlite::fieldSetDefault function includes/database/sqlite/schema.inc Set the default value for a field.
DatabaseSchema_sqlite::fieldSetNoDefault function includes/database/sqlite/schema.inc Set a field to have no default value.
DatabaseSchema_sqlite::getFieldTypeMap function includes/database/sqlite/schema.inc This maps a generic data type in combination with its data size
to the engine-specific data type.
DatabaseSchema_sqlite::processField function includes/database/sqlite/schema.inc Set database-engine specific properties for a field.
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals function modules/simpletest/tests/database_test.test Test that countQuery properly removes fields and expressions.
DatabaseSelectTestCase::testSimpleSelectAllFields function modules/simpletest/tests/database_test.test Test adding all fields from a given table to a select statement.
DatabaseSelectTestCase::testSimpleSelectMultipleFields function modules/simpletest/tests/database_test.test Test adding multiple fields to a select statement at the same time.
DatabaseStatementBase::fetchField function includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementEmpty::fetchField function includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementInterface::fetchField function includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementPrefetch::fetchField function includes/database/prefetch.inc Returns a single field from the next record of a result set.
db_add_field function includes/database/database.inc Adds a new field to a table.
db_change_field function includes/database/database.inc Changes a field definition.
db_drop_field function includes/database/database.inc Drops a field.
db_escape_field function includes/database/database.inc Restricts a dynamic column or constraint name to safe characters.
db_field_exists function includes/database/database.inc Checks if a column exists in the given table.
db_field_names function includes/database/database.inc Returns an array of field names from an array of key/index column specifiers.
db_field_set_default function includes/database/database.inc Sets the default value for a field.
db_field_set_no_default function includes/database/database.inc Sets a field to have no default value.
drupal-7.field.database.php file modules/simpletest/tests/upgrade/drupal-7.field.database.php
DrupalWebTestCase::assertField function modules/simpletest/drupal_web_test_case.php Asserts that a field exists with the given name or ID.
DrupalWebTestCase::assertFieldById function modules/simpletest/drupal_web_test_case.php Asserts that a field exists in the current page with the given ID and value.
DrupalWebTestCase::assertFieldByName function modules/simpletest/drupal_web_test_case.php Asserts that a field exists in the current page with the given name and value.
DrupalWebTestCase::assertFieldByXPath function modules/simpletest/drupal_web_test_case.php Asserts that a field exists in the current page by the given XPath.
DrupalWebTestCase::assertFieldChecked function modules/simpletest/drupal_web_test_case.php Asserts that a checkbox field in the current page is checked.
DrupalWebTestCase::assertNoField function modules/simpletest/drupal_web_test_case.php Asserts that a field does not exist with the given name or ID.
DrupalWebTestCase::assertNoFieldById function modules/simpletest/drupal_web_test_case.php Asserts that a field does not exist with the given ID and value.
DrupalWebTestCase::assertNoFieldByName function modules/simpletest/drupal_web_test_case.php Asserts that a field does not exist with the given name and value.
DrupalWebTestCase::assertNoFieldByXPath function modules/simpletest/drupal_web_test_case.php Asserts that a field doesn't exist or its value doesn't match, by XPath.
DrupalWebTestCase::assertNoFieldChecked function modules/simpletest/drupal_web_test_case.php Asserts that a checkbox field in the current page is not checked.
DrupalWebTestCase::constructFieldXpath function modules/simpletest/drupal_web_test_case.php Helper function: construct an XPath for the given set of attributes and value.
drupal_schema_fields_sql function includes/common.inc Retrieves a list of fields from a table schema.
drupal_schema_field_types function includes/common.inc Retrieves the type for every field in a table schema.
EntityFieldQuery class includes/entity.inc Retrieves entities matching a given set of conditions.
EntityFieldQuery::$age property includes/entity.inc Flag indicating whether this is querying current or all revisions.
EntityFieldQuery::$altered property includes/entity.inc TRUE if the query has already been altered, FALSE if it hasn't.
EntityFieldQuery::$count property includes/entity.inc TRUE if this is a count query, FALSE if it isn't.
EntityFieldQuery::$deleted property includes/entity.inc Query behavior for deleted data.
EntityFieldQuery::$entityConditions property includes/entity.inc Associative array of entity-generic metadata conditions.
EntityFieldQuery::$executeCallback property includes/entity.inc The method executing the query, if it is overriding the default.
EntityFieldQuery::$fieldConditions property includes/entity.inc List of field conditions.
EntityFieldQuery::$fieldMetaConditions property includes/entity.inc List of field meta conditions (language and delta).
EntityFieldQuery::$fields property includes/entity.inc A list of field arrays used.
EntityFieldQuery::$metaData property includes/entity.inc A list of metadata added to this query.
EntityFieldQuery::$order property includes/entity.inc List of order clauses.
EntityFieldQuery::$ordered_results property includes/entity.inc The ordered results.
EntityFieldQuery::$pager property includes/entity.inc The query pager data.
EntityFieldQuery::$propertyConditions property includes/entity.inc List of property conditions.

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