You are here

service google_cse.services in Google Custom Search Engine 8.3

Same name and namespace in other branches
  1. 8.2 google_cse.services.yml \google_cse.services

Class

Drupal\google_cse\GoogleCSEServices
2 string references to google_cse.services
GoogleCSESearch::create in src/Plugin/Search/GoogleCSESearch.php
Creates an instance of the plugin.
GoogleCSESearchBoxForm::create in src/Form/GoogleCSESearchBoxForm.php
Instantiates a new instance of this class.

File

./google_cse.services.yml
google_cse.services.yml

View source
  1. class: Drupal\google_cse\GoogleCSEServices
  2. arguments:
  3. - '@request_stack'
  4. - '@config.factory'
  5. - '@language_manager'
  6. - '@renderer'
  7. - '@module_handler'
  8. - '@pager.manager'