You are here

ViewsEmbed.php in Search API 8

File

src/Plugin/search_api/display/ViewsEmbed.php
View source
<?php

namespace Drupal\search_api\Plugin\search_api\display;


/**
 * Represents a Views embed display.
 *
 * @SearchApiDisplay(
 *   id = "views_embed",
 *   views_display_type = "embed",
 *   deriver = "Drupal\search_api\Plugin\search_api\display\ViewsDisplayDeriver"
 * )
 */
class ViewsEmbed extends ViewsDisplayBase {

}

Classes

Namesort descending Description
ViewsEmbed Represents a Views embed display.