281 classes are annotated with Plugin

Access in drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Access.php
Filter by node_access records.
Apple in drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Apple.php
Plugin annotation @Plugin( id = "apple", label = "Apple", color = "green" )
ArgumentDefaultTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/argument_default/ArgumentDefaultTest.php
Defines a argument default test plugin.
Attachment in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php
The plugin that handles an attachment display.
Banana in drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Banana.php
Plugin annotation @Plugin( id = "banana", label = "Banana", color = "yellow", uses = { "bread" = @Translation("Banana bread") } )
Basic in drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/Basic.php
Exposed form plugin that provides a basic exposed form.
Block in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
The plugin that handles a block.
Boolean in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Boolean.php
A handler to provide proper displays for booleans.
BooleanOperator in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php
Simple filter to handle matching of boolean values
BooleanOperatorString in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php
Simple filter to handle matching of boolean values.
Breakpoint in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php
Defines the Breakpoint entity.
BreakpointGroup in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php
Defines the BreakpointGroup entity.
Broken in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php
A special handler to take the place of missing or broken handlers.
Broken in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Broken.php
A special handler to take the place of missing or broken handlers.
Broken in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Broken.php
A special handler to take the place of missing or broken handlers.
Broken in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Broken.php
A special handler to take the place of missing or broken handlers.
Broken in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Broken.php
A special handler to take the place of missing or broken handlers.
Broken in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Broken.php
A special handler to take the place of missing or broken handlers.
BulkForm in drupal/core/modules/action/lib/Drupal/action/Plugin/views/field/BulkForm.php
Defines a simple bulk operation form element.
BundleKeyTestEntity in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleKeyTestEntity.php
Test entity class.
BundleTestEntity in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleTestEntity.php
Test entity class.
CacheableTestEntity in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/CacheableTestEntity.php
Test entity class.
Category in drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Category.php
Defines the contact category entity.
Cherry in drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Cherry.php
Plugin annotation @Plugin( id = "cherry", label = "Cherry", color = "red" )
Combine in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Combine.php
Filter handler which allows to search on multiple fields.
Comment in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php
Field handler to allow linking to a comment.
Comment in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php
Tests creating comment views with the wizard.
Comment in drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php
Defines the comment entity class.
CommentRow in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php
Plugin which performs a comment_view on the resulting object.
ConfigTest in drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigTest.php
Defines the ConfigTest configuration entity.
ContextualLinks in drupal/core/modules/contextual/lib/Drupal/contextual/Plugin/views/field/ContextualLinks.php
Provides a handler that adds contextual links.
Counter in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Counter.php
Field handler to show a counter of the current row.
CreatedDay in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedDay.php
Argument handler for a day (DD)
CreatedFullDate in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedFullDate.php
Argument handler for a full date (CCYYMMDD)
CreatedMonth in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedMonth.php
Argument handler for a month (MM)
CreatedWeek in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedWeek.php
Argument handler for a week.
CreatedYear in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedYear.php
Argument handler for a year (CCYY)
CreatedYearMonth in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedYearMonth.php
Argument handler for a year plus month (CCYYMM)
Current in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Current.php
Filter handler for the current user.
CurrentUser in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_default/CurrentUser.php
Default argument plugin to extract the global $user
Custom in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Custom.php
A handler to provide a field that is completely custom by the administrator.
Date in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Date.php
A handler to provide proper displays for dates.
Date in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.php
Abstract argument handler for dates.
Date in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Date.php
Basic sort handler for dates.
Date in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Date.php
Filter to handle dates stored as a timestamp.
DBLogResource in drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/DBLogResource.php
Provides a resource for database watchdog log entries.
DefaultDisplay in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DefaultDisplay.php
A plugin to handle defaults on a view.
DefaultDisplayExtender in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php
@todo
DefaultFetcher in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/fetcher/DefaultFetcher.php
Defines a default fetcher implementation.
DefaultStyle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultStyle.php
Unformatted style plugin to render rows one after another with no decorations.
DefaultSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultSummary.php
The default style plugin for summaries.
Depth in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Depth.php
Field handler to display the depth of a comment.
Display in drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php
Defines the display entity.
DisplayExtenderTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest.php
Defines a display extender test plugin.
DisplayExtenderTest2 in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest2.php
Defines another display extender test plugin.
DisplayNoAreaTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayNoAreaTest.php
Defines a Display test plugin with areas disabled.
DisplayTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php
Defines a Display test plugin.
DynamicTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/access/DynamicTest.php
Tests a dynamic access plugin.
EmailDefaultWidget in drupal/core/modules/field/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php
Plugin implementation of the 'email_default' widget.
Embed in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Embed.php
The plugin that handles an embed display.
EntityCacheTest in drupal/core/modules/system/tests/modules/entity_cache_test_dependency/lib/Drupal/entity_cache_test_dependency/Plugin/Core/Entity/EntityCacheTest.php
Defines the EntityCacheTest class.
EntityResource in drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php
Represents entities as resources.
EntityReverse in drupal/core/modules/field/lib/Drupal/field/Plugin/views/relationship/EntityReverse.php
A relationship handlers which reverse entity references.
EntityTest in drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php
Defines the test entity class.
Equality in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Equality.php
Simple filter to handle equal to / not equal to filters
Extension in drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/Extension.php
Returns a pure file extension of the file, for example 'module'.
Feed in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php
The plugin that handles a feed, such as RSS or atom.
Fid in drupal/core/modules/file/lib/Drupal/file/Plugin/views/argument/Fid.php
Argument handler to accept multiple file ids.
Field in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
A field that displays fieldapi fields.
FieldList in drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php
Argument handler for list field to show the human readable name in the summary.
FieldList in drupal/core/modules/field/lib/Drupal/field/Plugin/views/filter/FieldList.php
Filter handler which uses list-fields as options.
Fields in drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php
The basic 'fields' row plugin
FieldTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php
Plugin annotation @Plugin( id = "test_field", title = @Translation("Test field plugin"), help = @Translation("Provides a generic field test plugin.") )
File in drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/File.php
Field handler to provide simple renderer that allows linking to a file.
File in drupal/core/modules/file/lib/Drupal/file/Plugin/views/wizard/File.php
Tests creating managed files views with the wizard.
File in drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php
Defines the file entity class.
FileMime in drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/FileMime.php
Field handler to add rendering MIME type images as an option on the filemime field.
FileSize in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FileSize.php
Render a numeric value as a size.
FileWidget in drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php
Plugin implementation of the 'file_generic' widget.
FilterTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/filter/FilterTest.php
Plugin annotation @Plugin( id = "test_filter", title = @Translation("Test filter plugin"), help = @Translation("Provides a generic filter test plugin."), base = "node", type = "type" )
Fixed in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Fixed.php
The fixed argument default handler.
Formula in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Formula.php
Abstract argument handler for simple formulae.
Full in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php
The plugin to handle full pager.
GenericFileFormatter in drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/GenericFileFormatter.php
Plugin implementation of the 'file_default' formatter.
Grid in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Grid.php
Style plugin to render each item in a grid cell.
GroupByNumeric in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php
Simple handler for arguments using group by.
GroupByNumeric in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php
Handler for GROUP BY on simple numeric fields.
GroupByNumeric in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php
Simple filter to handle greater than/less than filters
GroupwiseMax in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php
Relationship handler that allows a groupwise maximum of the linked in table. For a definition, see: http://dev.mysql.com/doc/refman/5.0/en/example-maximum-column-group-row.... In lay terms, instead of joining to get all matching records in the…
HistoryUserTimestamp in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/HistoryUserTimestamp.php
Field handler to display the marker for new content.
HistoryUserTimestamp in drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/HistoryUserTimestamp.php
Filter for new content.
HtmlList in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/HtmlList.php
Style plugin to render each item in an ordered or unordered list.
ImageFormatter in drupal/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php
Plugin implementation of the 'image' formatter.
ImageStyle in drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php
Defines an image style configuration entity.
ImageWidget in drupal/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php
Plugin implementation of the 'image_image' widget.
IndexTid in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTid.php
Allow taxonomy term ID(s) as argument.
IndexTidDepth in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepth.php
Argument handler for taxonomy terms with depth.
IndexTidDepthModifier in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php
Argument handler for to modify depth for a previous term.
InOperator in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php
Simple filter to handle matching of multiple options selectable via checkboxes
InputRequired in drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php
Exposed form plugin that provides an exposed form with required input.
JoinTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/join/JoinTest.php
Defines a join test plugin.
LabelCallbackTestEntity in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/LabelCallbackTestEntity.php
Test entity class.
LabelTestEntity in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/LabelTestEntity.php
Test entity class.
Language in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Language.php
Field handler to translate a language into its readable form.
Language in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Language.php
Views field handler for user language.
Language in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/Language.php
Field handler to show the language of a taxonomy term.
LanguageArgument in drupal/core/modules/language/lib/Drupal/language/Plugin/views/argument/LanguageArgument.php
Defines an argument handler to accept a language.
LanguageField in drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php
Defines a field handler to translate a language into its readable form.
LanguageFilter in drupal/core/modules/language/lib/Drupal/language/Plugin/views/filter/LanguageFilter.php
Provides filtering by language.
LastTimestamp in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LastTimestamp.php
Field handler to display the timestamp of a comment with the count of comments.
Link in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php
Field handler to present a link to the node.
Link in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Link.php
Field handler to present a link to the user.
Link in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Link.php
Base field handler to present a link.
LinkApprove in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkApprove.php
Provides a comment approve link.
LinkCancel in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/LinkCancel.php
Field handler to present a link to user cancel.
LinkDelete in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/LinkDelete.php
Field handler to present a link to delete a node.
LinkDelete in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkDelete.php
Field handler to present a link to delete a node.
LinkEdit in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/LinkEdit.php
Field handler to present a link node edit.
LinkEdit in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/LinkEdit.php
Field handler to present a link to user edit.
LinkEdit in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/LinkEdit.php
Field handler to present a term edit link.
LinkEdit in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkEdit.php
Field handler to present a link node edit.
LinkReply in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkReply.php
Field handler to present a link to delete a node.
ListString in drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php
Argument handler for list field to show the human readable name in the summary.
MachineName in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/MachineName.php
Field handler whichs allows to show machine name content as human name.
Mail in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Mail.php
Field handler to provide acess control for the email field.
MailToFormatter in drupal/core/modules/field/modules/email/lib/Drupal/email/Plugin/field/formatter/MailToFormatter.php
Plugin implementation of the 'email_mailto' formatter.
ManyToOne in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.php
An argument handler for use in fields that have a many to one relationship with the table(s) to the left. This adds a bunch of options that are reasonably common with this type of relationship. Definition terms:
ManyToOne in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php
Complex filter to handle filtering for many to one relationships, such as terms (many terms per node) or roles (many roles per user).
MappingTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/MappingTest.php
Provides a test plugin for the mapping style.
Markup in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Markup.php
A handler to run a field through check_markup, using a companion format field.
MenuHierarchy in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/MenuHierarchy.php
Sort in menu hierarchy order.
Mini in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Mini.php
The plugin to handle mini pager.
Name in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Name.php
Field handler to provide simple renderer that allows using a themed user link.
Name in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php
Filter handler for usernames.
NcsLastCommentName in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastCommentName.php
Field handler to present the name of the last comment poster.
NcsLastCommentName in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/NcsLastCommentName.php
Sort handler to sort by last comment name which might be in 2 different fields.
NcsLastUpdated in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastUpdated.php
Field handler to display the newer of last comment / node updated.
NcsLastUpdated in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/NcsLastUpdated.php
Sort handler for the newer of last comment / node updated.
NcsLastUpdated in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NcsLastUpdated.php
Filter handler for the newer of last comment / node updated.
Nid in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Nid.php
Argument handler to accept a node id.
Node in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Node.php
Field handler to provide simple renderer that allows linking to a node. Definition terms:
Node in drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php
Tests creating node views with the wizard.
Node in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php
Validate whether an argument is an acceptable node.
Node in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_default/Node.php
Default argument plugin to extract a node via menu_get_object
Node in drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php
Defines the node entity class.
NodeComment in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeComment.php
Display node comment status.
NodeComment in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NodeComment.php
Filter based on comment node status.
NodeLink in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeLink.php
Handler for showing comment module's node link.
NodeNewComments in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php
Field handler to display the number of new comments.
NodeRevision in drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/NodeRevision.php
Tests creating node revision views with the wizard.
NodeRow in drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/NodeRow.php
Plugin which performs a node_view on the resulting object.
NodeTermData in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/relationship/NodeTermData.php
Relationship handler to return the taxonomy terms of nodes.
NoLabelTestEntity in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/NoLabelTestEntity.php
Test entity class.
None in drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.php
Caching plugin that provides no caching at all.
None in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php
Plugin for views without pagers.
None in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/None.php
Do not validate the argument.
None in drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/None.php
Access plugin that provides no access control at all.
Null in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Null.php
Argument handler that ignores the argument.
NumberDecimalFormatter in drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberDecimalFormatter.php
Plugin implementation of the 'number_decimal' formatter.
NumberIntegerFormatter in drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberIntegerFormatter.php
Plugin implementation of the 'number_integer' formatter.
NumberUnformattedFormatter in drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberUnformattedFormatter.php
Plugin implementation of the 'number_unformatted' formatter.
NumberWidget in drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/widget/NumberWidget.php
Plugin implementation of the 'number' widget.
Numeric in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Numeric.php
Render a field as a numeric value
Numeric in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Numeric.php
Basic argument handler for arguments that are numeric. Incorporates break_phrase.
Numeric in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/Numeric.php
Validate whether an argument is numeric or not.
Numeric in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php
Simple filter to handle greater than/less than filters
Orange in drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Orange.php
Plugin annotation @Plugin( id = "orange", label = "Orange", color = "orange" )
Page in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php
The plugin that handles a full page.
Path in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Path.php
Field handler to present the path to the node.
Permission in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Permission.php
Access plugin that provides permission-based access control.
Permissions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php
Field handler to provide a list of permissions.
Permissions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Permissions.php
Filter handler for user roles.
Php in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/Php.php
Provide PHP code to validate whether or not an argument is ok.
Php in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Php.php
Default argument plugin to provide a PHP code block.
PictureFormatter in drupal/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php
Plugin for picture formatter.
PictureMapping in drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php
Defines the Picture entity.
PrerenderList in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/PrerenderList.php
Field handler to provide a list of items.
QueryTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php
Defines a query test plugin.
Random in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Random.php
Handle a random sort.
Raw in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Raw.php
Default argument plugin to use the raw value from the URL.
Result in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Result.php
Views area handler to display some configurable result summary.
Revision in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Revision.php
A basic node_revision handler.
RevisionLink in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLink.php
Field handler to present a link to a node revision.
RevisionLinkDelete in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkDelete.php
Field handler to present link to delete a node revision.
RevisionLinkRevert in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkRevert.php
Field handler to present a link to revert a node to a revision.
Role in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Role.php
Access plugin that provides role-based access control.
Roles in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php
Field handler to provide a list of roles.
Roles in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Roles.php
Filter handler for user roles.
RolesRid in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/RolesRid.php
Allow role ID(s) as argument.
RowTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/row/RowTest.php
Provides a general test row plugin.
Rss in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Rss.php
Default style plugin to render an RSS feed.
Rss in drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php
Plugin which performs a node_view on the resulting object and formats it as an RSS item.
Rss in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php
Plugin which formats the comments as RSS items.
RSSEnclosureFormatter in drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/RSSEnclosureFormatter.php
Plugin implementation of the 'file_rss_enclosure' formatter.
RssFields in drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php
Renders an RSS item based on fields.
Score in drupal/core/modules/search/lib/Drupal/search/Plugin/views/field/Score.php
Field handler to provide simple renderer that allows linking to a node.
Score in drupal/core/modules/search/lib/Drupal/search/Plugin/views/sort/Score.php
Field handler to provide simple renderer that allows linking to a node.
Search in drupal/core/modules/search/lib/Drupal/search/Plugin/views/argument/Search.php
Argument that accepts query keys for search.
Search in drupal/core/modules/search/lib/Drupal/search/Plugin/views/filter/Search.php
Field handler to provide simple renderer that allows linking to a node.
SearchRow in drupal/core/modules/search/lib/Drupal/search/Plugin/views/row/SearchRow.php
Plugin which performs a node_view on the resulting object.
Serialized in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Serialized.php
Field handler to show data of serialized fields.
Some in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php
Plugin for views without pagers.
Sql in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
@todo.
Standard in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Standard.php
Default implementation of the base relationship plugin.
Standard in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Standard.php
Default implementation of the base field plugin.
Standard in drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/Standard.php
Default implementation of the join plugin.
Standard in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Standard.php
Default implementation of the base argument plugin.
Standard in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/Standard.php
Plugin annotation @Plugin( id = "standard", derivative = "Drupal\views\Plugin\Type\DefaultWizardDeriver" )
Standard in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Standard.php
Default implementation of the base sort plugin.
Standard in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Standard.php
Default implementation of the base filter plugin.
StaticLayout in drupal/core/modules/layout/lib/Drupal/layout/Plugin/layout/layout/StaticLayout.php
Plugin annotation @Plugin( id = "static_layout", derivative = "Drupal\layout\Plugin\Derivative\Layout" )
StaticTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/access/StaticTest.php
Tests a static access plugin.
Status in drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Status.php
Filter by published status.
Status in drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/Status.php
Field handler to translate a node type into its readable form.
Status in drupal/core/modules/file/lib/Drupal/file/Plugin/views/filter/Status.php
Filter by file status.
String in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.php
Basic argument handler to implement string arguments that may have length limits.
String in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php
Basic textfield filter to handle string filtering commands including equality, like, not like, etc.
StyleTest in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php
Provides a general test style plugin.
Subquery in drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/Subquery.php
Join handler for relationships that join with a subquery as the left field. eg: LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid
Table in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php
Style plugin to render each item as a row in a table.
TableFormatter in drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/TableFormatter.php
Plugin implementation of the 'file_table' formatter.
Taxonomy in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/Taxonomy.php
Field handler to provide simple renderer that allows linking to a taxonomy term.
Taxonomy in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/Taxonomy.php
Argument handler for basic taxonomy tid.
TaxonomyAutocompleteWidget in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php
Plugin implementation of the 'taxonomy_autocomplete' widget.
TaxonomyIndexTid in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
Field handler to display all taxonomy terms of a node.
TaxonomyIndexTid in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php
Filter by term id.
TaxonomyIndexTidDepth in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php
Filter handler for taxonomy terms with depth.
TaxonomyTerm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/wizard/TaxonomyTerm.php
Tests creating taxonomy views with the wizard.
Term in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
Validate whether an argument is an acceptable node.
Term in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php
Defines the taxonomy term entity.
TestEntity in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php
Test entity class.
TestExample in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/area/TestExample.php
Test area plugin.
TestFieldDefaultFormatter in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php
Plugin implementation of the 'field_test_default' formatter.
TestFieldMultipleFormatter in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php
Plugin implementation of the 'field_test_multiple' formatter.
TestFieldPrepareViewFormatter in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php
Plugin implementation of the 'field_test_with_prepare_view' formatter.
TestFieldWidget in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php
Plugin implementation of the 'test_field_widget' widget.
TestFieldWidgetMultiple in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php
Plugin implementation of the 'test_field_widget_multiple' widget.
TestFieldWidgetNoDefault in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetNoDefault.php
Plugin implementation of the 'test_field_widget_no_default' widget.
Text in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Text.php
Views area text handler.
TextareaWidget in drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/widget/TextareaWidget.php
Plugin implementation of the 'text_textarea' widget.
TextareaWithSummaryWidget in drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/widget/TextareaWithSummaryWidget.php
Plugin implementation of the 'text_textarea_with_summary' widget.
TextCustom in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/TextCustom.php
Views area text handler.
TextDefaultFormatter in drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/formatter/TextDefaultFormatter.php
Plugin implementation of the 'text_default' formatter.
TextfieldWidget in drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/widget/TextfieldWidget.php
Plugin implementation of the 'text_textfield' widget.
TextPlainFormatter in drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/formatter/TextPlainFormatter.php
Plugin implementation of the 'text_plain' formatter.
TextSummaryOrTrimmedFormatter in drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/formatter/TextSummaryOrTrimmedFormatter.php
Plugin implementation of the 'text_summary_or_trimmed' formatter.
TextTrimmedFormatter in drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/formatter/TextTrimmedFormatter.php
Plugin implementation of the 'text_trimmed'' formatter.
Thread in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/Thread.php
Sort handler for ordering by thread.
Tid in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_default/Tid.php
Taxonomy tid default argument.
Time in drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/Time.php
Simple caching of query results for Views displays.
TimeInterval in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/TimeInterval.php
A handler to provide proper displays for time intervals.
Title in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Title.php
Views area title override handler.
Type in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Type.php
Field handler to translate a node type into its readable form.
Type in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Type.php
Argument handler to accept a node type.
Type in drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Type.php
Filter by node type.
Uid in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/Uid.php
Argument handler to accept a user id.
UidRevision in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/UidRevision.php
Filter handler to accept a user id to check for nodes that user posted or created a revision on.
UidRevision in drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/UidRevision.php
Filter handler to check for revisions a certain user has created.
UnboundDisplay in drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/UnboundDisplay.php
Defines the unbound_display entity.
UnformattedSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/UnformattedSummary.php
The default style plugin for summaries.
Uri in drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/Uri.php
Field handler to add rendering file paths as file URLs instead of as internal file URIs.
Url in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Url.php
Field handler to provide simple renderer that turns a URL into a clickable link.
UrlPlainFormatter in drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/UrlPlainFormatter.php
Plugin implementation of the 'file_url_plain' formatter.
User in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/User.php
Field handler to provide simple renderer that allows linking to a user.
User in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php
Validate whether an argument is a valid user.
User in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_default/User.php
Default argument plugin to extract a user via menu_get_object.
User in drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php
Defines the user entity class.
Username in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Username.php
Field handler to allow linking to a user account or homepage.
UserRow in drupal/core/modules/user/lib/Drupal/user/Plugin/views/row/UserRow.php
A row plugin which renders a user.
Users in drupal/core/modules/user/lib/Drupal/user/Plugin/views/wizard/Users.php
Tests creating user views with the wizard.
UserUid in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php
Argument handler to accept a user id to check for nodes that user posted or commented on.
UserUid in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/UserUid.php
Filter handler to accept a user id to check for nodes that user posted or commented on.
Vid in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Vid.php
Argument handler to accept a node revision id.
View in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/View.php
Views area handlers. Insert a view inside of an area.
View in drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php
Defines a View configuration entity class.
Vocabulary in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php
Defines the taxonomy vocabulary entity.
VocabularyMachineName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyMachineName.php
Argument handler to accept a vocabulary machine name.
VocabularyMachineName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyMachineName.php
Filter by vocabulary machine name.
VocabularyVid in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php
Argument handler to accept a vocabulary id.
VocabularyVid in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyVid.php
Filter by vocabulary id.
Xss in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Xss.php
A handler to run a field through simple XSS filtering.