Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / media / src / Plugin / views / wizard / Media.php
index eb457015dc61e9421546f4148c7378ec0e23472d..30a7ad632381cbbdc2befe17d492fc3211465b23 100644 (file)
@@ -22,22 +22,6 @@ class Media extends WizardPluginBase {
    */
   protected $createdColumn = 'media_field_data-created';
 
-  /**
-   * Set default values for the filters.
-   *
-   * @var array
-   */
-  protected $filters = [
-    'status' => [
-      'value' => '1',
-      'table' => 'media_field_data',
-      'field' => 'status',
-      'plugin_id' => 'boolean',
-      'entity_type' => 'media',
-      'entity_field' => 'status',
-    ],
-  ];
-
   /**
    * {@inheritdoc}
    */