You are here

ViewsRelationship.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/views/src/Annotation/ViewsRelationship.php

File

core/modules/views/src/Annotation/ViewsRelationship.php
View source
<?php

/**
 * @file
 * Contains \Drupal\views\Annotation\ViewsRelationship.
 */
namespace Drupal\views\Annotation;


/**
 * Defines a Plugin annotation object for views relationship handlers.
 *
 * @see \Drupal\views\Plugin\views\relationship\RelationshipPluginBase
 *
 * @ingroup views_relationship_handlers
 *
 * @Annotation
 */
class ViewsRelationship extends ViewsHandlerAnnotationBase {

}

Classes

Namesort descending Description
ViewsRelationship Defines a Plugin annotation object for views relationship handlers.