You are here

public function ContentHubFilterInterface::getPublishStatus in Acquia Content Hub 8

Returns the Drupal Publish status to use on nodes that matches this filter.

Return value

bool|int 0 if Unpublished status, 1 for Publish status, FALSE otherwise.

1 method overrides ContentHubFilterInterface::getPublishStatus()
ContentHubFilter::getPublishStatus in acquia_contenthub_subscriber/src/Entity/ContentHubFilter.php
Returns the Publish status for this particular filter.

File

acquia_contenthub_subscriber/src/ContentHubFilterInterface.php, line 26

Class

ContentHubFilterInterface
Provides an interface defining a Acquia Content Hub Filter entity.

Namespace

Drupal\acquia_contenthub_subscriber

Code

public function getPublishStatus();