ViewsOperations |
class |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Defines a class for altering views queries. |
ViewsOperations.php |
file |
core/modules/workspaces/src/Hook/ViewsOperations.php |
|
ViewsOperations::$adjustedTables |
property |
core/modules/workspaces/src/Hook/ViewsOperations.php |
An array of tables adjusted for workspace_association join. |
ViewsOperations::alterQueryForEntityType |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Alters the entity type tables for a Views query. |
ViewsOperations::ensureRevisionTable |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Adds the revision table of an entity type to a query object. |
ViewsOperations::ensureWorkspaceAssociationTable |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Adds the 'workspace_association' table to a views query. |
ViewsOperations::getRevisionTableJoin |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Fetches a join for a revision table using the workspace_association table. |
ViewsOperations::moveEntityTable |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Moves a 'workspace_association' table to appear before the given alias. |
ViewsOperations::viewsQueryAlter |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Implements hook_views_query_alter(). |
ViewsOperations::__construct |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
|
ViewsPager |
class |
core/modules/views/src/Attribute/ViewsPager.php |
Defines a views pager plugins type attribute for plugin discovery. |
ViewsPager |
class |
core/modules/views/src/Annotation/ViewsPager.php |
Defines a Plugin annotation object for views pager plugins. |
ViewsPager.php |
file |
core/modules/views/src/Annotation/ViewsPager.php |
|
ViewsPager.php |
file |
core/modules/views/src/Attribute/ViewsPager.php |
|
ViewsPager::$base |
property |
core/modules/views/src/Annotation/ViewsPager.php |
The base tables on which this pager plugin can be used. |
ViewsPager::$display_types |
property |
core/modules/views/src/Annotation/ViewsPager.php |
The types of the display this plugin can be used with. |
ViewsPager::$help |
property |
core/modules/views/src/Annotation/ViewsPager.php |
A short help string; this is displayed in the views UI. |
ViewsPager::$id |
property |
core/modules/views/src/Annotation/ViewsPager.php |
The plugin ID. |
ViewsPager::$no_ui |
property |
core/modules/views/src/Annotation/ViewsPager.php |
Whether the plugin should be not selectable in the UI. |
ViewsPager::$short_title |
property |
core/modules/views/src/Annotation/ViewsPager.php |
An optional short title used in the views UI. |
ViewsPager::$theme |
property |
core/modules/views/src/Annotation/ViewsPager.php |
The theme function used to render the pager's output. |
ViewsPager::$title |
property |
core/modules/views/src/Annotation/ViewsPager.php |
The plugin title used in the views UI. |
ViewsPager::__construct |
function |
core/modules/views/src/Attribute/ViewsPager.php |
Constructs a ViewsPager attribute. |
ViewsPluginAnnotationBase |
class |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
Defines an abstract base class for all views plugin annotations. |
ViewsPluginAnnotationBase.php |
file |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
|
ViewsPluginAnnotationBase::$register_theme |
property |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
Whether or not to register a theme function automatically. |
ViewsPluginInterface |
interface |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provides an interface for all views plugins. |
ViewsPluginInterface.php |
file |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
|
ViewsPluginInterface::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provide a form to edit options for this plugin. |
ViewsPluginInterface::destroy |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Clears a plugin. |
ViewsPluginInterface::filterByDefinedOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Filter out stored options depending on the defined options. |
ViewsPluginInterface::getAvailableGlobalTokens |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns an array of available token replacements. |
ViewsPluginInterface::getProvider |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the plugin provider. |
ViewsPluginInterface::globalTokenForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Adds elements for available core tokens to a form. |
ViewsPluginInterface::globalTokenReplace |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns a string with any core tokens replaced. |
ViewsPluginInterface::init |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Initialize the plugin. |
ViewsPluginInterface::pluginTitle |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Return the human readable name of the display. |
ViewsPluginInterface::preRenderAddFieldsetMarkup |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Moves form elements into fieldsets for presentation purposes. |
ViewsPluginInterface::preRenderFlattenData |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Flattens the structure of form elements. |
ViewsPluginInterface::query |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Add anything to the query that we might need to. |
ViewsPluginInterface::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Handle any special handling on the validate form. |
ViewsPluginInterface::summaryTitle |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the summary of the settings in the display. |
ViewsPluginInterface::themeFunctions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provide a full list of possible theme templates used by this style. |
ViewsPluginInterface::unpackOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Unpacks options over our existing defaults. |
ViewsPluginInterface::usesOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the usesOptions property. |
ViewsPluginInterface::validate |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Validate that the plugin is correct and can be saved. |
ViewsPluginInterface::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Validate the options form. |
ViewsPluginManager |
class |
core/modules/views/src/Plugin/ViewsPluginManager.php |
Plugin type manager for all views plugins. |
ViewsPluginManager.php |
file |
core/modules/views/src/Plugin/ViewsPluginManager.php |
|
ViewsPluginManager::__construct |
function |
core/modules/views/src/Plugin/ViewsPluginManager.php |
Constructs a ViewsPluginManager object. |