Search for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| bartik_field__taxonomy_term_reference | function | themes/ |
Implements theme_field__field_type(). |
| CommentFieldsTest | class | modules/ |
Test fields on comments. |
| CommentFieldsTest::getInfo | function | modules/ |
|
| CommentFieldsTest::testCommentDefaultFields | function | modules/ |
Tests that the default 'comment_body' field is correctly added. |
| CommentFieldsTest::testCommentEnable | function | modules/ |
Test that comment module works when enabled after a content module. |
| CommentFieldsTest::testCommentFormat | function | modules/ |
Test that comment module works correctly with plain text format. |
| comment_field_extra_fields | function | modules/ |
Implements hook_field_extra_fields(). |
| DatabaseAlterTestCase::testAlterChangeFields | function | modules/ |
Test that we can alter the fields of a query. |
| DatabaseBasicSyntaxTestCase::testFieldConcat | function | modules/ |
Test for string concatenation with field values. |
| DatabaseConnection_mysql::escapeFields | function | includes/ |
|
| DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields | function | modules/ |
Test that we can insert fields with values and defaults in the same query. |
| DatabaseInsertTestCase::testInsertFieldOnlyDefinintion | function | modules/ |
Test that we can specify fields without values and specify values later. |
| DatabaseInsertTestCase::testInsertSelectFields | function | modules/ |
Test that the INSERT INTO ... SELECT (fields) ... syntax works. |
| DatabaseRegressionTestCase::testDBFieldExists | function | modules/ |
Test the db_field_exists() function. |
| DatabaseReservedKeywordTestCase::testSelectReservedWordAliasAllFields | function | modules/ |
|
| DatabaseReservedKeywordTestCase::testSelectReservedWordAliasSpecificFields | function | modules/ |
|
| DatabaseReservedKeywordTestCase::testSelectReservedWordTableAllFields | function | modules/ |
|
| DatabaseSchema::fieldExists | function | includes/ |
Check if a column exists in the given table. |
| DatabaseSchema::fieldNames | function | includes/ |
Return an array of field names from an array of key/index column specifiers. |
| DatabaseSchema::fieldSetDefault | function | includes/ |
Set the default value for a field. |
| DatabaseSchema::fieldSetNoDefault | function | includes/ |
Set a field to have no default value. |
| DatabaseSchema::getFieldTypeMap | function | includes/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
| DatabaseSchema_mysql::createFieldSql | function | includes/ |
Create an SQL string for a field to be used in table creation or alteration. |
| DatabaseSchema_mysql::fieldExists | function | includes/ |
Check if a column exists in the given table. |
| DatabaseSchema_mysql::fieldSetDefault | function | includes/ |
Set the default value for a field. |
| DatabaseSchema_mysql::fieldSetNoDefault | function | includes/ |
Set a field to have no default value. |
| DatabaseSchema_mysql::getFieldTypeMap | function | includes/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
| DatabaseSchema_pgsql::createFieldSql | function | includes/ |
Create an SQL string for a field to be used in table creation or alteration. |
| DatabaseSchema_pgsql::fieldExists | function | includes/ |
Check if a column exists in the given table. |
| DatabaseSchema_pgsql::fieldSetDefault | function | includes/ |
Set the default value for a field. |
| DatabaseSchema_pgsql::fieldSetNoDefault | function | includes/ |
Set a field to have no default value. |
| DatabaseSchema_pgsql::getFieldTypeMap | function | includes/ |
This maps a generic data type in combination with its data size to the engine-specific data type. |
| DatabaseSchema_pgsql::queryFieldInformation | function | includes/ |
Fetch the list of CHECK constraints used on a field. |
| DatabaseSchema_sqlite::createFieldSql | function | includes/ |
Create an SQL string for a field to be used in table creation or alteration. |
| DatabaseSchema_sqlite::fieldExists | function | includes/ |
Check if a column exists in the given table. |
| DatabaseSchema_sqlite::fieldSetDefault | function | includes/ |
Set the default value for a field. |
| DatabaseSchema_sqlite::fieldSetNoDefault | function | includes/ |
Set a field to have no default value. |
| DatabaseSchema_sqlite::getFieldTypeMap | function | includes/ |
This maps a generic data type in combination with its data size to the engine-specific data type. |
| DatabaseSelectComplexTestCase::testCountQueryFieldRemovals | function | modules/ |
Test that countQuery properly removes fields and expressions. |
| DatabaseSelectTestCase::testSimpleSelectAllFields | function | modules/ |
Test adding all fields from a given table to a select statement. |
| DatabaseSelectTestCase::testSimpleSelectMultipleFields | function | modules/ |
Test adding multiple fields to a select statement at the same time. |
| db_field_exists | function | includes/ |
Checks if a column exists in the given table. |
| db_field_names | function | includes/ |
Returns an array of field names from an array of key/index column specifiers. |
| db_field_set_default | function | includes/ |
Sets the default value for a field. |
| db_field_set_no_default | function | includes/ |
Sets a field to have no default value. |
| drupal-7.field.database.php | file | modules/ |
|
| DrupalWebTestCase::assertFieldById | function | modules/ |
Asserts that a field exists in the current page with the given ID and value. |
| DrupalWebTestCase::assertFieldByName | function | modules/ |
Asserts that a field exists in the current page with the given name and value. |
| DrupalWebTestCase::assertFieldByXPath | function | modules/ |
Asserts that a field exists in the current page by the given XPath. |
| DrupalWebTestCase::assertFieldChecked | function | modules/ |
Asserts that a checkbox field in the current page is checked. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.