You are here

public function PageInterface::getPath in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/PageInterface.php \Drupal\page_manager\PageInterface::getPath()

Returns the path for the page entity.

Return value

string The path for the page entity.

1 method overrides PageInterface::getPath()
Page::getPath in src/Entity/Page.php
Returns the path for the page entity.

File

src/PageInterface.php, line 41
Contains \Drupal\page_manager\PageInterface.

Class

PageInterface
Provides an interface for page entities.

Namespace

Drupal\page_manager

Code

public function getPath();