OpenApiTestEntityTypeInterface.php in OpenAPI 8
Same filename and directory in other branches
Namespace
Drupal\openapi_test\EntityFile
tests/modules/openapi_test/src/Entity/OpenApiTestEntityTypeInterface.phpView source
<?php
namespace Drupal\openapi_test\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining OpenApi Test Entity type entities.
*/
interface OpenApiTestEntityTypeInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
OpenApiTestEntityTypeInterface | Provides an interface for defining OpenApi Test Entity type entities. |