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

Breadcrumb

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

function ConfigurableSearchPluginInterface::setSearchPageId

Sets the ID for the search page using this plugin.

Parameters

string $search_page_id: The search page ID.

Return value

static

1 method overrides ConfigurableSearchPluginInterface::setSearchPageId()
ConfigurableSearchPluginBase::setSearchPageId in core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php
Sets the ID for the search page using this plugin.

File

core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php, line 22

Class

ConfigurableSearchPluginInterface
Provides an interface for a configurable Search plugin.

Namespace

Drupal\search\Plugin

Code

public function setSearchPageId($search_page_id);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal