ElementTest.php |
tests/src/FunctionalJavascript/Form/ElementTest.php |
Drupal\Tests\select2\FunctionalJavascript\Form |
|
EntityAutocompleteController.php |
src/Controller/EntityAutocompleteController.php |
Drupal\select2\Controller |
|
EntityAutocompleteMatcher.php |
src/EntityAutocompleteMatcher.php |
Drupal\select2 |
|
FacetApiAutocompleteController.php |
modules/select2_facets/src/Controller/FacetApiAutocompleteController.php |
Drupal\select2_facets\Controller |
|
facets.facet.referenced.yml |
modules/select2_facets/tests/modules/select2_facets_test/config/install/facets.facet.referenced.yml |
|
modules/select2_facets/tests/modules/select2_facets_test/config/install/facets.facet.referenced.yml |
facets.facet_source.search_api__views_page__test_entity_view__page_1.yml |
modules/select2_facets/tests/modules/select2_facets_test/config/install/facets.facet_source.search_api__views_page__test_entity_view__page_1.yml |
|
modules/select2_facets/tests/modules/select2_facets_test/config/install/facets.facet_source.search_api__views_page__test_entity_view__page_1.yml |
FacetsTest.php |
modules/select2_facets/tests/src/FunctionalJavascript/FacetsTest.php |
Drupal\Tests\select2_facets\FunctionalJavascript |
|
field.field.entity_test_mulrevpub.entity_test_mulrevpub.field_references.yml |
modules/select2_facets/tests/modules/select2_facets_test/config/install/field.field.entity_test_mulrevpub.entity_test_mulrevpub.field_references.yml |
|
modules/select2_facets/tests/modules/select2_facets_test/config/install/field.field.entity_test_mulrevpub.entity_test_mulrevpub.field_references.yml |
field.storage.entity_test_mulrevpub.field_references.yml |
modules/select2_facets/tests/modules/select2_facets_test/config/install/field.storage.entity_test_mulrevpub.field_references.yml |
|
modules/select2_facets/tests/modules/select2_facets_test/config/install/field.storage.entity_test_mulrevpub.field_references.yml |
PublishTest.php |
modules/select2_publish/tests/src/FunctionalJavascript/PublishTest.php |
Drupal\Tests\select2_publish\FunctionalJavascript |
|
search_api.index.test_entity.yml |
modules/select2_facets/tests/modules/select2_facets_test/config/install/search_api.index.test_entity.yml |
|
modules/select2_facets/tests/modules/select2_facets_test/config/install/search_api.index.test_entity.yml |
search_api.server.database.yml |
modules/select2_facets/tests/modules/select2_facets_test/config/install/search_api.server.database.yml |
|
modules/select2_facets/tests/modules/select2_facets_test/config/install/search_api.server.database.yml |
select2.claro.css |
css/select2.claro.css |
|
.select2-container--claro{
}
.select2-container--claro .select2-selection--single{
background-color:#fff;
border:1px solid #aaa;
border-radius:4px;
}
.select2-container--claro .select2-selection--single .select2-selection__rendered{
… |
select2.gin.css |
css/select2.gin.css |
|
.select2-container--gin{
}
.select2-container--gin .select2-selection--single{
background-color:#fff;
border:1px solid #aaa;
border-radius:4px;
}
.select2-container--gin .select2-selection--single .select2-selection__rendered{
color:#444;
… |
select2.info.yml |
select2.info.yml |
|
select2.info.yml |
select2.install |
select2.install |
|
This is the Select2 module. |
select2.libraries.yml |
select2.libraries.yml |
|
select2.libraries.yml |
select2.module |
select2.module |
|
This is the Select2 module. |
Select2.php |
src/Element/Select2.php |
Drupal\select2\Element |
|
Select2.php |
src/Plugin/better_exposed_filters/filter/Select2.php |
Drupal\select2\Plugin\better_exposed_filters\filter |
|
select2.publish.css |
modules/select2_publish/css/select2.publish.css |
|
.select2-container .select2-selection--single .select2-selection__rendered.unpublished,
.select2-container .select2-results__option.unpublished,
.select2-container .select2-selection__choice.unpublished {
color: #e62600;
} |
select2.routing.yml |
select2.routing.yml |
|
select2.routing.yml |
select2.schema.yml |
config/schema/select2.schema.yml |
|
config/schema/select2.schema.yml |
select2.services.yml |
select2.services.yml |
|
select2.services.yml |
select2.seven.css |
css/select2.seven.css |
|
.select2-container--seven{
}
.select2-container--seven .select2-selection--single{
background-color:#fff;
border:1px solid #aaa;
border-radius:4px;
}
.select2-container--seven .select2-selection--single .select2-selection__rendered{
… |
Select2AjaxForm.php |
tests/modules/select2_form_test/src/Form/Select2AjaxForm.php |
Drupal\select2_form_test\Form |
|
Select2AutocompleteForm.php |
tests/modules/select2_form_test/src/Form/Select2AutocompleteForm.php |
Drupal\select2_form_test\Form |
|
Select2EntityReferenceWidget.php |
src/Plugin/Field/FieldWidget/Select2EntityReferenceWidget.php |
Drupal\select2\Plugin\Field\FieldWidget |
|
Select2EntityReferenceWidgetTest.php |
tests/src/FunctionalJavascript/FieldWidget/Select2EntityReferenceWidgetTest.php |
Drupal\Tests\select2\FunctionalJavascript\FieldWidget |
|
Select2JavascriptTestBase.php |
tests/src/FunctionalJavascript/Select2JavascriptTestBase.php |
Drupal\Tests\select2\FunctionalJavascript |
|
Select2KernelTestBase.php |
tests/src/Kernel/Select2KernelTestBase.php |
Drupal\Tests\select2\Kernel |
|
Select2OptgroupForm.php |
tests/modules/select2_form_test/src/Form/Select2OptgroupForm.php |
Drupal\select2_form_test\Form |
|
Select2Test.php |
tests/src/Unit/Element/Select2Test.php |
Drupal\Tests\select2\Unit\Element |
|
Select2Test.php |
tests/src/Kernel/Element/Select2Test.php |
Drupal\Tests\select2\Kernel\Element |
|
Select2TestTrait.php |
tests/src/Traits/Select2TestTrait.php |
Drupal\Tests\select2\Traits |
|
Select2Trait.php |
src/Select2Trait.php |
Drupal\select2 |
|
Select2ValidOptionsTest.php |
tests/src/Kernel/Select2ValidOptionsTest.php |
Drupal\Tests\select2\Kernel |
|
Select2Widget.php |
src/Plugin/Field/FieldWidget/Select2Widget.php |
Drupal\select2\Plugin\Field\FieldWidget |
|
Select2Widget.php |
modules/select2_facets/src/Plugin/facets/widget/Select2Widget.php |
Drupal\select2_facets\Plugin\facets\widget |
|
Select2WidgetTest.php |
tests/src/FunctionalJavascript/FieldWidget/Select2WidgetTest.php |
Drupal\Tests\select2\FunctionalJavascript\FieldWidget |
|
select2_facets.info.yml |
modules/select2_facets/select2_facets.info.yml |
|
modules/select2_facets/select2_facets.info.yml |
select2_facets.libraries.yml |
modules/select2_facets/select2_facets.libraries.yml |
|
modules/select2_facets/select2_facets.libraries.yml |
select2_facets.routing.yml |
modules/select2_facets/select2_facets.routing.yml |
|
modules/select2_facets/select2_facets.routing.yml |
select2_facets.schema.yml |
modules/select2_facets/config/schema/select2_facets.schema.yml |
|
modules/select2_facets/config/schema/select2_facets.schema.yml |
select2_facets_test.info.yml |
modules/select2_facets/tests/modules/select2_facets_test/select2_facets_test.info.yml |
|
modules/select2_facets/tests/modules/select2_facets_test/select2_facets_test.info.yml |
select2_form_test.info.yml |
tests/modules/select2_form_test/select2_form_test.info.yml |
|
tests/modules/select2_form_test/select2_form_test.info.yml |
select2_form_test.module |
tests/modules/select2_form_test/select2_form_test.module |
|
This is the Select2 form test module. |
select2_form_test.routing.yml |
tests/modules/select2_form_test/select2_form_test.routing.yml |
|
tests/modules/select2_form_test/select2_form_test.routing.yml |
select2_publish.info.yml |
modules/select2_publish/select2_publish.info.yml |
|
modules/select2_publish/select2_publish.info.yml |
select2_publish.libraries.yml |
modules/select2_publish/select2_publish.libraries.yml |
|
modules/select2_publish/select2_publish.libraries.yml |