Skip to content
Snippets Groups Projects

Issue #3371301: Retrieve field type category information in \Drupal\Core\Field\FieldTypePluginManager::getGroupedDefinitions

Closed Issue #3371301: Retrieve field type category information in \Drupal\Core\Field\FieldTypePluginManager::getGroupedDefinitions
1 unresolved thread
Closed Srishti Bankar requested to merge issue/drupal-3371301:3371301-retrieve-field-type into 11.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Lauri Timmanee resolved all threads

    resolved all threads

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 1fd709b8 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Lauri Timmanee
  • Lauri Timmanee resolved all threads

    resolved all threads

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 2eeb9676 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Lauri Timmanee resolved all threads

    resolved all threads

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 8c563fe8 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    Compare with previous version

  • Srishti Bankar added 28 commits

    added 28 commits

    Compare with previous version

  • Lauri Timmanee added 93 commits

    added 93 commits

    Compare with previous version

  • Dave Long
    Dave Long @longwave started a thread on the diff
  • 139 ],
    140 ]);
    141
    142 $this->fieldTypeCategoryManager->getDefinitions()->willReturn([
    143 'general' => [
    144 'label' => 'General',
    145 'id' => 'general',
    146 ],
    147 ]);
    148
    149 $zend_assertions_default = ini_get('zend.assertions');
    150 $assert_active_default = assert_options(ASSERT_ACTIVE);
    151
    152 // Test behavior when assertions are not enabled.
    153 ini_set('zend.assertions', 0);
    154 assert_options(ASSERT_ACTIVE, 0);
  • closed

  • Please register or sign in to reply
    Loading