You are here

public function OpenApiTestEntityInterface::getName in OpenAPI 8.2

Same name and namespace in other branches
  1. 8 tests/modules/openapi_test/src/Entity/OpenApiTestEntityInterface.php \Drupal\openapi_test\Entity\OpenApiTestEntityInterface::getName()

Gets the OpenApi Test Entity name.

Return value

string Name of the OpenApi Test Entity.

1 method overrides OpenApiTestEntityInterface::getName()
OpenApiTestEntity::getName in tests/modules/openapi_test/src/Entity/OpenApiTestEntity.php
Gets the OpenApi Test Entity name.

File

tests/modules/openapi_test/src/Entity/OpenApiTestEntityInterface.php, line 20

Class

OpenApiTestEntityInterface
Provides an interface for defining OpenApi Test Entity entities.

Namespace

Drupal\openapi_test\Entity

Code

public function getName();