Search for interface

  1. Search 7.x for interface
  2. Search 9.5.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
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 Unpack options over our existing defaults, drilling down into arrays
so that defaults don't get totally blown away.
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
VocabularyInterface::getDescription function core/modules/taxonomy/src/VocabularyInterface.php Returns the vocabulary description.
VocabularyInterface::getHierarchy function core/modules/taxonomy/src/VocabularyInterface.php Returns the vocabulary hierarchy.
VocabularyInterface::HIERARCHY_DISABLED constant core/modules/taxonomy/src/VocabularyInterface.php Denotes that no term in the vocabulary has a parent.
VocabularyInterface::HIERARCHY_MULTIPLE constant core/modules/taxonomy/src/VocabularyInterface.php Denotes that one or more terms in the vocabulary have multiple parents.
VocabularyInterface::HIERARCHY_SINGLE constant core/modules/taxonomy/src/VocabularyInterface.php Denotes that one or more terms in the vocabulary has a single parent.
VocabularyInterface::setHierarchy function core/modules/taxonomy/src/VocabularyInterface.php Sets the vocabulary hierarchy.
VocabularyStorageInterface interface core/modules/taxonomy/src/VocabularyStorageInterface.php Defines an interface for vocabulary entity storage classes.
VocabularyStorageInterface.php file core/modules/taxonomy/src/VocabularyStorageInterface.php
VocabularyStorageInterface::getToplevelTids function core/modules/taxonomy/src/VocabularyStorageInterface.php Gets top-level term IDs of vocabularies.
VocabularyUiTest::testVocabularyInterface function core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php Create, edit and delete a vocabulary via the user interface.
WidgetBaseInterface interface core/lib/Drupal/Core/Field/WidgetBaseInterface.php Base interface definition for "Field widget" plugins.
WidgetBaseInterface.php file core/lib/Drupal/Core/Field/WidgetBaseInterface.php
WidgetBaseInterface::extractFormValues function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Extracts field values from submitted form values.
WidgetBaseInterface::flagErrors function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Reports field-level validation errors against actual form elements.
WidgetBaseInterface::form function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Creates a form element for a field.
WidgetBaseInterface::getWidgetState function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Retrieves processing information about the widget from $form_state.
WidgetBaseInterface::setWidgetState function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Stores processing information about the widget in $form_state.
WidgetInterface interface core/lib/Drupal/Core/Field/WidgetInterface.php Interface definition for field widget plugins.
WidgetInterface.php file core/lib/Drupal/Core/Field/WidgetInterface.php
WidgetInterface::errorElement function core/lib/Drupal/Core/Field/WidgetInterface.php Assigns a field-level validation error to the right widget sub-element.
WidgetInterface::formElement function core/lib/Drupal/Core/Field/WidgetInterface.php Returns the form for a single field widget.
WidgetInterface::isApplicable function core/lib/Drupal/Core/Field/WidgetInterface.php Returns if the widget can be used for the provided field.
WidgetInterface::massageFormValues function core/lib/Drupal/Core/Field/WidgetInterface.php Massages the form values into the format expected for field values.
WidgetInterface::settingsForm function core/lib/Drupal/Core/Field/WidgetInterface.php Returns a form to configure settings for the widget.
WidgetInterface::settingsSummary function core/lib/Drupal/Core/Field/WidgetInterface.php Returns a short summary for the current widget settings.
WizardInterface interface core/modules/views/src/Plugin/views/wizard/WizardInterface.php Defines a common interface for Views Wizard plugins.
WizardInterface.php file core/modules/views/src/Plugin/views/wizard/WizardInterface.php

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