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