public function FacebookPublicationEntity::path in Facebook Autopost 7
Returns the drupal path to this Facebook publication.
File
- fb_autopost_entity/
fb_autopost_entity.module, line 505 - Module implementation file
Class
- FacebookPublicationEntity
- The class used for Facebook publication entities.
Code
public function path() {
$uri = $this
->uri();
return $uri['path'];
}