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

Breadcrumb

  1. Drupal Core 11.1.x

ViewsJoin.php

Same filename in this branch
  1. 11.1.x core/modules/views/src/Annotation/ViewsJoin.php

Namespace

Drupal\views\Attribute

File

core/modules/views/src/Attribute/ViewsJoin.php

View source
<?php

namespace Drupal\views\Attribute;

use Drupal\Component\Plugin\Attribute\PluginID;

/**
 * Defines a Plugin attribute object for views join plugins.
 *
 * @see \Drupal\views\Plugin\views\join\JoinPluginBase
 *
 * @ingroup views_join_handlers
 */
class ViewsJoin extends PluginID {

}

Classes

Title Deprecated Summary
ViewsJoin Defines a Plugin attribute object for views join plugins.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal