Skip to content
Snippets Groups Projects

Issue#3430449: Adding D11 support and fixing the deprecations.

Closes #3430449

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
76 76 */
77 public function listFeeds($feed_type = '', array $options = [
78 'limit' => 0,
79 'enabled' => FALSE,
80 'disabled' => FALSE,
81 'format' => 'table',
82 ]) {
77 public function listFeeds(
78 $feed_type = '',
79 // phpcs:ignore Drupal.Functions.MultiLineFunctionDeclaration.MissingTrailingComma
80 array $options = [
81 'limit' => 0,
82 'enabled' => FALSE,
83 'disabled' => FALSE,
84 'format' => 'table',
85 ]
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading