Search for prepare

  1. Search 9.5.x for prepare
  2. Search 8.9.x for prepare
  3. Search 10.3.x for prepare
  4. Search 11.x for prepare
  5. Other projects
Title Object type File name Summary
ajax_prepare_response function includes/ajax.inc Converts the return value of a page callback into an Ajax commands array.
block_admin_display_prepare_blocks function modules/block/block.admin.inc Prepares a list of blocks for display on the blocks administration page.
book_node_prepare function modules/book/book.module Implements hook_node_prepare().
callback_filter_prepare function modules/filter/filter.api.php Provide prepared text with special characters escaped.
comment_node_prepare function modules/comment/comment.module Implements hook_node_prepare().
comment_prepare_thread function modules/comment/comment.module Loop over comment thread, noting indentation level.
DatabaseConnection::prepareQuery function includes/database/database.inc Prepares a query string and returns the prepared statement.
DatabaseConnection_pgsql::prepareQuery function includes/database/pgsql/database.inc Prepares a query string and returns the prepared statement.
DatabaseConnection_sqlite::PDOPrepare function includes/database/sqlite/database.inc NEVER CALL THIS FUNCTION: YOU MIGHT DEADLOCK YOUR PHP PROCESS.
DatabaseConnection_sqlite::prepare function includes/database/sqlite/database.inc SQLite-specific implementation of DatabaseConnection::prepare().
DatabaseConnection_sqlite::prepareQuery function includes/database/sqlite/database.inc Prepares a query string and returns the prepared statement.
DatabaseSchema::prepareComment function includes/database/schema.inc Prepare a table or column comment for database query.
DatabaseSchema_mysql::prepareComment function includes/database/mysql/schema.inc Prepare a table or column comment for database query.
DrupalDatabaseCache::prepareItem function includes/cache.inc Prepares a cached item.
DrupalWebTestCase::prepareDatabasePrefix function modules/simpletest/drupal_web_test_case.php Generates a database prefix for running tests.
DrupalWebTestCase::prepareEnvironment function modules/simpletest/drupal_web_test_case.php Prepares the current environment for running the test.
drupal_prepare_form function includes/form.inc Prepares a structured form array.
entity_prepare_view function includes/common.inc Invoke hook_entity_prepare_view().
entity_view_mode_prepare function includes/common.inc Invoke hook_entity_view_mode_alter().
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple function modules/field/tests/field.test Tests the 'multiple entity' behavior of field_attach_prepare_view().
FieldInfo::prepareExtraFields function modules/field/field.info.class.inc Prepares 'extra fields' for the current run-time context.
FieldInfo::prepareField function modules/field/field.info.class.inc Prepares a field definition for the current run-time context.
FieldInfo::prepareInstance function modules/field/field.info.class.inc Prepares an instance definition for the current run-time context.
FieldInfo::prepareInstanceDisplay function modules/field/field.info.class.inc Adapts display specifications to the current run-time context.
FieldInfo::prepareInstanceWidget function modules/field/field.info.class.inc Prepares widget properties for the current run-time context.
FieldInfoTestCase::testFieldPrepare function modules/field/tests/field.test Test that cached field definitions are ready for current runtime context.
FieldInfoTestCase::testInstancePrepare function modules/field/tests/field.test Test that cached instance definitions are ready for current runtime context.
field_attach_prepare_translation function modules/field/field.attach.inc Prepares an entity for translation.
field_attach_prepare_view function modules/field/field.attach.inc Prepare field data prior to display.
field_default_prepare_translation function modules/field/field.default.inc Copies source field values into the entity to be prepared.
field_default_prepare_view function modules/field/field.default.inc Invokes hook_field_formatter_prepare_view() on the relevant formatters.
field_test_field_formatter_prepare_view function modules/field/tests/field_test.field.inc Implements hook_field_formatter_prepare_view().
file_field_prepare_view function modules/file/file.field.inc Implements hook_field_prepare_view().
file_prepare_directory function includes/file.inc Checks that the directory exists and is writable.
hook_entity_prepare_view function modules/system/system.api.php Act on entities as they are being prepared for view.
hook_field_attach_prepare_translation_alter function modules/field/field.api.php Perform alterations on field_attach_prepare_translation().
hook_field_formatter_prepare_view function modules/field/field.api.php Allow formatters to load information for field values being displayed.
hook_field_prepare_translation function modules/field/field.api.php Define custom prepare_translation behavior for this module's field types.
hook_field_prepare_view function modules/field/field.api.php Prepare field values prior to display.
hook_node_prepare function modules/node/node.api.php Act on a node object about to be shown on the add/edit form.
hook_prepare function modules/node/node.api.php Act on a node object about to be shown on the add/edit form.
image_field_prepare_view function modules/image/image.field.inc Implements hook_field_prepare_view().
menu_node_prepare function modules/menu/menu.module Implements hook_node_prepare().
node_object_prepare function modules/node/node.module Prepares a node object for editing.
poll_field_attach_prepare_translation_alter function modules/poll/poll.module Implements hook_field_attach_prepare_translation_alter().
SelectQuery::$prepared property includes/database/select.inc Indicates if preExecute() has already been called.
SelectQuery::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryExtender::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryInterface::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
taxonomy_field_formatter_prepare_view function modules/taxonomy/taxonomy.module Implements hook_field_formatter_prepare_view().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.