You are here

public function ContentHubEntityEligibilityEvent::getOperation in Acquia Content Hub 8.2

The operation being performed.

Return value

string The operation identifier that's being performed.

File

modules/acquia_contenthub_publisher/src/Event/ContentHubEntityEligibilityEvent.php, line 78

Class

ContentHubEntityEligibilityEvent
Event fired for eligibility of an entity to POST to ContentHub.

Namespace

Drupal\acquia_contenthub_publisher\Event

Code

public function getOperation() {
  return $this->operation;
}