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
DatabaseInsertTestCase::testInsertFieldOnlyDefinition function core/modules/simpletest/tests/database_test.test Test that we can specify fields without values and specify values later.
EntityFieldQueryTestCase::testEntityFieldQueryRouting function core/modules/entity/tests/entity_query.test Tests the routing feature of EntityFieldQuery.
views_handler_field_comment_link_approve::render_link function core/modules/comment/views/views_handler_field_comment_link_approve.inc
redirect_handler_field_redirect_operations::construct function core/modules/redirect/views/redirect_handler_field_redirect_operations.inc Construct a new field handler.
views_handler_field_prerender_list::option_definition function core/modules/views/handlers/views_handler_field_prerender_list.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_node_revision_link_revert::access function core/modules/node/views/views_handler_field_node_revision_link_revert.inc Check whether current user has access to this handler.
TextFieldTestCase::testTextfieldWidgetsAllowedFormats function core/modules/field/modules/text/tests/text.test Test widgets for fields with selected allowed formats.
views_handler_field_last_comment_timestamp::construct function core/modules/comment/views/views_handler_field_last_comment_timestamp.inc Construct a new field handler.
views_handler_field_term_link_edit::option_definition function core/modules/taxonomy/views/views_handler_field_term_link_edit.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_file_extension::option_definition function core/modules/file/views/views_handler_field_file_extension.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FieldUIManageDisplayTestCase::assertNodeViewTextHelper function core/modules/field_ui/tests/field_ui.test Asserts that a string is (not) found in the rendered node in a display mode.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter function core/modules/field_ui/tests/field_ui.test Tests hook_field_widget_properties_alter() on the default field widget.
views_handler_field_node_translation_link::render_link function core/modules/translation/views/views_handler_field_node_translation_link.inc
FieldUIViewModeTestHelper::assertViewModeCustomDisplay function core/modules/field_ui/tests/field_ui.test
views_handler_filter_fields_compare::option_definition function core/modules/views/handlers/views_handler_filter_fields_compare.inc Overrides views_handler_filter#option_definition().
field_formatter_settings_get_instance_display_settings function core/modules/field/field.info.inc Get the formatter settings for a field instance and view mode.
NodeAccessFieldTestCase::testNodeAccessAdministerField function core/modules/node/tests/node.test Tests administering fields when node access is restricted.
DatabaseSelectTestCase::testSimpleSelectMultipleFields function core/modules/simpletest/tests/database_test.test Test adding multiple fields to a select statement at the same time.
FieldTestPermissionsExample::createFieldContentForUser function modules/examples/field_permission_example/tests/field_permission_example.test Override createFieldContentForUser().
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Test trying to update a field with data.
views_handler_field_locale_language::option_definition function core/modules/locale/views/views_handler_field_locale_language.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FileFieldValidateTestCase::testDefaultFileFieldDisplay function core/modules/file/tests/file.test Tests default display of File Field.
EntityReferenceAdminTestCase::assertFieldSelectOptions function core/modules/entityreference/tests/entityreference.admin.test
redirect_handler_field_redirect_link_delete::construct function core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc Construct a new field handler.
redirect_handler_field_redirect_redirect::options_form function core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc Default options form that provides the label widget that all fields should have.
FieldUIManageFieldsTestCase::testCreateFieldNoSettings function core/modules/field_ui/tests/field_ui.test Create a field that has no global field settings.
FieldTranslationsTestCase::testFieldAvailableLanguages function core/modules/field/tests/field.test Ensures that only valid values are returned by field_available_languages().
TaxonomyTermFieldMultipleVocabularyTestCase::$instance property core/modules/taxonomy/tests/taxonomy.test
ViewsHandlerFieldBulkFormTest::testNodeAndUserBulkForm function core/modules/views/tests/handlers/views_handler_field_bulk_form.test Test Bulk Forms for user entities joined to nodes by uid.
views_handler_argument_field_list_string::options_form function core/modules/field/views/views_handler_argument_field_list_string.inc Build the options form.
views_handler_argument_field_list_string::summary_name function core/modules/field/views/views_handler_argument_field_list_string.inc Provides the name to use for the summary. By default this is just the name field.
FieldUIViewModeTestHelper::assertViewModeDefaultDisplay function core/modules/field_ui/tests/field_ui.test
FileFieldAnonymousSubmission::testAnonymousNodeWithFile function core/modules/file/tests/file.test Tests file submission for an anonymous visitor.
GenericFieldTest::formTestGenericFieldNodeAddDeleteForm function modules/examples/field_permission_example/tests/field_permission_example.test Add and delete all field types through Form API.
views_handler_field_locale_link_edit::option_definition function core/modules/locale/views/views_handler_field_locale_link_edit.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FieldTestPermissionsExample::testAddRemoveFieldnoteForm function modules/examples/field_permission_example/tests/field_permission_example.test Add and remove the field through Form API.
FieldTestPermissionsExample::testAddRemoveFieldnoteCode function modules/examples/field_permission_example/tests/field_permission_example.test Add and remove the field through code.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Tests insert and update with missing or NULL fields.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Test foreign key support.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple function core/modules/field/tests/field.test Test the 'multiple' load feature.
EntityFieldQueryTestCase::testEntityFieldQueryTableSort function core/modules/entity/tests/entity_query.test Tests the TableSort integration of EntityFieldQuery.
FieldAttachStorageTestCase::testFieldAttachDeleteBundle function core/modules/field/tests/field.test Test field_attach_delete_bundle().
redirect_handler_field_redirect_link_edit::options_form function core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc Default options form that provides the label widget that all fields should have.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets function core/modules/taxonomy/tests/taxonomy.test Test widgets.
views_handler_field_comment_username::option_definition function core/modules/comment/views/views_handler_field_comment_username.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_file_link_delete::option_definition function core/modules/file/views/views_handler_field_file_link_delete.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_term_node_tid::document_self_tokens function core/modules/taxonomy/views/views_handler_field_term_node_tid.inc Document any special tokens this field might use for itself.
UserRegistrationTestCase::testRegistrationWithUserFields function core/modules/user/tests/user.test Tests Field API fields on user registration forms.
views_handler_field_history_user_timestamp::options_form function core/modules/node/views/views_handler_field_history_user_timestamp.inc Provide link to node option

Pages

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