15 calls to blogapi_error() in Blog API 7
- blogapi_blogger_delete_post in ./
blogapi.module - Blogging API callback. Removes the specified blog node.
- blogapi_blogger_edit_post in ./
blogapi.module - Blogging API callback. Modifies the specified blog node.
- blogapi_blogger_get_post in ./
blogapi.module - Blogging API callback. Returns a specified blog node.
- blogapi_blogger_get_recent_posts in ./
blogapi.module - Blogging API callback. Returns the latest few postings in a user's blog. $bodies TRUE <a href="http://movabletype.org/docs/mtmanual_programmatic.html#item_mt%2EgetRece... returns a bandwidth-friendly list</a>.
- blogapi_blogger_get_users_blogs in ./
blogapi.module - Blogging API callback. Finds the URL of a user's blog.
- blogapi_blogger_get_user_info in ./
blogapi.module - Blogging API callback. Returns profile information about a user.
- blogapi_blogger_new_post in ./
blogapi.module - Blogging API callback. Inserts a new blog post as a node.
- blogapi_metaweblog_get_category_list in ./
blogapi.module - Blogging API callback. Returns a list of the taxonomy terms that can be associated with a blog node.
- blogapi_metaweblog_new_media_object in ./
blogapi.module - Blogging API callback. Inserts a file into Drupal.
- blogapi_mt_get_post_categories in ./
blogapi.module - Blogging API callback. Returns a list of the taxonomy terms that are assigned to a particular node.
- blogapi_mt_publish_post in ./
blogapi.module - Blogging API callback. Publishes the given node.
- blogapi_mt_set_post_categories in ./
blogapi.module - Blogging API callback. Assigns taxonomy terms to a particular node.
- blogapi_mt_validate_terms in ./
blogapi.module - Blogging API helper - find allowed taxonomy terms for a node type.
- blogapi_status_error_check in ./
blogapi.module - Check that the user has permission to save the node with the chosen status.
- _blogapi_validate_blogid in ./
blogapi.module - Validate blog ID, which maps to a content type in Drupal.