Same filename in this branch
  1. 10 core/modules/views/src/Annotation/ViewsRelationship.php
  2. 10 core/modules/views/src/Attribute/ViewsRelationship.php
Same filename and directory in other branches
  1. 8.9.x core/modules/views/src/Annotation/ViewsRelationship.php
  2. 9 core/modules/views/src/Annotation/ViewsRelationship.php

Namespace

Drupal\views\Annotation

File

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

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.