views_handler_field_term_link_edit::options_form |
function |
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_field::multiple_options_form |
function |
modules/field/views/views_handler_field_field.inc |
Provide options for multiple value fields. |
EntityFieldQueryTestCase::assertEntityFieldQuery |
function |
modules/entity/tests/entity_query.test |
Fetches the results of an EntityFieldQuery and compares. |
FieldUIManageDisplayTestCase::testViewModeCustom |
function |
modules/field_ui/tests/field_ui.test |
Tests switching display modes to use custom or 'default' settings'. |
views_handler_field_user_link::option_definition |
function |
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_node_translation_link::query |
function |
modules/translation/views/views_handler_field_node_translation_link.inc |
Called to add the field to a query. |
FieldUIManageDisplayTestCase::assertNodeViewText |
function |
modules/field_ui/tests/field_ui.test |
Asserts that a string is found in the rendered node in a display mode. |
FieldInstanceCrudTestCase::testReadFieldInstance |
function |
modules/field/tests/field.test |
Test reading back an instance definition. |
views_handler_field_history_user_timestamp::init |
function |
modules/node/views/views_handler_field_history_user_timestamp.inc |
init the handler with necessary data. |
FieldUIManageFieldsTestCase::assertFieldSettings |
function |
modules/field_ui/tests/field_ui.test |
Asserts field settings are as expected. |
views_handler_field_user_name::option_definition |
function |
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( |
redirect_handler_field_redirect_link_edit::query |
function |
modules/redirect/views/redirect_handler_field_redirect_link_edit.inc |
Called to add the field to a query. |
views_handler_field_user_mail::option_definition |
function |
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_node_path::option_definition |
function |
modules/node/views/views_handler_field_node_path.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_prerender_list::options_form |
function |
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_comment_node_link::construct |
function |
modules/comment/views/views_handler_field_comment_node_link.inc |
Construct a new field handler. |
views_handler_field_file_size::option_definition |
function |
modules/views/handlers/views_handler_field.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
FieldBulkDeleteTestCase::testDeleteFieldInstance |
function |
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. |
redirect_handler_field_redirect_redirect::render |
function |
modules/redirect/views/redirect_handler_field_redirect_redirect.inc |
Render the field. |
views_handler_field_comment_link_approve::access |
function |
modules/comment/views/views_handler_field_comment_link_approve.inc |
Check whether current user has access to this handler. |
views_handler_field_file_type::option_definition |
function |
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_prerender_list::render_items |
function |
modules/views/handlers/views_handler_field_prerender_list.inc |
Render all items in this field together. |
FieldSqlStorageTestCase::testFieldStorageDetails |
function |
modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
Test the storage details. |
views_handler_field_node_link::option_definition |
function |
modules/node/views/views_handler_field_node_link.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
TextFieldTestCase::testTextfieldWidgetsFormatted |
function |
modules/field/modules/text/tests/text.test |
Test widgets + 'formatted_text' setting. |
views_handler_field_contextual_links::pre_render |
function |
modules/views/handlers/views_handler_field_contextual_links.inc |
Run before any fields are rendered. |
views_handler_field_ncs_last_comment_name::query |
function |
modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Called to add the field to a query. |
views_handler_field_bulk_form::views_form_submit |
function |
modules/views/handlers/views_handler_field_bulk_form.inc |
Submit handler for the bulk form. |
views_handler_field_node_type::option_definition |
function |
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_node_new_comments::construct |
function |
modules/comment/views/views_handler_field_node_new_comments.inc |
Construct a new field handler. |
ImageFieldValidateTestCase::testHeightDimensions |
function |
modules/image/tests/image.test |
Test single height resolution setting. |
views_handler_field_comment_username::render_link |
function |
modules/comment/views/views_handler_field_comment_username.inc |
|
views_handler_field_node_link_delete::render_link |
function |
modules/node/views/views_handler_field_node_link_delete.inc |
Renders the link. |
views_handler_field_node_revision_link_revert.inc |
file |
modules/node/views/views_handler_field_node_revision_link_revert.inc |
Definition of views_handler_field_node_revision_link_revert. |
FieldUIViewModeTestHelper::assertNoViewModeExists |
function |
modules/field_ui/tests/field_ui.test |
|
ListFieldUITestCase::testListAllowedValuesInteger |
function |
modules/field/modules/list/tests/list.test |
List (integer) : test 'allowed values' input. |
ListFieldUITestCase::testListAllowedValuesBoolean |
function |
modules/field/modules/list/tests/list.test |
List (boolen) : test 'On/Off' values input. |
views_handler_field_ncs_last_comment_name::render |
function |
modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Render the field. |
redirect_handler_field_redirect_source::construct |
function |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Construct a new field handler. |
DatabaseSelectTestCase::testSimpleSelectAllFields |
function |
modules/simpletest/tests/database_test.test |
Test adding all fields from a given table to a select statement. |
views_handler_field_node_translation_link::render |
function |
modules/translation/views/views_handler_field_node_translation_link.inc |
Render the field. |
views_handler_filter_fields_compare::options_form |
function |
modules/views/handlers/views_handler_filter_fields_compare.inc |
Overrides views_handler_filter#options_form(). |
FieldAttachOtherTestCase::testFieldAttachValidate |
function |
modules/field/tests/field.test |
Test field_attach_validate(). |
views_handler_field_locale_language::options_form |
function |
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_new_comments::pre_render |
function |
modules/comment/views/views_handler_field_node_new_comments.inc |
Run before any fields are rendered. |
FieldAttachStorageTestCase::testFieldAttachDelete |
function |
modules/field/tests/field.test |
Test field_attach_delete(). |
FieldBulkDeleteTestCase::convertToPartialEntities |
function |
modules/field/tests/field.test |
Converts the passed entities to partially created ones. |
views_handler_field_user_permissions::render_item |
function |
modules/user/views/views_handler_field_user_permissions.inc |
|
views_handler_field_file_link_delete::render_link |
function |
modules/file/views/views_handler_field_file_link_delete.inc |
Renders the link. |
FieldInfoTestCase::testInstanceDisabledEntityType |
function |
modules/field/tests/field.test |
Test that instances on disabled entity types are filtered out. |