Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
ViewEntityInterface::duplicateDisplayAsType function core/modules/views/src/ViewEntityInterface.php Duplicates an existing display into a new display type.
ViewEntityInterface::getDisplay function core/modules/views/src/ViewEntityInterface.php Retrieves a specific display's configuration by reference.
ViewEntityInterface::getExecutable function core/modules/views/src/ViewEntityInterface.php Gets an executable instance for this view.
ViewEntityInterface::mergeDefaultDisplaysOptions function core/modules/views/src/ViewEntityInterface.php Add defaults to the display options.
ViewsFormInterface interface core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php
ViewsFormInterface.php file core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php
ViewsFormInterface::getForm function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Creates a new instance of this form.
ViewsFormInterface::getFormKey function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Returns the key that represents this form.
ViewsFormInterface::getFormState function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Gets the form state for this form.
ViewsHandlerInterface interface core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Provides an interface for all views handlers.
ViewsHandlerInterface.php file core/modules/views/src/Plugin/views/ViewsHandlerInterface.php
ViewsHandlerInterface::access function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Check whether given user has access to this handler.
ViewsHandlerInterface::adminLabel function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Return a string representing this handler's name in the UI.
ViewsHandlerInterface::adminSummary function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Provide text for the administrative summary.
ViewsHandlerInterface::breakString function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Breaks x,y,z and x+y+z into an array.
ViewsHandlerInterface::broken function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Determines if the handler is considered 'broken'.
ViewsHandlerInterface::ensureMyTable function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Ensures that the main table for this handler is in the query.
ViewsHandlerInterface::getEntityType function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Determines the entity type used by this handler.
ViewsHandlerInterface::getField function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to get a handler's raw field value.
ViewsHandlerInterface::getJoin function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Get the join object that should be used for this handler.
ViewsHandlerInterface::getTableJoin function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Fetches a handler to join one table to a primary table from the data cache.
ViewsHandlerInterface::postExecute function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run after the view is executed, before the result is cached.
ViewsHandlerInterface::preQuery function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run before the view is built.
ViewsHandlerInterface::sanitizeValue function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Sanitize the value for output.
ViewsHandlerInterface::setRelationship function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Sets up any needed relationship.
ViewsHandlerInterface::showExposeForm function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to display the exposed options form.
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::create function core/modules/views/src/Plugin/views/ViewsPluginInterface.php
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.
VocabularyInterface interface core/modules/taxonomy/src/VocabularyInterface.php Provides an interface defining a taxonomy vocabulary entity.
VocabularyInterface.php file core/modules/taxonomy/src/VocabularyInterface.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.