views_handler_field_node_revision_link::construct |
function |
modules/node/views/views_handler_field_node_revision_link.inc |
Construct a new field handler. |
ImageFieldDisplayTestCase::testImageFieldSettings |
function |
modules/image/tests/image.test |
Tests for image field settings. |
views_handler_field_locale_link_edit::render_link |
function |
modules/locale/views/views_handler_field_locale_link_edit.inc |
|
redirect_handler_field_redirect_link_edit::render |
function |
modules/redirect/views/redirect_handler_field_redirect_link_edit.inc |
Render the field. |
views_handler_field_serialized::option_definition |
function |
modules/views/handlers/views_handler_field_serialized.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_user_link_cancel::render_link |
function |
modules/user/views/views_handler_field_user_link_cancel.inc |
|
views_handler_field_node_revision_link_delete.inc |
file |
modules/node/views/views_handler_field_node_revision_link_delete.inc |
Definition of views_handler_field_node_revision_link_delete. |
field_test_field_formatter_settings_summary_alter |
function |
modules/field/tests/field_test/field_test.module |
Implements hook_field_formatter_settings_summary_alter(). |
TextFieldTestCase::_testTextfieldWidgetsFormatted |
function |
modules/field/modules/text/tests/text.test |
Helper function for testTextfieldWidgetsFormatted(). |
views_handler_field_history_user_timestamp::query |
function |
modules/node/views/views_handler_field_history_user_timestamp.inc |
Called to add the field to a query. |
redirect_handler_field_redirect_operations::query |
function |
modules/redirect/views/redirect_handler_field_redirect_operations.inc |
Called to add the field to a query. |
views_handler_filter_fields_compare::field_options |
function |
modules/views/handlers/views_handler_filter_fields_compare.inc |
Provide a list of available fields. |
views_handler_filter_fields_compare::admin_summary |
function |
modules/views/handlers/views_handler_filter_fields_compare.inc |
Overrides views_handler_filter#admin_summary(). |
views_handler_field_history_user_timestamp::render |
function |
modules/node/views/views_handler_field_history_user_timestamp.inc |
Render the field. |
TaxonomyTermFieldMultipleVocabularyTestCase::setUp |
function |
modules/taxonomy/tests/taxonomy.test |
Sets up a Backdrop site for running functional and integration tests. |
views_handler_field_locale_link_edit::options_form |
function |
modules/locale/views/views_handler_field_locale_link_edit.inc |
Default options form that provides the label widget that all fields
should have. |
FieldUIManageDisplayTestCase::assertNodeViewNoText |
function |
modules/field_ui/tests/field_ui.test |
Asserts that a string is not found in the rendered node in a display mode. |
views_handler_field_comment_username::options_form |
function |
modules/comment/views/views_handler_field_comment_username.inc |
Default options form that provides the label widget that all fields
should have. |
CommentFieldsTest::testCommentEmptyNonRequiredBody |
function |
modules/comment/tests/comment.test |
Tests trying to save a comment with an empty, NON-required body. |
redirect_handler_field_redirect_link_delete::query |
function |
modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
Called to add the field to a query. |
views_handler_filter_field_list::get_value_options |
function |
modules/field/views/views_handler_filter_field_list.inc |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
redirect_handler_field_redirect_operations::render |
function |
modules/redirect/views/redirect_handler_field_redirect_operations.inc |
Render the field. |
views_handler_field_file_link_delete::options_form |
function |
modules/file/views/views_handler_field_file_link_delete.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_contextual_links::options_form |
function |
modules/views/handlers/views_handler_field_contextual_links.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_comment_link_edit::render_link |
function |
modules/comment/views/views_handler_field_comment_link_edit.inc |
|
views_handler_field_node_new_comments::render_link |
function |
modules/comment/views/views_handler_field_node_new_comments.inc |
|
ImageFieldDefaultImagesTestCase::testDefaultImages |
function |
modules/image/tests/image.test |
Tests CRUD for fields and fields instances with default images. |
views_handler_field_term_node_tid::add_self_tokens |
function |
modules/taxonomy/views/views_handler_field_term_node_tid.inc |
Add any special tokens this field might use for itself. |
views_handler_field_last_comment_timestamp::render |
function |
modules/comment/views/views_handler_field_last_comment_timestamp.inc |
Render the field. |
FieldTranslationsTestCase::testFieldInvokeMultiple |
function |
modules/field/tests/field.test |
Test the multilanguage logic of _field_invoke_multiple(). |
FieldInstanceCrudTestCase::testDeleteFieldInstance |
function |
modules/field/tests/field.test |
Test the deletion of a field instance. |
FieldInstanceCrudTestCase::testUpdateFieldInstance |
function |
modules/field/tests/field.test |
Test the update of a field instance. |
FieldInstanceCrudTestCase::testCreateFieldInstance |
function |
modules/field/tests/field.test |
Test the creation of a field instance. |
views_handler_field_machine_name::option_definition |
function |
modules/views/handlers/views_handler_field_machine_name.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_user_picture::option_definition |
function |
modules/user/views/views_handler_field_user_picture.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
FieldUIManageFieldsTestCase::testDuplicateFieldName |
function |
modules/field_ui/tests/field_ui.test |
Tests that a duplicate field name is caught by validation. |
redirect_handler_field_redirect_redirect::construct |
function |
modules/redirect/views/redirect_handler_field_redirect_redirect.inc |
Construct a new field handler. |
views_handler_field_comment_node_link::options_form |
function |
modules/comment/views/views_handler_field_comment_node_link.inc |
Default options form that provides the label widget that all fields
should have. |
redirect_handler_field_redirect_link_delete::render |
function |
modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
Render the field. |
_field_ui_field_overview_form_validate_add_existing |
function |
modules/field_ui/field_ui.admin.inc |
Validates the 'add existing field' row of field_ui_field_overview_form(). |
FieldTranslationsTestCase::testFieldDisplayLanguage |
function |
modules/field/tests/field.test |
Tests display language logic for translatable fields. |
ViewsHandlerFieldDateTest::assertRenderedDatesEqual |
function |
modules/views/tests/handlers/views_handler_field_date.test |
|
EntityFieldQueryTestCase::testEntityFieldQueryPager |
function |
modules/entity/tests/entity_query.test |
Tests the pager integration of EntityFieldQuery. |
FieldUIViewModeFunctionalTest::testFieldUIViewModes |
function |
modules/field_ui/tests/field_ui.test |
Tests display mode functionality. |
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI |
function |
modules/node/tests/node.test |
Tests that node access permissions are followed. |
views_handler_field_comment_link_edit::options_form |
function |
modules/comment/views/views_handler_field_comment_link_edit.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_node_revision_link::render_link |
function |
modules/node/views/views_handler_field_node_revision_link.inc |
|
views_handler_field_machine_name::get_value_options |
function |
modules/views/handlers/views_handler_field_machine_name.inc |
|
views_handler_field_comment_link::option_definition |
function |
modules/comment/views/views_handler_field_comment_link.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_search_score::option_definition |
function |
modules/search/views/views_handler_field_search_score.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |