Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ViewsRelationship.php

Same filename in this branch
  1. 11.1.x core/modules/views/src/Attribute/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

Title Deprecated Summary
ViewsRelationship Defines a Plugin annotation object for views relationship handlers.
RSS feed
Powered by Drupal