10 calls to BlogapiCommunicator::authenticate() in Blog API 8
- BlogapiCommunicator::deletePost in src/
BlogapiCommunicator.php - Callback for deleting a post.
- BlogapiCommunicator::editPost in src/
BlogapiCommunicator.php - Callback for editing a node.
- BlogapiCommunicator::getCategoryList in src/
BlogapiCommunicator.php - Returns a list of available categories on a content type.
- BlogapiCommunicator::getNodeCategories in src/
BlogapiCommunicator.php - Returns taxonomy terms saved in the defined taxonomy field on a node.
- BlogapiCommunicator::getPost in src/
BlogapiCommunicator.php - Returns a loaded node object.
- BlogapiCommunicator::getRecentPosts in src/
BlogapiCommunicator.php - Method that returns recent posts.
- BlogapiCommunicator::newMedia in src/
BlogapiCommunicator.php - Callback for uploading a new image.
- BlogapiCommunicator::newPost in src/
BlogapiCommunicator.php - Callback for creating a new node.
- BlogapiCommunicator::publishPost in src/
BlogapiCommunicator.php - Method that sets a nodes status.
- BlogapiCommunicator::setPostCategories in src/
BlogapiCommunicator.php - Callback for saving tags on a node.