Search for fields
- Search 9.5.x for fields
- Search 8.9.x for fields
- Search 10.3.x for fields
- Search 11.x for fields
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
DatabaseConnection_mysql::escapeFields | function | includes/ |
|
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields | function | modules/ |
Test that we can insert fields with values and defaults in the same query. |
DatabaseInsertTestCase::testInsertSelectFields | function | modules/ |
Test that the INSERT INTO ... SELECT (fields) ... syntax works. |
DatabaseReservedKeywordTestCase::testSelectReservedWordAliasAllFields | function | modules/ |
|
DatabaseReservedKeywordTestCase::testSelectReservedWordAliasSpecificFields | function | modules/ |
|
DatabaseReservedKeywordTestCase::testSelectReservedWordTableAllFields | function | modules/ |
|
DatabaseSchema::fieldSetDefault | function | includes/ |
Set the default value for a field. |
DatabaseSchema::fieldSetNoDefault | function | includes/ |
Set a field to have no default value. |
DatabaseSchema_mysql::createFieldSql | function | includes/ |
Create an SQL string for a field to be used in table creation or alteration. |
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_pgsql::createFieldSql | function | includes/ |
Create an SQL string for a field to be used in table creation or alteration. |
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_sqlite::createFieldSql | function | includes/ |
Create an SQL string for a field to be used in table creation or alteration. |
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. |
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. |
drupal_schema_fields_sql | function | includes/ |
Retrieves a list of fields from a table schema. |
EntityFieldQuery::$fields | property | includes/ |
A list of field arrays used. |
EntityFieldQueryTestCase::$fields | property | modules/ |
|
FieldAttachStorageTestCase::testFieldStorageDetailsAlter | function | modules/ |
Test storage details alteration. |
FieldBulkDeleteTestCase::$fields | property | modules/ |
|
FieldCrudTestCase::testReadFields | function | modules/ |
Tests reading field definitions. |
FieldInfo::$bundleExtraFields | property | modules/ |
Extra fields by bundle. |
FieldInfo::$fieldsById | property | modules/ |
List of $field structures keyed by ID. Includes deleted fields. |
FieldInfo::$loadedAllFields | property | modules/ |
Whether $fieldsById contains all field definitions or a subset. |
FieldInfo::$unknownFields | property | modules/ |
Separately tracks requested field names or IDs that do not exist. |
FieldInfo::getBundleExtraFields | function | modules/ |
Retrieves the "extra fields" for a bundle. |
FieldInfo::getFields | function | modules/ |
Returns all active fields, including deleted ones. |
FieldInfo::prepareExtraFields | function | modules/ |
Prepares 'extra fields' for the current run-time context. |
FieldsOverlapException | class | includes/ |
Exception thrown if an insert query specifies a field twice. |
FieldSqlStorageTestCase | class | modules/ |
Tests field storage. |
FieldSqlStorageTestCase::$field | property | modules/ |
|
FieldSqlStorageTestCase::$field_name | property | modules/ |
|
FieldSqlStorageTestCase::$instance | property | modules/ |
|
FieldSqlStorageTestCase::$revision_table | property | modules/ |
|
FieldSqlStorageTestCase::$table | property | modules/ |
|
FieldSqlStorageTestCase::getInfo | function | modules/ |
|
FieldSqlStorageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate | function | modules/ |
Reads mysql to verify correct data is written when using insert and update. |
FieldSqlStorageTestCase::testFieldAttachLoad | function | modules/ |
Uses the mysql tables and records to verify field_load_revision works correctly. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.