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
hook_file_upload_skip_fields_alter function core/modules/file/file.api.php Alters skip fields status.
file_field_widget_process_multiple function core/modules/file/file.field.inc Render API callback: Processes a group of file_generic field elements.
NodeAccessFieldTestCase::$instance property core/modules/node/tests/node.test
views_handler_field::admin_summary function core/modules/views/handlers/views_handler_field.inc Provide extra data to the administration form
LinkBaseTestClass::createLinkField function core/modules/link/tests/link.test
views_handler_field_broken::broken function core/modules/views/handlers/views_handler_field.inc Determine if the handler is considered 'broken'
LinkAttributeCrudTest::$field_name property core/modules/link/tests/link.attribute.test
options_field_widget_settings_form function core/modules/field/modules/options/options.module Implements hook_field_widget_settings_form().
options_field_settings_after_build function core/modules/field/modules/options/options.module Element #after_build callback for the options list in Field UI.
ViewsHandlerManyToOneTest::$fields property core/modules/views/tests/handlers/views_handler_manytoone.test Field definitions used by this test.
FieldAttachOtherTestCase::$field_2 property core/modules/field/tests/field.test
text_field_formatter_settings_form function core/modules/field/modules/text/text.module Implements hook_field_formatter_settings_form().
GenericFieldTest::formAddAllFields function modules/examples/field_permission_example/tests/field_permission_example.test Add all fields using Form API.
FieldFormTestCase::$field_multiple property core/modules/field/tests/field.test
views_handler_field_vocabulary.inc file core/modules/taxonomy/views/views_handler_field_vocabulary.inc
FieldTestPermissionsExample::setUp function modules/examples/field_permission_example/tests/field_permission_example.test Simpletest setUp().
FieldDisplayAPITestCase::$instance property core/modules/field/tests/field.test
entityreference_field_widget_error function core/modules/entityreference/entityreference.module Implements hook_field_widget_error().
views_handler_field_file_link_edit class core/modules/file/views/views_handler_field_file_link_edit.inc Field handler to present a link to manage a file.
FieldBulkDeleteTestCase::$entities property core/modules/field/tests/field.test
user_views_handler_field_name.test file core/modules/user/tests/user_views_handler_field_name.test Definition of UserViewsHandlerFieldNameTest.
FieldBlockTestCase::testFieldBlock function core/modules/field/tests/field.test Check special conditions around the main content block.
_date_field_instance_settings_form function core/modules/date/date.admin.inc Helper function for date_field_instance_settings_form().
list_field_formatter_settings_form function core/modules/field/modules/list/list.module Implements hook_field_formatter_settings_form().
hook_field_widget_properties_alter function core/modules/field/field.api.php Alters the widget properties of a field instance before it gets displayed.
views_handler_field_node_link_edit class core/modules/node/views/views_handler_field_node_link_edit.inc Field handler to present a link node edit.
views_handler_field_user_roles.inc file core/modules/user/views/views_handler_field_user_roles.inc Definition of views_handler_field_user_roles.
link_field_custom_form_test.module file core/modules/link/tests/modules/link_field_custom_form_test/link_field_custom_form_test.module Helper module for testing link fields with custom forms.
hook_field_formatter_settings_form function core/modules/field_ui/field_ui.api.php Specify the form elements for a formatter's settings.
views_handler_field_counter::query function core/modules/views/handlers/views_handler_field_counter.inc Called to add the field to a query.
hook_field_attach_preprocess_alter function core/modules/field/field.api.php Alter field_attach_preprocess() variables.
date_field_widget_properties_alter function core/modules/date/date.module Implements hook_field_widget_properties_alter().
field_test_field_attach_view_alter function core/modules/field/tests/field_test/field_test.module Implements hook_field_attach_view_alter().
field_test_field_widget_form_alter function core/modules/field/tests/field_test/field_test.module Implements hook_field_widget_form_alter().
field_ui_form_node_type_form_alter function core/modules/field_ui/field_ui.module Implements hook_form_FORM_ID_alter().
ViewsHandlerFieldTest::$column_map property core/modules/views/tests/handlers/views_handler_field.test
field_ui_field_overview_row_region function core/modules/field_ui/field_ui.admin.inc Returns the region to which a row in the 'Manage fields' screen belongs.
date_field_formatter_settings_form function core/modules/date/date.field.inc Implements hook_field_formatter_settings_form().
hook_field_storage_delete_revision function core/modules/field/field.api.php Delete a single revision of field data for an entity.
views_handler_field_dropbutton.inc file core/modules/views/handlers/views_handler_field_dropbutton.inc Definition of views_handler_field_dropbutton.
DatabaseStatementEmpty::fetchField function core/includes/database/database.inc Returns a single field from the next record of a result set.
hook_field_storage_delete_instance function core/modules/field/field.api.php Act on deletion of a field instance.
FieldSqlStorageTestCase::$instance property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
SchemaTestCase::testSchemaAddField function core/modules/simpletest/tests/schema.test Test adding columns to an existing table.
views_handler_field_prerender_list class core/modules/views/handlers/views_handler_field_prerender_list.inc Field handler to provide a list of items.
views_handler_field_serialized.inc file core/modules/views/handlers/views_handler_field_serialized.inc Definition of views_handler_field_serialized.
views_handler_field_file_size.test file core/modules/views/tests/handlers/views_handler_field_file_size.test Definition of ViewsHandlerTestFileSize.
views_handler_field_markup::render function core/modules/views/handlers/views_handler_field_markup.inc Render the field.
image_field_instance_settings_form function core/modules/image/image.field.inc Implements hook_field_instance_settings_form().
views_handler_field_user_link_edit class core/modules/user/views/views_handler_field_user_link_edit.inc Field handler to present a link to user edit.

Pages

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