Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for field

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
views_plugin_row_rss_fields::get_field function core/modules/views/plugins/views_plugin_row_rss_fields.inc Retrieves a views field value from the style plugin.
file_field_views_data_views_data_alter function core/modules/file/views/file.views.inc Implements hook_field_views_data_views_data_alter().
views_handler_field_entity::pre_render function core/modules/views/handlers/views_handler_field_entity.inc Load the entities for all rows that are about to be displayed.
PagePreviewTestCase::$field_email_name property core/modules/node/tests/node.test
views_handler_field_file::options_form function core/modules/file/views/views_handler_field_file.inc Provide link to file option
views_handler_field_field::$field_info property core/modules/field/views/views_handler_field_field.inc Store the field information.
views_handler_field_field::options_form function core/modules/field/views/views_handler_field_field.inc
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().
link_field_custom_form_test_form_submit function core/modules/link/tests/modules/link_field_custom_form_test/link_field_custom_form_test.module Form submission handler for link_field_custom_form_test_form().
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.

Pages

  • « first
  • ‹ previous
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • …
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org