You are here

protected property SearchPageFormBase::$plugin in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/search/src/Form/SearchPageFormBase.php \Drupal\search\Form\SearchPageFormBase::plugin

The search plugin being configured.

Type: \Drupal\search\Plugin\SearchInterface

File

core/modules/search/src/Form/SearchPageFormBase.php, line 34
Contains \Drupal\search\Form\SearchPageFormBase.

Class

SearchPageFormBase
Provides a base form for search pages.

Namespace

Drupal\search\Form

Code

protected $plugin;