You are here

public function ContentHubFilterInterface::getAuthor in Acquia Content Hub 8

Returns the Author.

Return value

mixed Returns the author account name.

1 method overrides ContentHubFilterInterface::getAuthor()
ContentHubFilter::getAuthor in acquia_contenthub_subscriber/src/Entity/ContentHubFilter.php
Returns the Author name (User account name).

File

acquia_contenthub_subscriber/src/ContentHubFilterInterface.php, line 34

Class

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

Namespace

Drupal\acquia_contenthub_subscriber

Code

public function getAuthor();