You are here

protected property SearchPluginCollection::$searchPageId in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/search/src/Plugin/SearchPluginCollection.php \Drupal\search\Plugin\SearchPluginCollection::searchPageId
  2. 9 core/modules/search/src/Plugin/SearchPluginCollection.php \Drupal\search\Plugin\SearchPluginCollection::searchPageId

The unique ID for the search page using this plugin collection.

Type: string

File

core/modules/search/src/Plugin/SearchPluginCollection.php, line 18

Class

SearchPluginCollection
Provides a container for lazily loading search plugins.

Namespace

Drupal\search\Plugin

Code

protected $searchPageId;