Fix error: Call to undefined method IntegerItem::getPossibleOptions()
1 unresolved thread
Closes #3206006
Merge request reports
Activity
added 33 commits
-
fa46cb64...d151ca67 - 13 commits from branch
project:8.x-1.x
- d151ca67...6fb0c9e1 - 10 earlier commits
- 2b116688 - Remove ignored errors
- d127887c - Remove next major override
- 72bbf729 - Issue #3472942: Fix phpstan
- 457fbbe6 - Issue #3476075: Fix PHPCS issues with new Coder release
- d0a286cf - Issue #3476075 by acbramley: Fix PHPCS issues with new Coder release
- 7c3318ff - Fixes.
- 1fe91367 - PHPCS
- 6be5078f - Issue #3293558 by heddn, amateescu, s_leu: Allow usage of revision comparison inside workspaces
- 5eb752fc - Issue #3489513 by acbramley: Fix dev composer dependencies
- 40349024 - Merge branch diff:2.x into 3206006-call-to-undefined
Toggle commit list-
fa46cb64...d151ca67 - 13 commits from branch
33 33 foreach ($field_items as $field_key => $field_item) { 34 34 // Build the array for comparison only if the field is not empty. 35 35 if (!$field_item->isEmpty()) { 36 if ($field_item instanceof \Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem) {
Please register or sign in to reply