Skip to content
Snippets Groups Projects

Issue #3355989: Support UI limit from Display Suite

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
184 184 $field_output = $this->getFieldOutput($items, $langcode);
185 185 // Take the element children from the field output and return them.
186 186 $children = Element::children($field_output);
187
188 // Support DS UI limit option.
189 if ($this->moduleHandler->moduleExists('ds')) {
Please register or sign in to reply
Loading