views_handler_field_history_user_timestamp::init |
function |
core/modules/node/views/views_handler_field_history_user_timestamp.inc |
init the handler with necessary data. |
views_handler_field_user_link::option_definition |
function |
core/modules/user/views/views_handler_field_user_link.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_term_path::option_definition |
function |
core/modules/taxonomy/views/views_handler_field_term_path.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
TextFieldTestCase::testTextfieldWidgetsFormatted |
function |
core/modules/field/modules/text/tests/text.test |
Test widgets + 'formatted_text' setting. |
views_handler_field_bulk_form::option_definition |
function |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Overrides views_handler_field::option_definition(). |
views_handler_field_user_mail::option_definition |
function |
core/modules/user/views/views_handler_field_user_mail.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_bulk_form::views_form_submit |
function |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Submit handler for the bulk form. |
views_handler_field_node_type::option_definition |
function |
core/modules/node/views/views_handler_field_node_type.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_file_type::option_definition |
function |
core/modules/file/views/views_handler_field_file_type.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_user_name::option_definition |
function |
core/modules/user/views/views_handler_field_user_name.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
EntityReferenceHandlersTestCase::testSortByField |
function |
core/modules/entityreference/tests/entityreference.handlers.test |
Assert sorting by field works for non-admins. |
views_handler_field_user_permissions::pre_render |
function |
core/modules/user/views/views_handler_field_user_permissions.inc |
Run before any fields are rendered. |
EntityFieldQueryTestCase::assertEntityFieldQuery |
function |
core/modules/entity/tests/entity_query.test |
Fetches the results of an EntityFieldQuery and compares. |
views_handler_field_comment_link_approve::access |
function |
core/modules/comment/views/views_handler_field_comment_link_approve.inc |
Check whether current user has access to this handler. |
redirect_handler_field_redirect_link_edit::query |
function |
core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc |
Called to add the field to a query. |
views_handler_field_ncs_last_comment_name::query |
function |
core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Called to add the field to a query. |
views_handler_field_node_path::option_definition |
function |
core/modules/node/views/views_handler_field_node_path.inc |
Default value for the path field option. |
views_handler_field_prerender_list::options_form |
function |
core/modules/views/handlers/views_handler_field_prerender_list.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_prerender_list::render_items |
function |
core/modules/views/handlers/views_handler_field_prerender_list.inc |
Render all items in this field together. |
redirect_handler_field_redirect_redirect::render |
function |
core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc |
Render the field. |
views_handler_field_contextual_links::pre_render |
function |
core/modules/views/handlers/views_handler_field_contextual_links.inc |
Run before any fields are rendered. |
views_handler_field_comment_node_link::construct |
function |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Construct a new field handler. |
FieldInstanceCrudTestCase::testReadFieldInstance |
function |
core/modules/field/tests/field.test |
Test reading back an instance definition. |
FieldBulkDeleteTestCase::testDeleteFieldInstance |
function |
core/modules/field/tests/field.test |
Verify that deleting an instance leaves the field data items in
the database and that the appropriate Field API functions can
operate on the deleted data and instance. |
views_handler_field_term_link_edit::options_form |
function |
core/modules/taxonomy/views/views_handler_field_term_link_edit.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_node_new_comments::construct |
function |
core/modules/comment/views/views_handler_field_node_new_comments.inc |
Construct a new field handler. |
views_handler_field_serialized::options_validate |
function |
core/modules/views/handlers/views_handler_field_serialized.inc |
Validate the options form. |
views_handler_field_file_extension::options_form |
function |
core/modules/file/views/views_handler_field_file_extension.inc |
Default options form that provides the label widget that all fields
should have. |
FieldUIManageFieldsTestCase::assertFieldSettings |
function |
core/modules/field_ui/tests/field_ui.test |
Asserts field settings are as expected. |
hook_date_field_formatter_settings_summary_alter |
function |
core/modules/date/date.api.php |
Alter a date field formatter settings summary. |
FieldUIManageDisplayTestCase::testViewModeCustom |
function |
core/modules/field_ui/tests/field_ui.test |
Tests switching display modes to use custom or 'default' settings'. |
views_handler_field_node_translation_link::render |
function |
core/modules/translation/views/views_handler_field_node_translation_link.inc |
Render the field. |
FieldUIViewModeTestHelper::assertNoViewModeExists |
function |
core/modules/field_ui/tests/field_ui.test |
|
ImageFieldDisplayTestCase::testImageFieldSettings |
function |
core/modules/image/tests/image.test |
Tests for image field settings. |
views_handler_filter_fields_compare::options_form |
function |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Overrides views_handler_filter#options_form(). |
field_test_field_formatter_settings_summary_alter |
function |
core/modules/field/tests/field_test/field_test.module |
Implements hook_field_formatter_settings_summary_alter(). |
DatabaseSelectTestCase::testSimpleSelectAllFields |
function |
core/modules/simpletest/tests/database_test.test |
Test adding all fields from a given table to a select statement. |
FieldFormTestCase::testFieldFormUnlimitedRequired |
function |
core/modules/field/tests/field.test |
Tests the position of the "required" symbol and the validation error text. |
_entityreference_field_instance_settings_validate |
function |
core/modules/entityreference/entityreference.module |
Implements hook_validate(). |
FieldBulkDeleteTestCase::convertToPartialEntities |
function |
core/modules/field/tests/field.test |
Converts the passed entities to partially created ones. |
views_handler_field_locale_link_edit::render_link |
function |
core/modules/locale/views/views_handler_field_locale_link_edit.inc |
|
views_handler_field_history_user_timestamp::query |
function |
core/modules/node/views/views_handler_field_history_user_timestamp.inc |
Called to add the field to a query. |
views_handler_field_locale_language::options_form |
function |
core/modules/locale/views/views_handler_field_locale_language.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_node_link_delete::render_link |
function |
core/modules/node/views/views_handler_field_node_link_delete.inc |
Renders the link. |
TextFieldTestCase::_testTextfieldWidgetsFormatted |
function |
core/modules/field/modules/text/tests/text.test |
Helper function for testTextfieldWidgetsFormatted(). |
views_handler_field_user_link_cancel::render_link |
function |
core/modules/user/views/views_handler_field_user_link_cancel.inc |
|
views_handler_field_node_revision_link::construct |
function |
core/modules/node/views/views_handler_field_node_revision_link.inc |
Construct a new field handler. |
redirect_handler_field_redirect_source::construct |
function |
core/modules/redirect/views/redirect_handler_field_redirect_source.inc |
Construct a new field handler. |
ListFieldUITestCase::testListAllowedValuesInteger |
function |
core/modules/field/modules/list/tests/list.test |
List (integer) : test 'allowed values' input. |
ListFieldUITestCase::testListAllowedValuesBoolean |
function |
core/modules/field/modules/list/tests/list.test |
List (boolean) : test 'On/Off' values input. |