ViewsRelationship.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Drupal\views\AnnotationFile
core/modules/views/src/Annotation/ViewsRelationship.phpView 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
Name | Description |
---|---|
ViewsRelationship | Defines a Plugin annotation object for views relationship handlers. |