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
bartik_field__taxonomy_term_reference function themes/bartik/template.php Implements theme_field__field_type().
CommentFieldsTest class modules/comment/comment.test Test fields on comments.
CommentFieldsTest::getInfo function modules/comment/comment.test
CommentFieldsTest::testCommentDefaultFields function modules/comment/comment.test Tests that the default 'comment_body' field is correctly added.
CommentFieldsTest::testCommentEnable function modules/comment/comment.test Test that comment module works when enabled after a content module.
CommentFieldsTest::testCommentFormat function modules/comment/comment.test Test that comment module works correctly with plain text format.
comment_field_extra_fields function modules/comment/comment.module Implements hook_field_extra_fields().
DatabaseAlterTestCase::testAlterChangeFields function modules/simpletest/tests/database_test.test Test that we can alter the fields of a query.
DatabaseBasicSyntaxTestCase::testFieldConcat function modules/simpletest/tests/database_test.test Test for string concatenation with field values.
DatabaseConnection_mysql::escapeFields function includes/database/mysql/database.inc
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields function modules/simpletest/tests/database_test.test Test that we can insert fields with values and defaults in the same query.
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion function modules/simpletest/tests/database_test.test Test that we can specify fields without values and specify values later.
DatabaseInsertTestCase::testInsertSelectFields function modules/simpletest/tests/database_test.test Test that the INSERT INTO ... SELECT (fields) ... syntax works.
DatabaseRegressionTestCase::testDBFieldExists function modules/simpletest/tests/database_test.test Test the db_field_exists() function.
DatabaseReservedKeywordTestCase::testSelectReservedWordAliasAllFields function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testSelectReservedWordAliasSpecificFields function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testSelectReservedWordTableAllFields function modules/simpletest/tests/database_test.test
DatabaseSchema::fieldExists function includes/database/schema.inc Check if a column exists in the given table.
DatabaseSchema::fieldNames function includes/database/schema.inc Return an array of field names from an array of key/index column specifiers.
DatabaseSchema::fieldSetDefault function includes/database/schema.inc Set the default value for a field.
DatabaseSchema::fieldSetNoDefault function includes/database/schema.inc Set a field to have no default value.
DatabaseSchema::getFieldTypeMap function includes/database/schema.inc Returns a mapping of Drupal schema field names to DB-native field types.
DatabaseSchema_mysql::createFieldSql function includes/database/mysql/schema.inc Create an SQL string for a field to be used in table creation or alteration.
DatabaseSchema_mysql::fieldExists function includes/database/mysql/schema.inc Check if a column exists in the given table.
DatabaseSchema_mysql::fieldSetDefault function includes/database/mysql/schema.inc Set the default value for a field.
DatabaseSchema_mysql::fieldSetNoDefault function includes/database/mysql/schema.inc Set a field to have no default value.
DatabaseSchema_mysql::getFieldTypeMap function includes/database/mysql/schema.inc Returns a mapping of Drupal schema field names to DB-native field types.
DatabaseSchema_pgsql::createFieldSql function includes/database/pgsql/schema.inc Create an SQL string for a field to be used in table creation or
alteration.
DatabaseSchema_pgsql::fieldExists function includes/database/pgsql/schema.inc Check if a column exists in the given table.
DatabaseSchema_pgsql::fieldSetDefault function includes/database/pgsql/schema.inc Set the default value for a field.
DatabaseSchema_pgsql::fieldSetNoDefault function includes/database/pgsql/schema.inc Set a field to have no default value.
DatabaseSchema_pgsql::getFieldTypeMap function includes/database/pgsql/schema.inc This maps a generic data type in combination with its data size
to the engine-specific data type.
DatabaseSchema_pgsql::queryFieldInformation function includes/database/pgsql/schema.inc Fetch the list of CHECK constraints used on a field.
DatabaseSchema_sqlite::createFieldSql function includes/database/sqlite/schema.inc Create an SQL string for a field to be used in table creation or alteration.
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.
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.
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::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.

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