public function ApiDocInterface::getDescription in Apigee API Catalog 8
Same name and namespace in other branches
- 8.2 src/Entity/ApiDocInterface.php \Drupal\apigee_api_catalog\Entity\ApiDocInterface::getDescription()
 
Gets the description.
Return value
null|string The API Doc description.
1 method overrides ApiDocInterface::getDescription()
- ApiDoc::getDescription in src/
Entity/ ApiDoc.php  - Gets the description.
 
File
- src/
Entity/ ApiDocInterface.php, line 71  
Class
- ApiDocInterface
 - Provides an interface for defining API Doc entities.
 
Namespace
Drupal\apigee_api_catalog\EntityCode
public function getDescription() : string;