Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / comment / src / Plugin / views / wizard / Comment.php
index 61d92c591ab5ba4b4f1c6ecf057328d9d1c7bc9f..7cc5c632cc05b0ae1d3b8b335b444978e9ba96c3 100644 (file)
@@ -21,6 +21,8 @@ class Comment extends WizardPluginBase {
 
   /**
    * Set the created column.
+   *
+   * @var string
    */
   protected $createdColumn = 'created';
 
@@ -28,14 +30,6 @@ class Comment extends WizardPluginBase {
    * Set default values for the filters.
    */
   protected $filters = [
-    'status' => [
-      'value' => TRUE,
-      'table' => 'comment_field_data',
-      'field' => 'status',
-      'plugin_id' => 'boolean',
-      'entity_type' => 'comment',
-      'entity_field' => 'status',
-    ],
     'status_node' => [
       'value' => TRUE,
       'table' => 'node_field_data',