You are here

public function ApiDocInterface::getName in Apigee API Catalog 8

Same name and namespace in other branches
  1. 8.2 src/Entity/ApiDocInterface.php \Drupal\apigee_api_catalog\Entity\ApiDocInterface::getName()

Gets the API Doc name.

Return value

string Name of the API Doc.

1 method overrides ApiDocInterface::getName()
ApiDoc::getName in src/Entity/ApiDoc.php
Gets the API Doc name.

File

src/Entity/ApiDocInterface.php, line 52

Class

ApiDocInterface
Provides an interface for defining API Doc entities.

Namespace

Drupal\apigee_api_catalog\Entity

Code

public function getName() : string;