multiple-selects.php |
tests/fixtures/update/multiple-selects.php |
|
Contains database additions to drupal-8.8.0.bare.standard.php.gz. |
MultipleSelectsPostUpdateAddElementTypeToWidgets.php |
tests/src/Functional/Update/MultipleSelectsPostUpdateAddElementTypeToWidgets.php |
Drupal\Tests\multiple_selects\Functional\Update |
|
MultipleSelectsWidgetTest.php |
tests/src/Kernel/MultipleSelectsWidgetTest.php |
Drupal\Tests\multiple_selects\Kernel |
|
MultipleSelectsWidgetUiTest.php |
tests/src/Functional/MultipleSelectsWidgetUiTest.php |
Drupal\Tests\multiple_selects\Functional |
|
multiple_selects.info.yml |
multiple_selects.info.yml |
|
multiple_selects.info.yml |
multiple_selects.post_update.php |
multiple_selects.post_update.php |
|
Post update functions for Multiple Selects. |
multiple_selects.schema.yml |
config/schema/multiple_selects.schema.yml |
|
config/schema/multiple_selects.schema.yml |
OptionsMultipleSelectWidget.php |
src/Plugin/Field/FieldWidget/OptionsMultipleSelectWidget.php |
|
|
README.txt |
README.txt |
|
Welcome to Multiple Selects.
-- SUMMARY --
Multiple Selects provides a widget for the the following fields types:
- entity_reference
- node_reference
- user_reference
- taxonomy_term_reference
- list_integer
- list_float
- list_text
Rather than… |