You are here

Classes, traits, and interfaces in Views (for Drupal 7) 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Access class Views\node\Plugin\views\filter lib/Views/node/Plugin/views/filter/Access.php Filter by node_access records.
AccesslogPath class Views\statistics\Plugin\views\field lib/Views/statistics/Plugin/views/field/AccesslogPath.php Field handler to provide simple renderer that turns a URL into a clickable link.
AccessPermissionTest class Drupal\views\Tests\User lib/Drupal/views/Tests/User/AccessPermissionTest.php Tests views perm access plugin.
AccessPluginBase abstract class Drupal\views\Plugin\views\access lib/Drupal/views/Plugin/views/access/AccessPluginBase.php The base plugin to handle access control. 5 4
AccessRoleTest class Drupal\views\Tests\User lib/Drupal/views/Tests/User/AccessRoleTest.php Tests views role access plugin.
AccessTest class Drupal\views\Tests\Plugin lib/Drupal/views/Tests/Plugin/AccessTest.php Basic test for pluggable access.
AccessTestBase abstract class Drupal\views\Tests\User lib/Drupal/views/Tests/User/AccessTestBase.php A common test base class for the user access plugin tests. 2
Analyzer class Drupal\views lib/Drupal/views/Analyzer.php This tool is a small plugin manager to perform analysis on a view and report results to the user. This tool is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself… 3
AnalyzeTest class Drupal\views\Tests lib/Drupal/views/Tests/AnalyzeTest.php Tests the views analyze system.
ApiDataTest class Drupal\views\Tests\Field lib/Drupal/views/Tests/Field/ApiDataTest.php Test the produced views_data.
AreaPluginBase abstract class Drupal\views\Plugin\views\area lib/Drupal/views/Plugin/views/area/AreaPluginBase.php Base class for area handlers. 6 1
AreaTest class Drupal\views\Tests\Handler lib/Drupal/views/Tests/Handler/AreaTest.php Tests the abstract area handler.
AreaTextTest class Drupal\views\Tests\Handler lib/Drupal/views/Tests/Handler/AreaTextTest.php Tests the text area handler.
ArgumentDefaultPluginBase abstract class Drupal\views\Plugin\views\argument_default lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The fixed argument default handler; also used as the base. 8 5
ArgumentDefaultTest class Drupal\views\Tests\User lib/Drupal/views/Tests/User/ArgumentDefaultTest.php Tests views user argument default plugin.
ArgumentDefaultTest class Drupal\views\Tests\Plugin lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php Basic test for pluggable argument default.
ArgumentDefaultTest class Drupal\views_test_data\Plugin\views\argument_default tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/argument_default/ArgumentDefaultTest.php Defines a argument default test plugin. 1
ArgumentLanguage class Drupal\views\Tests\Language lib/Drupal/views/Tests/Language/ArgumentLanguage.php Tests the argument language handler.
ArgumentNullTest class Drupal\views\Tests\Handler lib/Drupal/views/Tests/Handler/ArgumentNullTest.php Tests the core Drupal\views\Plugin\views\argument\Null handler.
ArgumentPluginBase abstract class Drupal\views\Plugin\views\argument lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php Base class for arguments. 13 5
ArgumentStringTest class Drupal\views\Tests\Handler lib/Drupal/views/Tests/Handler/ArgumentStringTest.php Tests the core Drupal\views\Plugin\views\argument\String handler.
ArgumentUserUIDTest class Drupal\views\Tests\Comment lib/Drupal/views/Tests/Comment/ArgumentUserUIDTest.php Tests the argument_comment_user_uid handler.
ArgumentValidateTest class Drupal\views\Tests\User lib/Drupal/views/Tests/User/ArgumentValidateTest.php Tests views user argument argument handler.
ArgumentValidatorPluginBase abstract class Drupal\views\Plugin\views\argument_validator lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Base argument validator plugin to provide basic functionality. 6 3
ArgumentValidatorTest class Drupal\views\Tests\Plugin lib/Drupal/views/Tests/Plugin/ArgumentValidatorTest.php Tests Views argument validators.
Attachment class Drupal\views\Plugin\views\display lib/Drupal/views/Plugin/views/display/Attachment.php The plugin that handles an attachment display.
Basic class Drupal\views\Plugin\views\exposed_form lib/Drupal/views/Plugin/views/exposed_form/Basic.php Exposed form plugin that provides a basic exposed form.
BasicTest class Drupal\views\Tests lib/Drupal/views/Tests/BasicTest.php Basic test class for Views query builder tests.
BasicTest class Drupal\views\Tests\Wizard lib/Drupal/views/Tests/Wizard/BasicTest.php Tests creating views with the wizard and viewing them on the listing page.
Block class Views\block\Plugin\views\display lib/Views/block/Plugin/views/display/Block.php The plugin that handles a block.
Boolean class Drupal\views\Plugin\views\field lib/Drupal/views/Plugin/views/field/Boolean.php A handler to provide proper displays for booleans.
BooleanOperator class Drupal\views\Plugin\views\filter lib/Drupal/views/Plugin/views/filter/BooleanOperator.php Simple filter to handle matching of boolean values 2 1
BooleanOperatorString class Drupal\views\Plugin\views\filter lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php Simple filter to handle matching of boolean values.
Broken class Drupal\views\Plugin\views\area lib/Drupal/views/Plugin/views/area/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\relationship lib/Drupal/views/Plugin/views/relationship/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\field lib/Drupal/views/Plugin/views/field/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\sort lib/Drupal/views/Plugin/views/sort/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\argument lib/Drupal/views/Plugin/views/argument/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\filter lib/Drupal/views/Plugin/views/filter/Broken.php A special handler to take the place of missing or broken handlers.
CachePluginBase abstract class Drupal\views\Plugin\views\cache lib/Drupal/views/Plugin/views/cache/CachePluginBase.php The base plugin to handle caching. 2
CacheTest class Drupal\views\Tests\Plugin lib/Drupal/views/Tests/Plugin/CacheTest.php Basic test for pluggable caching.
Category class Views\aggregator\Plugin\views\field lib/Views/aggregator/Plugin/views/field/Category.php Field handler to provide simple renderer that allows linking to aggregator category.
CategoryCid class Views\aggregator\Plugin\views\filter lib/Views/aggregator/Plugin/views/filter/CategoryCid.php Filter by aggregator category cid
CategoryCid class Views\aggregator\Plugin\views\argument lib/Views/aggregator/Plugin/views/argument/CategoryCid.php Argument handler to accept an aggregator category id.
Combine class Drupal\views\Plugin\views\filter lib/Drupal/views/Plugin/views/filter/Combine.php Filter handler which allows to search on multiple fields.
Comment class Views\comment\Plugin\views\wizard lib/Views/comment/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
Comment class Views\comment\Plugin\views\field lib/Views/comment/Plugin/views/field/Comment.php Field handler to allow linking to a comment.
CommentTestBase abstract class Drupal\views\Tests\Comment lib/Drupal/views/Tests/Comment/CommentTestBase.php Tests the argument_comment_user_uid handler. 2
ContactLink class Views\contact\Plugin\views\field lib/Views/contact/Plugin/views/field/ContactLink.php A field that links to the user contact page, if access is permitted.
ContextualLinks class Drupal\views\Plugin\views\field lib/Drupal/views/Plugin/views/field/ContextualLinks.php Provides a handler that adds contextual links.

Pages

Other projects