views_handler_field_comment_node_link::render |
function |
modules/comment/views/views_handler_field_comment_node_link.inc |
Render the field. |
field_test_field_widget_properties_user_alter |
function |
modules/field/tests/field_test/field_test.module |
Implements hook_field_widget_properties_ENTITY_TYPE_alter(). |
UserViewsHandlerFieldNameTest::view_user_name |
function |
modules/user/tests/user_views_handler_field_name.test |
|
views_handler_field_node_revision_link_delete |
class |
modules/node/views/views_handler_field_node_revision_link_delete.inc |
Field handler to present link to delete a node revision. |
views_handler_field_prerender_list::get_items |
function |
modules/views/handlers/views_handler_field_prerender_list.inc |
Return an array of items for the field. |
views_handler_field_contact_link::render_link |
function |
modules/contact/views/views_handler_field_contact_link.inc |
|
ListFieldUITestCase::assertAllowedValuesInput |
function |
modules/field/modules/list/tests/list.test |
Tests a string input for the 'allowed values' form element. |
FieldUIManageFieldsTestCase::manageFieldsPage |
function |
modules/field_ui/tests/field_ui.test |
Tests the manage fields page. |
views_handler_field_prerender_list::get_value |
function |
modules/views/handlers/views_handler_field_prerender_list.inc |
Get the value that's supposed to be rendered. |
FileFieldWidgetTestCase::testWidgetValidation |
function |
modules/file/tests/file.test |
Tests validation with the Upload button. |
FieldUIManageFieldsTestCase::addExistingField |
function |
modules/field_ui/tests/field_ui.test |
Tests adding an existing field in another content type. |
date_views_argument_handler::get_query_fields |
function |
modules/date/views/date_views_argument_handler.inc |
Collect information about our fields we will need to create the right query. |
views_handler_field_machine_name::options_form |
function |
modules/views/handlers/views_handler_field_machine_name.inc |
Default options form that provides the label widget that all fields
should have. |
ListFieldUITestCase::testListAllowedValuesText |
function |
modules/field/modules/list/tests/list.test |
List (text) : test 'allowed values' input. |
_field_ui_field_overview_form_validate_add_new |
function |
modules/field_ui/field_ui.admin.inc |
Validates the 'add new field' row of field_ui_field_overview_form(). |
views_handler_field_counter::option_definition |
function |
modules/views/handlers/views_handler_field_counter.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_bulk_form::get_entity_type |
function |
modules/views/handlers/views_handler_field_bulk_form.inc |
Determine the base table of the bulk operation field. |
views_handler_field_comment::option_definition |
function |
modules/comment/views/views_handler_field_comment.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_boolean::option_definition |
function |
modules/views/handlers/views_handler_field_boolean.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
DatabaseInsertTestCase::testInsertSelectFields |
function |
modules/simpletest/tests/database_test.test |
Test that the INSERT INTO ... SELECT (fields) ... syntax works. |
views_handler_field_comment_link::options_form |
function |
modules/comment/views/views_handler_field_comment_link.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_search_score::options_form |
function |
modules/search/views/views_handler_field_search_score.inc |
Default options form that provides the label widget that all fields
should have. |
FieldUIManageFieldsTestCase::$field_name_input |
property |
modules/field_ui/tests/field_ui.test |
|
views_handler_field_comment_link_reply::access |
function |
modules/comment/views/views_handler_field_comment_link_reply.inc |
Check whether current user has access to this handler. |
views_handler_field_contact_link::options_form |
function |
modules/contact/views/views_handler_field_contact_link.inc |
Default options form that provides the label widget that all fields
should have. |
views_plugin_row_rss_fields::option_definition |
function |
modules/views/plugins/views_plugin_row_rss_fields.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_numeric::option_definition |
function |
modules/views/handlers/views_handler_field_numeric.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
EntityFieldQueryTestCase::testEntityFieldQuery |
function |
modules/entity/tests/entity_query.test |
Tests EntityFieldQuery. |
views_handler_field_term_node_tid::render_item |
function |
modules/taxonomy/views/views_handler_field_term_node_tid.inc |
|
FileFieldWidgetTestCase::testMultiValuedWidget |
function |
modules/file/tests/file.test |
Tests upload and remove buttons for multiple multi-valued File fields. |
views_handler_field_node_revision::render_link |
function |
modules/node/views/views_handler_field_node_revision.inc |
Render whatever the data is as a link to the node. |
views_handler_field_node_revision_link::access |
function |
modules/node/views/views_handler_field_node_revision_link.inc |
Check whether current user has access to this handler. |
views_handler_field_user_picture::element_type |
function |
modules/user/views/views_handler_field_user_picture.inc |
Return an HTML element based upon the field's element type. |
views_handler_field_user_picture::options_form |
function |
modules/user/views/views_handler_field_user_picture.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_user_language::render_link |
function |
modules/user/views/views_handler_field_user_language.inc |
|
hook_field_widget_properties_ENTITY_TYPE_alter |
function |
modules/field/field.api.php |
Alters the widget properties of a field instance on a given entity type
before it gets displayed. |
FieldFormTestCase::testFieldFormSingleRequired |
function |
modules/field/tests/field.test |
|
FieldBulkDeleteTestCase::checkHooksInvocations |
function |
modules/field/tests/field.test |
Tests that the expected hooks have been invoked on the expected entities. |
redirect_handler_field_redirect_source::render |
function |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Render the field. |
FieldFormTestCase::testFieldFormMultipleWidget |
function |
modules/field/tests/field.test |
Tests widgets handling multiple values. |
redirect_handler_field_redirect_operations.inc |
file |
modules/redirect/views/redirect_handler_field_redirect_operations.inc |
Redirect field handler for redirect operations. |
field_test_query_store_global_test_query_alter |
function |
modules/field/tests/field_test/field_test.module |
Implements hook_query_TAG_alter() for tag 'store_global_test_query'. |
field_test_field_formatter_settings_form_alter |
function |
modules/field/tests/field_test/field_test.module |
Implements hook_field_formatter_settings_form_alter(). |
FieldAttachOtherTestCase::testFieldAttachCache |
function |
modules/field/tests/field.test |
Test field cache. |
views_handler_field_last_comment_timestamp.inc |
file |
modules/comment/views/views_handler_field_last_comment_timestamp.inc |
Definition of views_handler_field_last_comment_timestamp. |
ViewsHandlerFieldBooleanTest::testFieldBoolean |
function |
modules/views/tests/handlers/views_handler_field_boolean.test |
|
views_handler_field_history_user_timestamp.inc |
file |
modules/node/views/views_handler_field_history_user_timestamp.inc |
Definition of views_handler_field_history_user_timestamp. |
views_handler_argument_field_list_string::init |
function |
modules/field/views/views_handler_argument_field_list_string.inc |
init the handler with necessary data. |
views_handler_field_field::groupby_form_submit |
function |
modules/field/views/views_handler_field_field.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
ViewsHandlerFieldDropbuttonTest::testDropbutton |
function |
modules/views/tests/handlers/views_handler_field_dropbutton.test |
Tests dropbutton display. |