public property EntityType::$menu_base_path

The base menu router path to which the entity admin user interface responds.

It can be used to generate UI links and to attach additional router items to the entity UI in a generic fashion.

Type: string (optional)

File

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

Class

EntityType
Defines an Entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $menu_base_path;