EntityTestDefaultAccess.php
Same filename in other branches
Namespace
Drupal\entity_test\EntityFile
-
core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTestDefaultAccess.php
View source
<?php
declare (strict_types=1);
namespace Drupal\entity_test\Entity;
/**
* Defines a test entity class with no access control handler.
*
* @ContentEntityType(
* id = "entity_test_default_access",
* label = @Translation("Test entity with default access"),
* base_table = "entity_test_default_access",
* entity_keys = {
* "id" = "id",
* "bundle" = "type"
* }
* )
*/
class EntityTestDefaultAccess extends EntityTest {
}
Classes
Title | Deprecated | Summary |
---|---|---|
EntityTestDefaultAccess | Defines a test entity class with no access control handler. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.