views_handler_field_field::groupby_form |
function |
core/modules/field/views/views_handler_field_field.inc |
Extend the groupby form with group columns. |
views_handler_field_field::post_execute |
function |
core/modules/field/views/views_handler_field_field.inc |
Load the entities for all fields that are about to be displayed. |
views_handler_field_field::render_items |
function |
core/modules/field/views/views_handler_field_field.inc |
Render all items in this field together. |
views_handler_field_taxonomy::construct |
function |
core/modules/taxonomy/views/views_handler_field_taxonomy.inc |
Constructor to provide additional field to add. |
views_handler_field::element_label_type |
function |
core/modules/views/handlers/views_handler_field.inc |
Return an HTML element for the label based upon the field's element type. |
LinkUITest::testCRUDCreateFieldDefaults |
function |
core/modules/link/tests/link.ui.test |
Creates a field with all the default values and check expected values. |
number_field_formatter_settings_summary |
function |
core/modules/field/modules/number/number.module |
Implements hook_field_formatter_settings_summary(). |
views_handler_field_node_link_translate |
class |
core/modules/translation/views/views_handler_field_node_link_translate.inc |
Field handler to present a link node translate. |
ViewsHandlerFieldBooleanTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_field_boolean.test |
The views data definition. |
FieldGetValueTestCase::$test_field_name |
property |
core/modules/field/tests/field.test |
|
field_sql_storage_field_storage_details |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_details(). |
image_field_views_data_views_data_alter |
function |
core/modules/image/views/image.views.inc |
Implements hook_field_views_data_views_data_alter(). |
_entityreference_field_settings_process |
function |
core/modules/entityreference/entityreference.module |
Callback for custom element processing. |
FieldAttachOtherTestCase::$field_name_2 |
property |
core/modules/field/tests/field.test |
|
entityreference_field_property_callback |
function |
core/modules/entityreference/entityreference.module |
Property callback for the Entity Metadata framework. |
entityreference_field_widget_info_alter |
function |
core/modules/entityreference/entityreference.module |
Implements hook_field_widget_info_alter(). |
views_handler_field_node_revision::init |
function |
core/modules/node/views/views_handler_field_node_revision.inc |
init the handler with necessary data. |
FieldTranslationsTestCase::$entity_type |
property |
core/modules/field/tests/field.test |
|
FieldExampleTest::testExampleFieldBasic |
function |
modules/examples/field_example/tests/field_example.test |
Test basic functionality of the example field. |
views_handler_field_system_info::render |
function |
core/modules/system/views/views_handler_field_system_info.inc |
Render the field. |
field_test_field_instance_settings_form |
function |
core/modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_instance_settings_form(). |
views_handler_field_locale_language.inc |
file |
core/modules/locale/views/views_handler_field_locale_language.inc |
Definition of views_handler_field_locale_language. |
TextFieldTestCase::testTextfieldWidgets |
function |
core/modules/field/modules/text/tests/text.test |
Test widgets. |
field_test_field_formatter_prepare_view |
function |
core/modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_formatter_prepare_view(). |
FieldTestCase::_generateTestFieldValues |
function |
core/modules/field/tests/field.test |
Generate random values for a field_test field. |
views_handler_field_search_score::query |
function |
core/modules/search/views/views_handler_field_search_score.inc |
Called to add the field to a query. |
views_handler_field_file_extension.test |
file |
core/modules/views/tests/handlers/views_handler_field_file_extension.test |
Definition of ViewsHandlerFileExtensionTest. |
field_permission_example_field_is_empty |
function |
modules/examples/field_permission_example/field_permission_example.module |
Implements hook_field_is_empty(). |
views_handler_field_comment_link_delete |
class |
core/modules/comment/views/views_handler_field_comment_link_delete.inc |
Field handler to present a link to delete a comment. |
views_handler_filter_fields_compare.inc |
file |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Definition of views_handler_filter_fields_compare. |
views_plugin_row_fields::options_submit |
function |
core/modules/views/plugins/views_plugin_row_fields.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
field_ui_field_edit_instance_pre_render |
function |
core/modules/field_ui/field_ui.admin.inc |
Render API callback: Merges instance, widget and other settings. |
hook_field_storage_purge_field_instance |
function |
core/modules/field/field.api.php |
Remove field storage information when a field instance is purged. |
views_handler_field_comment_link::query |
function |
core/modules/comment/views/views_handler_field_comment_link.inc |
Overriden to add the field for the entity id. |
file_file_formatter_file_field_settings |
function |
core/modules/file/file.module |
Implements hook_file_formatter_FORMATTER_settings(). |
views_handler_field_links::options_form |
function |
core/modules/views/handlers/views_handler_field_links.inc |
Default options form that provides the label widget that all fields
should have. |
views_ui_pre_render_add_fieldset_markup |
function |
core/modules/views_ui/views_ui.admin.inc |
Move form elements into fieldsets for presentation purposes. |
NumberFieldSettingsTestCase::$adminUser |
property |
core/modules/field/modules/number/tests/number_settings.test |
User object. |
FieldBulkDeleteTestCase::testPurgeField |
function |
core/modules/field/tests/field.test |
Verify that fields are preserved and purged correctly as multiple
instances are deleted and purged. |
ViewsHandlerFieldTest::_testHideIfEmpty |
function |
core/modules/views/tests/handlers/views_handler_field.test |
Tests the hide if empty functionality. |
ViewsHandlerFieldTest::testIsValueEmpty |
function |
core/modules/views/tests/handlers/views_handler_field.test |
Tests views_handler_field::is_value_empty(). |
BackdropWebTestCase::assertFieldByXPath |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field exists in the current page by the given XPath. |
FileFieldValidateTestCase::testRequired |
function |
core/modules/file/tests/file.test |
Tests the required property on file fields. |
BackdropWebTestCase::assertFieldChecked |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a checkbox field in the current page is checked. |
ViewsHandlerFieldBulkFormTest::$profile |
property |
core/modules/views/tests/handlers/views_handler_field_bulk_form.test |
The profile to install as a basis for testing. |
views_handler_field_term_node_tid::init |
function |
core/modules/taxonomy/views/views_handler_field_term_node_tid.inc |
init the handler with necessary data. |
DatabaseSchema_mysql::fieldSetNoDefault |
function |
core/includes/database/mysql/schema.inc |
Set a field to have no default value. |
views_handler_field_file_status::render |
function |
core/modules/file/views/views_handler_field_file_status.inc |
Render the field. |
views_handler_field_entity::$base_field |
property |
core/modules/views/handlers/views_handler_field_entity.inc |
The base field of the entity type associated with this field. |
views_handler_argument_field_list::init |
function |
core/modules/field/views/views_handler_argument_field_list.inc |
init the handler with necessary data. |