GoogleCSEBlock.php |
src/Plugin/Block/GoogleCSEBlock.php |
Drupal\google_cse\Plugin\Block |
|
GoogleCSEConfigTest.php |
tests/src/Functional/GoogleCSEConfigTest.php |
Drupal\Tests\google_cse\Functional |
|
GoogleCSEDisplayTest.php |
tests/src/Functional/GoogleCSEDisplayTest.php |
Drupal\Tests\google_cse\Functional |
|
GoogleCSESearch.php |
src/Plugin/Search/GoogleCSESearch.php |
Drupal\google_cse\Plugin\Search |
|
GoogleCSESearchBoxForm.php |
src/Form/GoogleCSESearchBoxForm.php |
Drupal\google_cse\Form |
|
GoogleCSEServices.php |
src/GoogleCSEServices.php |
Drupal\google_cse |
|
google_cse.css |
css/google_cse.css |
|
#google-cse-results-searchbox-form div,
#google-cse-results-searchbox-form input {
margin: 0;
display: inline;
}
#google-cse-results-searchbox-form .form-radios div {
display: block;
} |
google_cse.info.yml |
google_cse.info.yml |
|
google_cse.info.yml |
google_cse.libraries.yml |
google_cse.libraries.yml |
|
google_cse.libraries.yml |
google_cse.module |
google_cse.module |
|
Display a Google Custom Search Engine (CSE) on your site. |
google_cse.permissions.yml |
google_cse.permissions.yml |
|
google_cse.permissions.yml |
google_cse.services.yml |
google_cse.services.yml |
|
google_cse.services.yml |
google_cse.theme.inc |
google_cse.theme.inc |
|
Themeable functions for Google Custom Search Engine. |
google_cse_results.html.twig |
templates/google_cse_results.html.twig |
|
{# In a Twig template we attach the library. #}
{{ attach_library('google_cse/googlecseResults') }}
{% if prefix %}
<div class="google-cse-results-prefix">{{ prefix }}</div>
{% endif %}
{% if results_searchbox_form… |