<?php

/**
 * @file
 * Contains the media browser tab display plugin.
 */

/**
 * Display plugin to provide a view as a tab in the media browser.
 *
 * This is currently just a stub--there's nothing special we need to set up for
 * rendering a view as a tab in the media browser. It would be possible to
 * provide a special method that returns the plugin info for
 * media_media_browser_plugin_info() and the render array for
 * media_media_browser_plugin_view().
 *
 * @ingroup views_display_plugins
 */
class media_views_plugin_display_media_browser extends views_plugin_display {
}
