You are here

Functions in Field as Block 7

Primary tabs

Namesort descending Location Description Direct uses Strings
fieldblock_block_info ./fieldblock.module Implements hook_block_info().
fieldblock_block_view ./fieldblock.module Implements hook_block_view(). Retrieves a field, identified by the block delta, from the static cache.
fieldblock_entity_view_alter ./fieldblock.module Implements hook_entity_view_alter(). Stores fields attached to the current entity in a static cache, to be retrieved in fieldblock_block_view, and hides the field from the renderable array.
fieldblock_field_display_submit ./fieldblock.module Form submit handler for field_ui_display_overview_form. Saves a single variable for each entity + bundle + view mode combination if a field has been made available as block. Having separate variables makes the configuration more flexible for exporting… 1
fieldblock_form_field_ui_display_overview_form_alter ./fieldblock.module Implements hook_form_alter(). Adds a column to the "display fields" table-form, with a checkbox for each field.
fieldblock_get_block_list ./fieldblock.module Helper function for fieldblock_block_info(). Builds a list of fields that have been made available as a block. 1
fieldblock_module_implements_alter ./fieldblock.module Implements hook_module_implements_alter().
fieldblock_preprocess_block ./fieldblock.module Give fieldblocks a meaningful html id in spite of the hashed block deltas.
fieldblock_uninstall ./fieldblock.install Implements hook_uninstall().
fieldblock_update_7100 ./fieldblock.install Update legacy fieldblock deltas to use md5 identifier. Reset drupal core block schema.
_fieldblock_db_alter_block_delta_length ./fieldblock.install Legacy helper function to undo drupal core schema alter. 1

Other projects