You are here

public function NameListFormat::uri in Name Field 8

File

src/Entity/NameListFormat.php, line 134

Class

NameListFormat
Defines the Name List Format configuration entity class.

Namespace

Drupal\name\Entity

Code

public function uri() {
  return [
    'path' => 'admin/config/regional/name/list/manage/' . $this
      ->id(),
    'options' => [
      'entity_type' => $this
        ->getEntityType(),
      'entity' => $this,
    ],
  ];
}