db_placeholders

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_placeholders()

Namesort iconLocationDescription
actions_synchronizedrupal/includes/actions.incSynchronize actions that are provided by modules.
block_listdrupal/modules/block/block.moduleReturn all blocks in the specified region for the current user.
block_user_formdrupal/modules/block/block.moduleImplementation of hook_user_form().
blogapi_mt_validate_termsdrupal/modules/blogapi/blogapi.moduleBlogging API helper - find allowed taxonomy terms for a node type.
book_nodeapi_loaddrupal/modules/book/book.moduleImplementation of hook_nodeapi_load().
comment_nodeapi_loaddrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_load().
forum_nodeapi_loaddrupal/modules/forum/forum.moduleImplementation of hook_nodeapi_load().
hook_loaddrupal/modules/node/node.api.phpLoad node-type-specific information.
hook_nodeapi_loaddrupal/modules/node/node.api.phpAct on node objects when loaded.
hook_taxonomy_term_loaddrupal/modules/taxonomy/taxonomy.api.phpAct on taxonomy terms when loaded.
locale_batch_by_languagedrupal/includes/locale.incPrepare a batch to import translations for all enabled modules in a given language.
taxonomy_select_nodesdrupal/modules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
taxonomy_term_pagedrupal/modules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.
user_accessdrupal/modules/user/user.moduleDetermine whether the user has a given privilege.
user_role_permissionsdrupal/modules/user/user.moduleDetermine the permissions for one or more roles.
_block_load_blocksdrupal/modules/block/block.moduleLoad blocks information from the database.
_menu_navigation_links_rebuilddrupal/includes/menu.incHelper function to build menu links for the items in the menu router.

Functions called by db_placeholders()

Namesort iconLocationDescription
db_type_placeholderdrupal/includes/database/database.incGiven a Schema API field type, return the correct %-placeholder.