You are here

protected property GoogleCSESearch::$configuration in Google Custom Search Engine 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/Search/GoogleCSESearch.php \Drupal\google_cse\Plugin\Search\GoogleCSESearch::configuration

Configuration information passed into the plugin.

When using an interface like \Drupal\Component\Plugin\ConfigurableInterface, this is where the configuration should be stored.

Plugin configuration is optional, so plugin implementations must provide their own setters and getters.

Type: array

Overrides PluginBase::$configuration

File

src/Plugin/Search/GoogleCSESearch.php, line 38

Class

GoogleCSESearch
Handles searching for node entities using the Search module index.

Namespace

Drupal\google_cse\Plugin\Search

Code

protected $configuration;