views_handler_field_node_path::construct |
function |
core/modules/node/views/views_handler_field_node_path.inc |
Override construct function to provide the langcode additional field. |
redirect_handler_field_redirect_redirect |
class |
core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc |
|
views_handler_field_contact_link::access |
function |
core/modules/contact/views/views_handler_field_contact_link.inc |
Check whether current user has access to this handler. |
views_handler_field_markup::element_type |
function |
core/modules/views/handlers/views_handler_field_markup.inc |
Return an HTML element based upon the field's element type. |
views_handler_field_comment_link::render |
function |
core/modules/comment/views/views_handler_field_comment_link.inc |
Render the field. |
FieldCrudTestCase::testUpdateFieldForbid |
function |
core/modules/field/tests/field.test |
Test field type modules forbidding an update. |
views_handler_field_custom::options_form |
function |
core/modules/views/handlers/views_handler_field_custom.inc |
Default options form that provides the label widget that all fields
should have. |
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. |
views_handler_field_user_picture::render |
function |
core/modules/user/views/views_handler_field_user_picture.inc |
Render the field. |
views_handler_field_comment::render_link |
function |
core/modules/comment/views/views_handler_field_comment.inc |
|
views_handler_field_file_link_delete.inc |
file |
core/modules/file/views/views_handler_field_file_link_delete.inc |
Definition of views_handler_field_file_link_delete. |
FieldGetValueTestCase::testFieldGetValue |
function |
core/modules/field/tests/field.test |
Test field_get_value(). |
EntityFieldQuery::fieldLanguageCondition |
function |
core/modules/entity/entity.query.inc |
Adds a condition on the field language column. |
FileFieldRevisionTestCase::testRevisions |
function |
core/modules/file/tests/file.test |
Tests creating multiple revisions of a node and managing attached files. |
BackdropWebTestCase::assertNoFieldByName |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field does not exist with the given name and value. |
views_handler_field_node_comment::render |
function |
core/modules/comment/views/views_handler_field_node_comment.inc |
Render the field. |
FieldUITestCase::fieldUIAddExistingField |
function |
core/modules/field_ui/tests/field_ui.test |
Adds an existing field through the Field UI. |
ViewsHandlerFieldBulkFormTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_field_bulk_form.test |
Defines bulk form handler for custom entity views_test. |
BackdropWebTestCase::constructFieldXpath |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Helper function: construct an XPath for the given set of attributes and value. |
views_handler_argument_field_list_string |
class |
core/modules/field/views/views_handler_argument_field_list_string.inc |
Argument handler for list field to show the human readable name in the
summary. |
FieldUIManageFieldsTestCase::createField |
function |
core/modules/field_ui/tests/field_ui.test |
Tests adding a new field. |
views_handler_field_entity::$entity_type |
property |
core/modules/views/handlers/views_handler_field_entity.inc |
Stores the entity type which is loaded by this field. |
FieldUIManageFieldsTestCase::updateField |
function |
core/modules/field_ui/tests/field_ui.test |
Tests editing an existing field. |
views_handler_field_term_node_tid::query |
function |
core/modules/taxonomy/views/views_handler_field_term_node_tid.inc |
Add this term to the query |
views_handler_field_field::get_base_table |
function |
core/modules/field/views/views_handler_field_field.inc |
Set the base_table and base_table_alias. |
FieldUIManageFieldsTestCase::$field_label |
property |
core/modules/field_ui/tests/field_ui.test |
|
views_handler_field_field::click_sortable |
function |
core/modules/field/views/views_handler_field_field.inc |
Determine if this field is click sortable. |
views_handler_field::element_wrapper_type |
function |
core/modules/views/handlers/views_handler_field.inc |
Return an HTML element for the wrapper based upon the field's element type. |
views_handler_field_taxonomy::render_link |
function |
core/modules/taxonomy/views/views_handler_field_taxonomy.inc |
Render whatever the data is as a link to the taxonomy. |
views_handler_field_node_translation_link |
class |
core/modules/translation/views/views_handler_field_node_translation_link.inc |
Field handler to present a link to the node. |
views_handler_field_field::field_language |
function |
core/modules/field/views/views_handler_field_field.inc |
Return the language code of the language the field should be displayed in,
according to the settings. |
views_handler_field_comment_link_edit.inc |
file |
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
Definition of views_handler_field_comment_link_edit. |
views_handler_field_comment_node_link.inc |
file |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Definition of views_handler_field_comment_node_link. |
views_handler_field_term_language::render |
function |
core/modules/locale/views/views_handler_field_term_language.inc |
Render the field. |
views_handler_field_node_new_comments.inc |
file |
core/modules/comment/views/views_handler_field_node_new_comments.inc |
Definition of views_handler_field_node_new_comments. |
views_handler_field::document_self_tokens |
function |
core/modules/views/handlers/views_handler_field.inc |
Document any special tokens this field might use for itself. |
_field_sql_storage_query_field_conditions |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Adds field (meta) conditions to the given query objects respecting groupings. |
views_handler_field_boolean::options_form |
function |
core/modules/views/handlers/views_handler_field_boolean.inc |
Default options form that provides the label widget that all fields
should have. |
GenericFieldTest::runTestGenericFieldInfo |
function |
modules/examples/field_permission_example/tests/field_permission_example.test |
Verify that all required fields are specified in hook_field_info(). |
user_form_field_ui_field_edit_form_submit |
function |
core/modules/user/user.module |
Additional submit handler for the 'Edit field instance' form. |
views_handler_field_node_language::render |
function |
core/modules/locale/views/views_handler_field_node_language.inc |
Render the field. |
NumberFieldTestCase::testNumberFieldEmpty |
function |
core/modules/field/modules/number/tests/number.test |
Test empty value submission. |
ListFieldDisplayTestCase::createListField |
function |
core/modules/field/modules/list/tests/list.test |
Helper function to create list field of a given type. |
views_handler_field_bulk_form::pre_render |
function |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Overrides views_handler_field::pre_render(). |
views_handler_field_bulk_form::views_form |
function |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Form constructor for the bulk form. |
views_handler_field_counter::options_form |
function |
core/modules/views/handlers/views_handler_field_counter.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_file_rendered::render |
function |
core/modules/file/views/views_handler_field_file_rendered.inc |
Render the field. |
views_handler_field_user_roles::construct |
function |
core/modules/user/views/views_handler_field_user_roles.inc |
Construct a new field handler. |
NumberFieldTestCase::testNumberFloatField |
function |
core/modules/field/modules/number/tests/number.test |
Test number_float field. |
views_handler_field_numeric::options_form |
function |
core/modules/views/handlers/views_handler_field_numeric.inc |
Default options form that provides the label widget that all fields
should have. |