You are here

public function ApiProduct::getLastModifiedBy in Apigee Edge 8

File

src/Entity/ApiProduct.php, line 252

Class

ApiProduct
Defines the API product entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function getLastModifiedBy() : ?string {
  return $this->decorated
    ->getLastModifiedBy();
}