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