Skip to content
Snippets Groups Projects
Verified Commit ac1bdc79 authored by Dave Long's avatar Dave Long
Browse files

Issue #3451603 by Artusamak: Typo in Views default argument User plugin

(cherry picked from commit abbe5db1)
parent 282aed13
No related branches found
No related tags found
5 merge requests!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #194007 passed with warnings
Pipeline: drupal

#194019

    Pipeline: drupal

    #194012

      ......@@ -18,7 +18,7 @@
      */
      #[ViewsArgumentDefault(
      id: 'user',
      title: new TranslatableMarkup('User ID from route context"'),
      title: new TranslatableMarkup('User ID from route context'),
      )]
      class User extends ArgumentDefaultPluginBase implements CacheableDependencyInterface {
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment