- Issue created by @larowlan
- Status changed to Active
11 months ago 12:08am 15 February 2024 - First commit to issue fork.
- Merge request !6855Convert ViewsExposedForm and ViewsPluginAnnotationBase plugin discovery to attributes → (Closed) created by el7cosmos
- Status changed to Needs review
11 months ago 3:18pm 1 March 2024 - Status changed to Needs work
11 months ago 3:34pm 1 March 2024 - Status changed to Needs review
11 months ago 5:44pm 1 March 2024 - 🇮🇩Indonesia el7cosmos 🇮🇩 GMT+7
sorry, wrong issue, this was meant for https://www.drupal.org/project/drupal/issues/3421010 📌 Convert ViewsArgumentValidator plugin discovery to attributes Active
- Status changed to Active
11 months ago 5:46pm 1 March 2024 - Merge request !6861Convert ViewsExposedForm and ViewsPluginAnnotationBase plugin discovery to attributes → (Open) created by el7cosmos
- Status changed to Needs review
11 months ago 5:46am 2 March 2024 - Status changed to RTBC
11 months ago 6:49pm 2 March 2024 - 🇺🇸United States smustgrave
Seems all feedback has been addressed
Searching for @ViewsExposedForm and all 2 instances have been replaced.
- Status changed to Needs work
11 months ago 9:51am 4 March 2024 - First commit to issue fork.
- Status changed to Needs review
11 months ago 12:10pm 5 March 2024 - Status changed to Needs work
11 months ago 3:14pm 5 March 2024 - Status changed to Needs review
11 months ago 3:39pm 5 March 2024 - Status changed to RTBC
11 months ago 6:25pm 5 March 2024 - Status changed to Needs work
10 months ago 10:10am 8 March 2024 - Status changed to Needs review
10 months ago 10:40am 8 March 2024 - Status changed to RTBC
10 months ago 1:51pm 12 March 2024 - Status changed to Fixed
10 months ago 11:36am 13 March 2024 - 🇬🇧United Kingdom alexpott 🇪🇺🌍
Committed and pushed 4586e9fc62 to 11.x and 5d7c6f182a to 10.3.x. Thanks!
diff --git a/core/modules/views/src/Attribute/ViewsExposedForm.php b/core/modules/views/src/Attribute/ViewsExposedForm.php index 1fca4a2f60..6f9be79da8 100644 --- a/core/modules/views/src/Attribute/ViewsExposedForm.php +++ b/core/modules/views/src/Attribute/ViewsExposedForm.php @@ -28,19 +28,21 @@ class ViewsExposedForm extends Plugin { * @param \Drupal\Core\StringTranslation\TranslatableMarkup|null $short_title * (optional) The short title used in the views UI. * @param \Drupal\Core\StringTranslation\TranslatableMarkup|null $help - * A short help string; this is displayed in the views UI. + * (optional) A short help string; this is displayed in the views UI. * @param string[]|null $display_types - * The types of the display this plugin can be used with. + * (optional) The types of the display this plugin can be used with. * For example the Feed display defines the type 'feed', so only rss style * and row plugins can be used in the views UI. * @param string[] $base - * The base tables on which this exposed form plugin can be used. + * (optional) The base tables on which this exposed form plugin can be used. * If no base table is specified the plugin can be used with all tables. * @param bool $no_ui - * Whether the plugin should be not selectable in the UI. + * (optional) Whether the plugin should be not selectable in the UI. * If it's set to TRUE, you can still use it via the API in config files. + * Defaults to FALSE. * @param bool $register_theme - * (optional) Whether or not to register a theme function automatically. Defaults to TRUE. + * (optional) Whether to register a theme function automatically. Defaults + * to TRUE. * @param class-string|null $deriver * (optional) The deriver class. */
Did some docs improvements on commit.
-
alexpott →
committed 5d7c6f18 on 10.3.x
Issue #3421008 by el7cosmos, sorlov, smustgrave, larowlan, alexpott,...
-
alexpott →
committed 5d7c6f18 on 10.3.x
-
alexpott →
committed 4586e9fc on 11.x
Issue #3421008 by el7cosmos, sorlov, smustgrave, larowlan, alexpott,...
-
alexpott →
committed 4586e9fc on 11.x
Automatically closed - issue fixed for 2 weeks with no activity.