You are here

protected function FBAutopost::getRetry in Facebook Autopost 7

Gets the publication type.

Return value

boolean The retry settings.

1 call to FBAutopost::getRetry()
FBAutopost::publish in class/FBAutopost.php
Publishes content in the selected pages

File

class/FBAutopost.php, line 495

Class

FBAutopost
API class to handle common actions when autoposting This class uses FBAutopostException for error handling. Severity is passed resusing watchdog severity (See: http://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/watch...)

Code

protected function getRetry() {
  return $this->retry;
}