ViewsRelationship.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\views\AttributeFile
-
core/
modules/ views/ src/ Attribute/ ViewsRelationship.php
View source
<?php
declare (strict_types=1);
namespace Drupal\views\Attribute;
use Drupal\Component\Plugin\Attribute\PluginID;
/**
* Defines a Plugin attribute class for views relationship handlers.
*
* @see \Drupal\views\Plugin\views\relationship\RelationshipPluginBase
*
* @ingroup views_relationship_handlers
*/
class ViewsRelationship extends PluginID {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ViewsRelationship | Defines a Plugin attribute class for views relationship handlers. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.