EntityTestAddPage.php

Same filename in other branches
  1. 10 core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAddPage.php

Namespace

Drupal\entity_test\Entity

File

core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAddPage.php

View source
<?php

declare (strict_types=1);
namespace Drupal\entity_test\Entity;

use Drupal\Core\Entity\Attribute\ContentEntityType;
use Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\entity_test\EntityTestForm;

/**
 * Test entity class routes.
 */
class EntityTestAddPage extends EntityTest {

}

Classes

Title Deprecated Summary
EntityTestAddPage Test entity class routes.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.