diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsAccess.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsAccess.php index b66db46..6917904 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsAccess.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsAccess.php @@ -53,7 +53,7 @@ class ViewsAccess extends ViewsPluginAnnotationBase { public $help = ''; /** - * The type of the display this plugin can be used with. + * 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. @@ -72,7 +72,7 @@ class ViewsAccess extends ViewsPluginAnnotationBase { public $base; /** - * Should the plugin be not selectable in the ui. + * Whether the plugin should be not selectable in the UI. * * If set to TRUE, you can still use it via the API in config files. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsArgumentDefault.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsArgumentDefault.php index df2a665..2910a58 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsArgumentDefault.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsArgumentDefault.php @@ -44,7 +44,7 @@ class ViewsArgumentDefault extends ViewsPluginAnnotationBase { public $short_title = ''; /** - * Should the plugin be not selectable in the ui. + * 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. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsArgumentValidator.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsArgumentValidator.php index 96d405d..ae2d3f2 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsArgumentValidator.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsArgumentValidator.php @@ -44,7 +44,7 @@ class ViewsArgumentValidator extends ViewsPluginAnnotationBase { public $short_title = ''; /** - * Should the plugin be not selectable in the ui. + * 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. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsCache.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsCache.php index f66d9c6..d092942 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsCache.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsCache.php @@ -53,7 +53,7 @@ class ViewsCache extends ViewsPluginAnnotationBase { public $help = ''; /** - * The type of the display this plugin can be used with. + * 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. @@ -72,7 +72,7 @@ class ViewsCache extends ViewsPluginAnnotationBase { public $base; /** - * Should the plugin be not selectable in the ui. + * 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. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsDisplay.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsDisplay.php index bda5109..fc6652e 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsDisplay.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsDisplay.php @@ -121,7 +121,7 @@ class ViewsDisplay extends ViewsPluginAnnotationBase { public $theme; /** - * Should the plugin be not selectable in the ui. + * 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. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsExposedForm.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsExposedForm.php index a5a8564..fd9376b 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsExposedForm.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsExposedForm.php @@ -53,7 +53,7 @@ class ViewsExposedForm extends ViewsPluginAnnotationBase { public $help = ''; /** - * The type of the display this plugin can be used with. + * 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. @@ -72,7 +72,7 @@ class ViewsExposedForm extends ViewsPluginAnnotationBase { public $base; /** - * Should the plugin be not selectable in the ui. + * 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. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsPager.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsPager.php index 3c5df31..2466a57 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsPager.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsPager.php @@ -60,7 +60,7 @@ class ViewsPager extends ViewsPluginAnnotationBase { public $theme; /** - * The type of the display this plugin can be used with. + * 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. @@ -79,7 +79,7 @@ class ViewsPager extends ViewsPluginAnnotationBase { public $base; /** - * Should the plugin be not selectable in the ui. + * 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. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsQuery.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsQuery.php index 3ce0570..5be9806 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsQuery.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsQuery.php @@ -53,7 +53,7 @@ class ViewsQuery extends ViewsPluginAnnotationBase { public $help = ''; /** - * Should the plugin be not selectable in the ui. + * 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. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsRow.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsRow.php index ca68b65..43d8eeb 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsRow.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsRow.php @@ -67,7 +67,7 @@ class ViewsRow extends ViewsPluginAnnotationBase { public $base; /** - * The type of the display this plugin can be used with. + * 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. @@ -77,7 +77,7 @@ class ViewsRow extends ViewsPluginAnnotationBase { public $display_types; /** - * Should the plugin be not selectable in the ui. + * 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. * diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsStyle.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsStyle.php index 1991372..386f36e 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsStyle.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsStyle.php @@ -60,7 +60,7 @@ class ViewsStyle extends ViewsPluginAnnotationBase { public $theme; /** - * The type of the display this plugin can be used with. + * 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. @@ -79,7 +79,7 @@ class ViewsStyle extends ViewsPluginAnnotationBase { public $base; /** - * Should the plugin be not selectable in the ui. + * 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. *