public function OpenApiTestEntityInterface::getName in OpenAPI 8
Same name and namespace in other branches
- 8.2 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\EntityCode
public function getName();