public property EntityType::$route_base_path

The base router path for the entity type's field administration page.

If the entity type has a bundle, include {bundle} in the path.

For example, the node entity type specifies "admin/structure/types/manage/{bundle}" as its base field admin path.

Type: string (optional)

File

drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php, line 213
Contains \Drupal\Core\Entity\Annotation\EntityType.

Class

EntityType
Defines an Entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $route_base_path;