EntityFieldQuery::addFieldCondition |
function |
drupal/includes/entity.inc |
Adds the given condition to the proper condition array. |
EntityFieldQuery::propertyCondition |
function |
drupal/includes/entity.inc |
Adds a condition on an entity-specific property. |
image_field_formatter_settings_form |
function |
drupal/modules/image/image.field.inc |
Implements hook_field_formatter_settings_form(). |
_field_sql_storage_query_columnname |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.module |
Field meta condition column callback. |
file_field_widget_upload_validators |
function |
drupal/modules/file/file.field.inc |
Retrieves the upload validators for a file field. |
ProfileTestCase::createProfileField |
function |
drupal/modules/profile/profile.test |
Create a profile field. |
ProfileTestCase::updateProfileField |
function |
drupal/modules/profile/profile.test |
Update a profile field. |
ProfileTestCase::deleteProfileField |
function |
drupal/modules/profile/profile.test |
Delete a profile field. |
_field_info_prepare_instance_widget |
function |
drupal/modules/field/field.info.inc |
Prepares widget specifications for the current run-time context. |
FileFieldTestCase::assertFileExists |
function |
drupal/modules/file/tests/file.test |
Asserts that a file exists physically on disk. |
FileFieldAnonymousSubmission::setUp |
function |
drupal/modules/file/tests/file.test |
Sets up a Drupal site for running functional and integration tests. |
field_multilingual_settings_changed |
function |
drupal/modules/field/field.multilingual.inc |
Implements hook_multilingual_settings_changed(). |
ImageFieldTestCase::uploadNodeImage |
function |
drupal/modules/image/image.test |
Upload an image to a node. |
field_test_widget_multiple_validate |
function |
drupal/modules/field/tests/field_test.field.inc |
Form element validation handler for 'test_field_widget_multiple' widget. |
FieldAttachStorageTestCase::getInfo |
function |
drupal/modules/field/tests/field.test |
|
ForumTestCase::testEnableForumField |
function |
drupal/modules/forum/forum.test |
Tests disabling and re-enabling the Forum module. |
field_ui_field_overview_form_submit |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Form submission handler for field_ui_field_overview_form(). |
ImageFieldValidateTestCase::getInfo |
function |
drupal/modules/image/image.test |
|
FieldInfoTestCase::testFieldPrepare |
function |
drupal/modules/field/tests/field.test |
Test that cached field definitions are ready for current runtime context. |
field_ui_field_settings_form_submit |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Form submission handler for field_ui_field_settings_form(). |
FieldInfoTestCase::testSettingsInfo |
function |
drupal/modules/field/tests/field.test |
Test that the field_info settings convenience functions work. |
FieldUITestCase::fieldUIAddNewField |
function |
drupal/modules/field_ui/field_ui.test |
Creates a new field through the Field UI. |
FieldUITestCase::fieldUIDeleteField |
function |
drupal/modules/field_ui/field_ui.test |
Deletes a field instance through the Field UI. |
FieldCrudTestCase::testFieldIndexes |
function |
drupal/modules/field/tests/field.test |
Test creation of indexes on data column. |
FieldUIManageDisplayTestCase::setUp |
function |
drupal/modules/field_ui/field_ui.test |
Sets up a Drupal site for running functional and integration tests. |
number_field_formatter_settings_form |
function |
drupal/modules/field/modules/number/number.module |
Implements hook_field_formatter_settings_form(). |
CommentFieldsTest::testCommentEnable |
function |
drupal/modules/comment/comment.test |
Test that comment module works when enabled after a content module. |
node_query_entity_field_access_alter |
function |
drupal/modules/node/node.module |
Implements hook_query_TAG_alter(). |
CommentFieldsTest::testCommentFormat |
function |
drupal/modules/comment/comment.test |
Test that comment module works correctly with plain text format. |
ListFieldUITestCase::createListField |
function |
drupal/modules/field/modules/list/tests/list.test |
Helper function to create list field of a given type. |
field_test_dummy_field_storage_query |
function |
drupal/modules/field/tests/field_test.module |
Pseudo-implements hook_field_storage_query(). |
hook_field_available_languages_alter |
function |
drupal/modules/field/field.api.php |
Alter field_available_languages() values. |
_update_7000_field_sql_storage_write |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.install |
Utility function: write field data directly to SQL storage. |
field_sql_storage_field_storage_info |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_info(). |
field_test_entity_nested_form_submit |
function |
drupal/modules/field/tests/field_test.entity.inc |
Submit handler for field_test_entity_nested_form(). |
DatabaseSchema_mysql::createFieldSql |
function |
drupal/includes/database/mysql/schema.inc |
Create an SQL string for a field to be used in table creation or alteration. |
field_sql_storage_field_storage_load |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_load(). |
hook_field_display_ENTITY_TYPE_alter |
function |
drupal/modules/field/field.api.php |
Alters the display settings of a field on a given entity type before it gets displayed. |
TaxonomyTermFieldTestCase::$instance |
property |
drupal/modules/taxonomy/taxonomy.test |
|
_field_sql_storage_query_join_entity |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.module |
Adds the base entity table to a field query object. |
ProfileTestFields::testProfileFields |
function |
drupal/modules/profile/profile.test |
Test each of the field types. List selection and date fields are tested
separately because they need some special handling. |
_field_info_prepare_instance_display |
function |
drupal/modules/field/field.info.inc |
Adapts display specifications to the current run-time context. |
DatabaseSchema_pgsql::createFieldSql |
function |
drupal/includes/database/pgsql/schema.inc |
Create an SQL string for a field to be used in table creation or
alteration. |
ImageFieldTestCase::createImageField |
function |
drupal/modules/image/image.test |
Create a new image field. |
field_ui_display_overview_row_region |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Returns the region to which a row in the 'Manage display' screen belongs. |
DrupalWebTestCase::assertFieldByName |
function |
drupal/modules/simpletest/drupal_web_test_case.php |
Asserts that a field exists in the current page with the given name and value. |
DrupalWebTestCase::assertNoFieldById |
function |
drupal/modules/simpletest/drupal_web_test_case.php |
Asserts that a field does not exist with the given ID and value. |
FieldUIManageFieldsTestCase::getInfo |
function |
drupal/modules/field_ui/field_ui.test |
|
FieldCrudTestCase::_testActiveHelper |
function |
drupal/modules/field/tests/field.test |
Helper function for testActive(). |
DatabaseSchema_sqlite::createFieldSql |
function |
drupal/includes/database/sqlite/schema.inc |
Create an SQL string for a field to be used in table creation or alteration. |