public function ApiDocInterface::setDescription in Apigee API Catalog 8
Same name and namespace in other branches
- 8.2 src/Entity/ApiDocInterface.php \Drupal\apigee_api_catalog\Entity\ApiDocInterface::setDescription()
Sets the description.
Parameters
string $description: Description of the API Doc.
Return value
\Drupal\apigee_api_catalog\Entity\ApiDocInterface The API Doc entity.
1 method overrides ApiDocInterface::setDescription()
- ApiDoc::setDescription in src/
Entity/ ApiDoc.php - Sets the description.
File
- src/
Entity/ ApiDocInterface.php, line 82
Class
- ApiDocInterface
- Provides an interface for defining API Doc entities.
Namespace
Drupal\apigee_api_catalog\EntityCode
public function setDescription(string $description) : self;