Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for field

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
hook_field_load function modules/field/field.api.php Define custom load behavior for this module's field types.
FieldUITestCase class modules/field_ui/tests/field_ui.test Provides common functionality for the Field UI test classes.
image.field.inc file modules/image/image.field.inc Implement an image field, based on the file module's file field.
date_field_info function modules/date/date.field.inc Implements hook_field_info().
field.block.inc file modules/field/field.block.inc
field_test.info file modules/field/tests/field_test/field_test.info name = "Field API Test" description = "Support module for the Field API tests." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
list_field_info function modules/field/modules/list/list.module Implements hook_field_info().
db_field_exists function includes/database/database.inc Checks if a column exists in the given table.
db_change_field function includes/database/database.inc Changes a field definition.
db_escape_field function includes/database/database.inc Restricts a dynamic column or constraint name to safe characters.
hook_field_info function modules/field/field.api.php Define Field API field types.
TestFieldEntity class modules/field/tests/field_test/field_test.class.inc Test class for the test_entity entity type.
field_get_items function modules/field/field.module Returns the field items in the language they currently would be displayed.
file_field_info function modules/file/file.field.inc Implements hook_field_info().
text_field_info function modules/field/modules/text/text.module Implements hook_field_info().
link_field_info function modules/link/link.module Implements hook_field_info().
theme_textfield function includes/form.inc Returns HTML for a textfield form element.
field_views.test file modules/field/tests/field_views.test Tests the Views integration with Field API.
field_info_field function modules/field/field.info.inc Returns data about an individual field, given a field name.
Field Widget API group modules/field/field.api.php Define Field API widget types.
field_view_value function modules/field/field.module Returns a renderable array for a single field value.
field_get_values function modules/field/field.module Returns all values from a field.
field.attach.inc file modules/field/field.attach.inc Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'.
field_ui.api.php file modules/field_ui/field_ui.api.php Hooks provided by the Field UI module.
email_field_info function modules/email/email.module Implements hook_field_info().
field.tokens.inc file modules/field/field.tokens.inc Builds placeholder replacement tokens for field-related data.
field_permission function modules/field/field.module Implements hook_permission().
theme_link_field function modules/link/link.theme.inc Formats a link field widget.
field.tests.info file modules/field/tests/field.tests.info [FieldAttachOtherTestCase] name = Field attach tests (other) description = Test other Field Attach API functions. group = Field API file = field.test [FieldInfoTestCase] name = Field info tests description = Get information about existing fields,…
field_purge_data function modules/field/field.crud.inc Purges the field data for a single field on a single pseudo-entity.
image_field_info function modules/image/image.field.inc Implements hook_field_info().
field_filter_xss function modules/field/field.module Like filter_xss_admin(), but with a shorter list of allowed tags.
field_block_info function modules/field/field.module Implements hook_block_info().
field_view_field function modules/field/field.module Returns a renderable array for the value of a single field in an entity.
FieldBlock::form function modules/field/field.block.inc Builds the block's configuration form.
image_field_load function modules/image/image.field.inc Implements hook_field_load().
Field Attach API group modules/field/field.attach.inc Operate on Field API data attached to Backdrop entities.
field_read_field function modules/field/field.crud.inc Reads a single field record directly from the database.
EntityFieldQuery class modules/entity/entity.query.inc Retrieves entities matching a given set of conditions.
field_views_data function modules/field/views/field.views.inc Implements hook_views_data().
_field_token_info function modules/field/field.tokens.inc Fetch an array of field data used for tokens.
date_field_update function modules/date/date.field.inc Implements hook_field_update().
_field_sort_items function modules/field/field.module Helper function to sort items in a field according to user drag-n-drop reordering.
field_attach_view function modules/field/field.attach.inc Returns a renderable array for the fields on an entity.
field_add_more_js function modules/field/field.form.inc Ajax callback in response to a new empty widget being added to the form.
date_field_insert function modules/date/date.field.inc Implements hook_field_insert().
date_views_fields function modules/date/date.module Identify all potential date/timestamp fields and cache the data.
field_config_info function modules/field/field.module Implements hook_config_info().
hook_field_update function modules/field/field.api.php Define custom update behavior for this module's field data.
hook_field_delete function modules/field/field.api.php Define custom delete behavior for this module's field data.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS