Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getUserId()
 {
     $consumerId = $this->_request->getConsumerId();
     $integration = $this->_integrationFactory->create()->loadByConsumerId($consumerId);
     return $integration->getId() ? (int) $integration->getId() : 0;
 }