Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SearchPageInterface.php

function SearchPageInterface::getPath

Returns the path for the search.

Return value

string The part of the path for this search page that comes after 'search'.

1 method overrides SearchPageInterface::getPath()
SearchPage::getPath in core/modules/search/src/Entity/SearchPage.php
Returns the path for the search.

File

core/modules/search/src/SearchPageInterface.php, line 50

Class

SearchPageInterface
Provides an interface defining a search page entity.

Namespace

Drupal\search

Code

public function getPath();
RSS feed
Powered by Drupal