Skip to content
EntityTestLabel.php 715 B
Newer Older
 * Contains \Drupal\entity_test\Entity\EntityTestLabel.
namespace Drupal\entity_test\Entity;
use Drupal\Core\Entity\Annotation\EntityType;
use Drupal\Core\Annotation\Translation;

/**
 * Test entity class.
 *
 *   id = "entity_test_label",
 *   label = @Translation("Entity Test label"),
 *     "storage" = "Drupal\Core\Entity\FieldableDatabaseStorageController",
 *     "view_builder" = "Drupal\entity_test\EntityTestViewBuilder"