You are here

public function ApiDocInterface::setName 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::setName()

Sets the API Doc name.

Parameters

string $name: The API Doc name.

Return value

\Drupal\apigee_api_catalog\Entity\ApiDocInterface The called API Doc entity.

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

File

src/Entity/ApiDocInterface.php, line 63

Class

ApiDocInterface
Provides an interface for defining API Doc entities.

Namespace

Drupal\apigee_api_catalog\Entity

Code

public function setName(string $name) : self;