32 uses of FIELD_CARDINALITY_UNLIMITED

Field::init in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Overrides Drupal\views\Plugin\views\HandlerBase::init().
Field::multiple_options_form in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Provide options for multiple value fields.
field_add_more_js in drupal/core/modules/field/field.form.inc
Ajax callback: Responds to a new empty widget being added to the form.
field_default_validate in drupal/core/modules/field/field.default.inc
Generic field validation handler.
field_sql_storage_field_storage_load in drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_load().
field_sql_storage_field_storage_write in drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_write().
field_test_field_storage_load in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_field_storage_load().
field_test_field_storage_write in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_field_storage_write().
field_views_field_default_views_data in drupal/core/modules/field/field.views.inc
Default views data implementation for a field.
FileFieldValidateTest::testRequired in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php
Tests the required property on file fields.
FileWidget::formMultipleElements in drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php
Overrides \Drupal\field\Plugin\Type\Widget\WidgetBase::formMultipleElements().
FormTest::setUp in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Set the default field storage backend for fields created during tests.
HandlerFieldFieldTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php
@todo.
hook_field_storage_load in drupal/core/modules/field/field.api.php
Load field data for a set of entities.
hook_field_storage_write in drupal/core/modules/field/field.api.php
Write field data for an entity.
MultiFormTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/MultiFormTest.php
Sets up a Drupal site for running functional and integration tests.
options_field_widget_form in drupal/core/modules/field/modules/options/options.module
Implements hook_field_widget_form().
RebuildTest::testPreserveFormActionAfterAJAX in drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
RssTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/RssTest.php
Sets up a Drupal site for running functional and integration tests.
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().
TaggedWithTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermReferenceItemTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermReferenceItemTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTestBase::mockStandardInstall in drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/TaxonomyTestBase.php
Provides a workaround for the inability to use the standard profile.
TermFieldMultipleVocabularyTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php
Sets up a Drupal site for running functional and integration tests.
TermIndexTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php
Sets up a Drupal site for running functional and integration tests.
TermTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Sets up a Drupal site for running functional and integration tests.
theme_field_multiple_value_form in drupal/core/modules/field/field.form.inc
Returns HTML for an individual form element.
TokenReplaceTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TokenReplaceTest.php
Sets up a Drupal site for running functional and integration tests.
UserRegistrationTest::testRegistrationWithUserFields in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
WidgetBase::formMultipleElements in drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php
Special handling to create form elements for multiple values.
WidgetBase::sortItems in drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php
Sorts submitted field values according to drag-n-drop reordering.
_field_sort_items in drupal/core/modules/field/field.module
Sorts items in a field according to user drag-and-drop reordering.