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_system_info class core/modules/system/views/views_handler_field_system_info.inc A handler to display module and theme properties stored in the database.
FieldBlockTestCase::$field_name property core/modules/field/tests/field.test
hook_field_storage_update_field function core/modules/field/field.api.php Update the storage information for a field.
FieldBlockTestCase::$admin_user property core/modules/field/tests/field.test
ListFieldDisplayTestCase::setUp function core/modules/field/modules/list/tests/list.test Sets up a Backdrop site for running functional and integration tests.
field_test_field_formatter_info function core/modules/field/tests/field_test/field_test.field.inc Implements hook_field_formatter_info().
hook_field_formatter_info_alter function core/modules/field/field.api.php Perform alterations on Field API formatter types.
field_test_field_formatter_view function core/modules/field/tests/field_test/field_test.field.inc Implements hook_field_formatter_view().
field_test_schema_alter.install file core/modules/field/tests/field_test_schema_alter/field_test_schema_alter.install Install, update and uninstall functions for the field_test_schema_alter module.
hook_field_widget_settings_form function core/modules/field_ui/field_ui.api.php Add settings to a widget settings form.
field_test_field_language_alter function core/modules/field/tests/field_test/field_test.module Implements hook_field_language_alter().
FieldSchemaAlterTestCase::setUp function core/modules/field/tests/field.test Sets up a Backdrop site for running functional and integration tests.
_field_ui_view_mode_menu_access function core/modules/field_ui/field_ui.module Access callback: Checks access for the Display mode pages.
ViewsHandlerFieldMath::$profile property core/modules/views/tests/handlers/views_handler_field_math.test The profile to install as a basis for testing.
hook_field_attach_create_bundle function core/modules/field/field.api.php Act on field_attach_create_bundle().
EntityFieldQueryTestCase::setUp function core/modules/entity/tests/entity_query.test Sets up a Backdrop site for running functional and integration tests.
hook_field_attach_rename_bundle function core/modules/field/field.api.php Act on field_attach_rename_bundle().
hook_field_attach_delete_bundle function core/modules/field/field.api.php Act on field_attach_delete_bundle.
views_handler_field_boolean.inc file core/modules/views/handlers/views_handler_field_boolean.inc Definition of views_handler_field_boolean.
FileTestHelper::createFileField function core/modules/file/tests/file.test Creates a new file field.
FileTestHelper::attachFileField function core/modules/file/tests/file.test Attaches a file field to an entity.
views_handler_field_counter.inc file core/modules/views/handlers/views_handler_field_counter.inc Definition of views_handler_field_counter.
FileTestHelper::updateFileField function core/modules/file/tests/file.test Updates an existing file field with new settings.
field_test_field_storage_delete function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_delete().
path_field_attach_rename_bundle function core/modules/path/path.module Implements hook_field_attach_rename_bundle().
hook_field_storage_create_field function core/modules/field/field.api.php Act on creation of a new field.
path_field_attach_delete_bundle function core/modules/path/path.module Implements hook_field_attach_delete_bundle().
hook_field_storage_delete_field function core/modules/field/field.api.php Act on deletion of a field.
FieldSqlStorageTestCase::$field property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
views_handler_field_url::render function core/modules/views/handlers/views_handler_field_url.inc Render the field.
FieldSqlStorageTestCase::$table property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
views_handler_field_numeric.inc file core/modules/views/handlers/views_handler_field_numeric.inc Definition of views_handler_field_numeric.
views_handler_field_custom.test file core/modules/views/tests/handlers/views_handler_field_custom.test Definition of ViewsHandlerFieldCustomTest.
date_field_widget_settings_form function core/modules/date/date.field.inc Implements hook_field_widget_settings_form().
ListFieldDisplayTestCase::$type property core/modules/field/modules/list/tests/list.test
field_ui_existing_field_options function core/modules/field_ui/field_ui.admin.inc Returns an array of existing fields to be added to a bundle.
field_ui_field_edit_form_submit function core/modules/field_ui/field_ui.admin.inc Form submission handler for field_ui_field_edit_form().
field_test_entity_form_validate function core/modules/field/tests/field_test/field_test.entity.inc Validate handler for field_test_entity_form().
ViewsHandlerFieldDropbuttonTest class core/modules/views/tests/handlers/views_handler_field_dropbutton.test Tests dropbutton functionality of views.
admin_bar_field_create_instance function core/modules/admin_bar/admin_bar.module Implements hook_field_create_instance().
admin_bar_field_update_instance function core/modules/admin_bar/admin_bar.module Implements hook_field_update_instance().
admin_bar_field_delete_instance function core/modules/admin_bar/admin_bar.module Implements hook_field_delete_instance().
FieldGetValueTestCase::$profile property core/modules/field/tests/field.test The profile to install as a basis for testing.
FieldTokenTestCase::$admin_user property core/modules/field/tests/field.test
DatabaseSchema::getFieldTypeMap function core/includes/database/schema.inc Returns a mapping of Backdrop schema field names to DB-native field types.
EntityFieldQuery::entityOrderBy function core/modules/entity/entity.query.inc Orders the result set by entity-generic metadata.
views_plugin_row_rss_fields.inc file core/modules/views/plugins/views_plugin_row_rss_fields.inc Contains an implementation of RSS items based on fields on a row plugin.
views_handler_field_math::query function core/modules/views/handlers/views_handler_field_math.inc Called to add the field to a query.
DatabaseSchema::fieldSetDefault function core/includes/database/schema.inc Set the default value for a field.
EntityFieldQuery::queryCallback function core/modules/entity/entity.query.inc Determines the query callback to use for this entity query.

Pages

  • « first
  • ‹ previous
  • …
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • …
  • 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