You are here

public function GoogleCSESearch::getConfiguration 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::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableSearchPluginBase::getConfiguration

File

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

Class

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

Namespace

Drupal\google_cse\Plugin\Search

Code

public function getConfiguration() {
  return $this->configuration;
}