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_handler_field_field::multiple_options_form function core/modules/field/views/views_handler_field_field.inc Provide options for multiple value fields.
views_handler_field_node_translation_link::query function core/modules/translation/views/views_handler_field_node_translation_link.inc Called to add the field to a query.
views_handler_field_file_size::option_definition function core/modules/views/handlers/views_handler_field.inc
views_handler_field_file_icon::option_definition function core/modules/file/views/views_handler_field_file_icon.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
GenericFieldTest::codeTestGenericRemoveAllFields function modules/examples/field_permission_example/tests/field_permission_example.test Remove all fields in $this->field_names.
views_handler_field_node_link::option_definition function core/modules/node/views/views_handler_field_node_link.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FieldSqlStorageTestCase::testFieldStorageDetails function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Test the storage details.
views_handler_field_file_link_edit::options_form function core/modules/file/views/views_handler_field_file_link_edit.inc Default options form that provides the label widget that all fields should have.
entityreference_field_formatter_settings_summary function core/modules/entityreference/entityreference.module Implements hook_field_formatter_settings_summary().
views_handler_field_history_user_timestamp::init function core/modules/node/views/views_handler_field_history_user_timestamp.inc init the handler with necessary data.
views_handler_field_user_link::option_definition function core/modules/user/views/views_handler_field_user_link.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_term_path::option_definition function core/modules/taxonomy/views/views_handler_field_term_path.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
TextFieldTestCase::testTextfieldWidgetsFormatted function core/modules/field/modules/text/tests/text.test Test widgets + 'formatted_text' setting.
views_handler_field_bulk_form::option_definition function core/modules/views/handlers/views_handler_field_bulk_form.inc Overrides views_handler_field::option_definition().
views_handler_field_user_mail::option_definition function core/modules/user/views/views_handler_field_user_mail.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_bulk_form::views_form_submit function core/modules/views/handlers/views_handler_field_bulk_form.inc Submit handler for the bulk form.
views_handler_field_node_type::option_definition function core/modules/node/views/views_handler_field_node_type.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_file_type::option_definition function core/modules/file/views/views_handler_field_file_type.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_user_name::option_definition function core/modules/user/views/views_handler_field_user_name.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
EntityReferenceHandlersTestCase::testSortByField function core/modules/entityreference/tests/entityreference.handlers.test Assert sorting by field works for non-admins.
views_handler_field_user_permissions::pre_render function core/modules/user/views/views_handler_field_user_permissions.inc Run before any fields are rendered.
EntityFieldQueryTestCase::assertEntityFieldQuery function core/modules/entity/tests/entity_query.test Fetches the results of an EntityFieldQuery and compares.
views_handler_field_comment_link_approve::access function core/modules/comment/views/views_handler_field_comment_link_approve.inc Check whether current user has access to this handler.
redirect_handler_field_redirect_link_edit::query function core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc Called to add the field to a query.
views_handler_field_ncs_last_comment_name::query function core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc Called to add the field to a query.
views_handler_field_node_path::option_definition function core/modules/node/views/views_handler_field_node_path.inc Default value for the path field option.
views_handler_field_prerender_list::options_form function core/modules/views/handlers/views_handler_field_prerender_list.inc Default options form that provides the label widget that all fields should have.
views_handler_field_prerender_list::render_items function core/modules/views/handlers/views_handler_field_prerender_list.inc Render all items in this field together.
redirect_handler_field_redirect_redirect::render function core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc Render the field.
views_handler_field_contextual_links::pre_render function core/modules/views/handlers/views_handler_field_contextual_links.inc Run before any fields are rendered.
views_handler_field_comment_node_link::construct function core/modules/comment/views/views_handler_field_comment_node_link.inc Construct a new field handler.
FieldInstanceCrudTestCase::testReadFieldInstance function core/modules/field/tests/field.test Test reading back an instance definition.
FieldBulkDeleteTestCase::testDeleteFieldInstance function core/modules/field/tests/field.test Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
views_handler_field_term_link_edit::options_form function core/modules/taxonomy/views/views_handler_field_term_link_edit.inc Default options form that provides the label widget that all fields should have.
views_handler_field_node_new_comments::construct function core/modules/comment/views/views_handler_field_node_new_comments.inc Construct a new field handler.
views_handler_field_serialized::options_validate function core/modules/views/handlers/views_handler_field_serialized.inc Validate the options form.
views_handler_field_file_extension::options_form function core/modules/file/views/views_handler_field_file_extension.inc Default options form that provides the label widget that all fields should have.
FieldUIManageFieldsTestCase::assertFieldSettings function core/modules/field_ui/tests/field_ui.test Asserts field settings are as expected.
hook_date_field_formatter_settings_summary_alter function core/modules/date/date.api.php Alter a date field formatter settings summary.
FieldUIManageDisplayTestCase::testViewModeCustom function core/modules/field_ui/tests/field_ui.test Tests switching display modes to use custom or 'default' settings'.
views_handler_field_node_translation_link::render function core/modules/translation/views/views_handler_field_node_translation_link.inc Render the field.
FieldUIViewModeTestHelper::assertNoViewModeExists function core/modules/field_ui/tests/field_ui.test
ImageFieldDisplayTestCase::testImageFieldSettings function core/modules/image/tests/image.test Tests for image field settings.
views_handler_filter_fields_compare::options_form function core/modules/views/handlers/views_handler_filter_fields_compare.inc Overrides views_handler_filter#options_form().
field_test_field_formatter_settings_summary_alter function core/modules/field/tests/field_test/field_test.module Implements hook_field_formatter_settings_summary_alter().
DatabaseSelectTestCase::testSimpleSelectAllFields function core/modules/simpletest/tests/database_test.test Test adding all fields from a given table to a select statement.
FieldFormTestCase::testFieldFormUnlimitedRequired function core/modules/field/tests/field.test Tests the position of the "required" symbol and the validation error text.
_entityreference_field_instance_settings_validate function core/modules/entityreference/entityreference.module Implements hook_validate().
FieldBulkDeleteTestCase::convertToPartialEntities function core/modules/field/tests/field.test Converts the passed entities to partially created ones.
views_handler_field_locale_link_edit::render_link function core/modules/locale/views/views_handler_field_locale_link_edit.inc

Pages

  • « first
  • ‹ previous
  • …
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 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