Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / node / src / Plugin / views / wizard / Node.php
index f06855db869e0494445e878825a9c00b16c5ce0f..c9929c51f4adfa7f8ce96bd5c06bc684d3747daf 100644 (file)
@@ -27,20 +27,6 @@ class Node extends WizardPluginBase {
    */
   protected $createdColumn = 'node_field_data-created';
 
-  /**
-   * Set default values for the filters.
-   */
-  protected $filters = [
-    'status' => [
-      'value' => TRUE,
-      'table' => 'node_field_data',
-      'field' => 'status',
-      'plugin_id' => 'boolean',
-      'entity_type' => 'node',
-      'entity_field' => 'status',
-    ]
-  ];
-
   /**
    * Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::getAvailableSorts().
    *