CommentFieldsTest::testCommentFormat |
function |
core/modules/comment/tests/comment.test |
Tests that comment module works correctly with plain text format. |
FieldSqlStorageTestCase::$field_name |
property |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
|
DatabaseSchema_mysql::createFieldSql |
function |
core/includes/database/mysql/schema.inc |
Create a SQL string for a field to be used in table creation or alteration. |
entityreference_plugin_row_fields.inc |
file |
core/modules/entityreference/views/entityreference_plugin_row_fields.inc |
Handler for entityreference_plugin_row_fields. |
hook_field_extra_fields_display_alter |
function |
core/modules/field/field.api.php |
Alters the display settings of pseudo-fields before an entity is displayed. |
views_plugin_row_fields::options_form |
function |
core/modules/views/plugins/views_plugin_row_fields.inc |
Provide a form for setting options. |
template_preprocess_views_view_fields |
function |
core/modules/views/templates/views.theme.inc |
Preprocess theme function to print a single record from a row, with fields |
views_plugin_row_rss_fields::validate |
function |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Validate that the plugin is correct and can be saved. |
FieldUIManageFieldsTestCase::$profile |
property |
core/modules/field_ui/tests/field_ui.test |
The profile to install as a basis for testing. |
DatabaseSchema_mysql::fieldSetDefault |
function |
core/includes/database/mysql/schema.inc |
Set the default value for a field. |
LocaleMultilingualFieldsFunctionalTest |
class |
core/modules/locale/tests/locale.test |
Functional test for multilingual fields. |
DateViewsTestCase::testDateViewsFields |
function |
core/modules/date/tests/date_views.test |
|
NumberFieldSettingsTestCase::$instance |
property |
core/modules/field/modules/number/tests/number_settings.test |
Array of field instance definitions. |
views_plugin_row_rss_fields::get_field |
function |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Retrieves a views field value from the style plugin. |
views_handler_filter_fields_compare.inc |
file |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Definition of views_handler_filter_fields_compare. |
views_plugin_row_fields::options_submit |
function |
core/modules/views/plugins/views_plugin_row_fields.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_ui_pre_render_add_fieldset_markup |
function |
core/modules/views_ui/views_ui.admin.inc |
Move form elements into fieldsets for presentation purposes. |
NumberFieldSettingsTestCase::$adminUser |
property |
core/modules/field/modules/number/tests/number_settings.test |
User object. |
DatabaseSchema_mysql::fieldSetNoDefault |
function |
core/includes/database/mysql/schema.inc |
Set a field to have no default value. |
FieldUIManageFieldsTestCase::$field_name |
property |
core/modules/field_ui/tests/field_ui.test |
|
date_views_filter_handler::$query_fields |
property |
core/modules/date/views/date_views_filter_handler.inc |
|
FieldSqlStorageTestCase::$revision_table |
property |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
|
views_plugin_query_default::clear_fields |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Remove all fields that may have been added; primarily used for summary
mode where we're changing the query because we didn't get data we needed. |
FieldUIManageFieldsTestCase::createField |
function |
core/modules/field_ui/tests/field_ui.test |
Tests adding a new field. |
FieldUIManageFieldsTestCase::updateField |
function |
core/modules/field_ui/tests/field_ui.test |
Tests editing an existing field. |
FieldUIManageFieldsTestCase::$field_label |
property |
core/modules/field_ui/tests/field_ui.test |
|
CommentFieldsTest::testCommentDeletedBody |
function |
core/modules/comment/tests/comment.test |
Tests that the comment_body field is not required. |
views_plugin_row_rss_fields::options_form |
function |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Provide a form for setting options. |
views_handler_field::add_additional_fields |
function |
core/modules/views/handlers/views_handler_field.inc |
Add 'additional' fields to the query. |
views_handler_filter_fields_compare::query |
function |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Overrides views_handler_filter#query(). |
views_plugin_row_fields::option_definition |
function |
core/modules/views/plugins/views_plugin_row_fields.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_query_default::compile_fields |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Build fields array. |
date_views_filter_handler::get_query_fields |
function |
core/modules/date/views/date_views_filter_handler.inc |
|
CommentFieldsTest::testCommentDefaultFields |
function |
core/modules/comment/tests/comment.test |
Tests that the default 'comment_body' field is correctly added. |
FieldUIManageFieldsTestCase::testCRUDFields |
function |
core/modules/field_ui/tests/field_ui.test |
Runs the field CRUD tests. |
SimpleTestFunctionalTest::getResultFieldSet |
function |
core/modules/simpletest/tests/simpletest.test |
Get the fieldset containing the results for group this test is in. |
FieldSqlStorageTestCase::testFieldAttachLoad |
function |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
Uses the mysql tables and records to verify
field_load_revision works correctly. |
DatabaseAlterTestCase::testAlterChangeFields |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can alter the fields of a query. |
DatabaseCharsetConverter::convertTableFields |
function |
core/includes/database/charset_converter.inc |
Converts a table's field to a desired character set and collation. |
FieldUIManageFieldsTestCase::testDeleteField |
function |
core/modules/field_ui/tests/field_ui.test |
Tests that deletion removes fields and instances as expected. |
LocaleMultilingualFieldsFunctionalTest::setUp |
function |
core/modules/locale/tests/locale.test |
Sets up a Backdrop site for running functional and integration tests. |
GenericFieldTest::codeTestGenericAddAllFields |
function |
modules/examples/field_permission_example/tests/field_permission_example.test |
Add all testable fields as instances to a content type. |
date_views_argument_handler::get_query_fields |
function |
core/modules/date/views/date_views_argument_handler.inc |
Collect information about our fields we will need to create the right query. |
entityreference_plugin_row_fields::pre_render |
function |
core/modules/entityreference/views/entityreference_plugin_row_fields.inc |
Allow the style to do stuff before each row is rendered. |
FieldUIManageFieldsTestCase::manageFieldsPage |
function |
core/modules/field_ui/tests/field_ui.test |
Tests the manage fields page. |
FieldUIManageFieldsTestCase::addExistingField |
function |
core/modules/field_ui/tests/field_ui.test |
Tests adding an existing field in another content type. |
FieldUIManageFieldsTestCase::testDefaultValue |
function |
core/modules/field_ui/tests/field_ui.test |
Tests that default value is correctly validated and saved. |
FieldUIManageFieldsTestCase::testHiddenFields |
function |
core/modules/field_ui/tests/field_ui.test |
Tests that Field UI respects the 'no_ui' option in hook_field_info(). |
FieldUIManageFieldsTestCase::testRenameBundle |
function |
core/modules/field_ui/tests/field_ui.test |
Tests renaming a bundle. |
FieldUIManageFieldsTestCase::$field_name_input |
property |
core/modules/field_ui/tests/field_ui.test |
|