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
EntityReferenceFieldTestCase::setUp function core/modules/entityreference/tests/entityreference.field.test Sets up a Backdrop site for running functional and integration tests.
views_handler_field_numeric::render function core/modules/views/handlers/views_handler_field_numeric.inc Render the field.
field_ui_field_attach_create_bundle function core/modules/field_ui/field_ui.module Implements hook_field_attach_create_bundle().
views_handler_field_user_name::init function core/modules/user/views/views_handler_field_user_name.inc Add uid in the query so we can test for anonymous if needed.
field_ui_form_node_type_form_submit function core/modules/field_ui/field_ui.module Form submission handler for the 'Save and add fields' button.
field_ui_field_overview_form_submit function core/modules/field_ui/field_ui.admin.inc Form submission handler for field_ui_field_overview_form().
FieldInfoTestCase::testFieldPrepare function core/modules/field/tests/field.test Test that cached field definitions are ready for current runtime context.
views_handler_field_dropbutton.test file core/modules/views/tests/handlers/views_handler_field_dropbutton.test Tests dropbutton functionality of Views.
FieldInfoTestCase::testSettingsInfo function core/modules/field/tests/field.test Test that the field_info settings convenience functions work.
field_ui_field_settings_form_submit function core/modules/field_ui/field_ui.admin.inc Form submission handler for field_ui_field_settings_form().
field_permission_example_permission function modules/examples/field_permission_example/field_permission_example.module Implements hook_permission().
field_permission_example_field_info function modules/examples/field_permission_example/field_permission_example.module Implements hook_field_info().
field_test_entity_info_translatable function core/modules/field/tests/field_test/field_test.entity.inc Helper function to enable entity translations.
_image_field_default_image_validate function core/modules/image/image.field.inc Element validation function for setting a default image.
file_file_formatter_file_field_view function core/modules/file/file.module Implements hook_file_formatter_FORMATTER_view().
ViewsHandlerFieldUrlTest::viewsData function core/modules/views/tests/handlers/views_handler_field_url.test The views data definition.
image_field_formatter_settings_form function core/modules/image/image.field.inc Implements hook_field_formatter_settings_form().
EntityFieldQuery::$entityConditions property core/modules/entity/entity.query.inc Associative array of entity-generic metadata conditions.
taxonomy_field_widget_settings_form function core/modules/taxonomy/taxonomy.module Implements hook_field_widget_settings_form().
views_handler_field_comment::render function core/modules/comment/views/views_handler_field_comment.inc Render the field.
views_handler_field_file_status.inc file core/modules/file/views/views_handler_field_file_status.inc Definition of views_handler_field_file_status.
NumberFieldSettingsTestCase::$field property core/modules/field/modules/number/tests/number_settings.test Array of field definitions.
field_permission_example.tests.info file modules/examples/field_permission_example/tests/field_permission_example.tests.info [FieldTestPermissionsExample] name = Field permission example functionality description = Tests field permission functionality. group = Example modules file = field_permission_example.test
EntityFieldQuery::addFieldCondition function core/modules/entity/entity.query.inc Adds the given condition to the proper condition array.
EntityFieldQuery::propertyCondition function core/modules/entity/entity.query.inc Adds a condition on an entity-specific property.
_node_type_example_installed_fields function modules/examples/node_type_example/node_type_example.module Defines the fields for our content type.
FieldUITestCase::fieldUIAddNewField function core/modules/field_ui/tests/field_ui.test Creates a new field through the Field UI.
FieldUITestCase::fieldUIDeleteField function core/modules/field_ui/tests/field_ui.test Deletes a field instance through the Field UI.
views_plugin_row_rss_fields::render function core/modules/views/plugins/views_plugin_row_rss_fields.inc Render a row object. This usually passes through to a theme template of some form, but not always.
_field_info_prepare_instance_widget function core/modules/field/field.info.inc Prepares widget specifications for the current run-time context.
views_many_to_one_helper::get_field function core/modules/views/includes/handlers.inc Sometimes the handler might want us to use some kind of formula, so give it that option. If it wants us to do this, it must set $helper->formula = TRUE and implement handler->get_formula();
hook_date_field_settings_form_alter function core/modules/date/date.api.php Alter a date field settings form.
FieldUIManageDisplayTestCase::setUp function core/modules/field_ui/tests/field_ui.test Sets up a Backdrop site for running functional and integration tests.
views_handler_field_field::$instance property core/modules/field/views/views_handler_field_field.inc Store the field instance.
views_handler_field_file_uri::render function core/modules/file/views/views_handler_field_file_uri.inc Render the field.
views_handler_field::$original_value property core/modules/views/handlers/views_handler_field.inc The field value prior to any rewriting.
ImageFieldTestCase::createImageField function core/modules/image/tests/image.test Create a new image field.
ViewsHandlerFieldDateTest::viewsData function core/modules/views/tests/handlers/views_handler_field_date.test The views data definition.
views_handler_field_field::get_items function core/modules/field/views/views_handler_field_field.inc
views_handler_field_field::get_value function core/modules/field/views/views_handler_field_field.inc
views_handler_field_field::set_items function core/modules/field/views/views_handler_field_field.inc Return an array of items for the field.
views_handler_field::element_classes function core/modules/views/handlers/views_handler_field.inc Return the class of the field.
NodeAccessFieldTestCase::$admin_user property core/modules/node/tests/node.test
views_handler_field_taxonomy::render function core/modules/taxonomy/views/views_handler_field_taxonomy.inc Render the field.
ViewsPagerTest::viewsPagerFullFields function core/modules/views/tests/views_pager.test
number_field_formatter_settings_form function core/modules/field/modules/number/number.module Implements hook_field_formatter_settings_form().
NodeAccessFieldTestCase::$field_name property core/modules/node/tests/node.test
field_ui_view_mode_reset_form_submit function core/modules/field_ui/field_ui.admin.inc Submit handler for field_ui_view_mode_reset_form().
views_handler_field_comment_link.inc file core/modules/comment/views/views_handler_field_comment_link.inc Definition of views_handler_field_comment_link.
_update_7000_field_sql_storage_write function core/modules/field/modules/field_sql_storage/field_sql_storage.install Utility function: write field data directly to SQL storage.

Pages

  • « first
  • ‹ previous
  • …
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • …
  • 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