You are here

public function ContentHubFilterInterface::getPublishSetting in Acquia Content Hub 8

Returns the Publish setting in human-readable format.

Return value

string Returns the Human readable version of the publish setting.

1 method overrides ContentHubFilterInterface::getPublishSetting()
ContentHubFilter::getPublishSetting in acquia_contenthub_subscriber/src/Entity/ContentHubFilter.php
Returns the human-readable publish_setting.

File

acquia_contenthub_subscriber/src/ContentHubFilterInterface.php, line 18

Class

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

Namespace

Drupal\acquia_contenthub_subscriber

Code

public function getPublishSetting();