Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsPluginInterface.php | file | core/ |
|
| ViewsPluginInterface::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| ViewsPluginInterface::create | function | core/ |
|
| ViewsPluginInterface::destroy | function | core/ |
Clears a plugin. |
| ViewsPluginInterface::filterByDefinedOptions | function | core/ |
Filter out stored options depending on the defined options. |
| ViewsPluginInterface::getAvailableGlobalTokens | function | core/ |
Returns an array of available token replacements. |
| ViewsPluginInterface::getProvider | function | core/ |
Returns the plugin provider. |
| ViewsPluginInterface::globalTokenForm | function | core/ |
Adds elements for available core tokens to a form. |
| ViewsPluginInterface::globalTokenReplace | function | core/ |
Returns a string with any core tokens replaced. |
| ViewsPluginInterface::init | function | core/ |
Initialize the plugin. |
| ViewsPluginInterface::pluginTitle | function | core/ |
Return the human readable name of the display. |
| ViewsPluginInterface::preRenderAddFieldsetMarkup | function | core/ |
Moves form elements into fieldsets for presentation purposes. |
| ViewsPluginInterface::preRenderFlattenData | function | core/ |
Flattens the structure of form elements. |
| ViewsPluginInterface::query | function | core/ |
Add anything to the query that we might need to. |
| ViewsPluginInterface::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| ViewsPluginInterface::summaryTitle | function | core/ |
Returns the summary of the settings in the display. |
| ViewsPluginInterface::themeFunctions | function | core/ |
Provide a full list of possible theme templates used by this style. |
| ViewsPluginInterface::unpackOptions | function | core/ |
Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away. |
| ViewsPluginInterface::usesOptions | function | core/ |
Returns the usesOptions property. |
| ViewsPluginInterface::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
| ViewsPluginInterface::validateOptionsForm | function | core/ |
Validate the options form. |
| VocabularyInterface | interface | core/ |
Provides an interface defining a taxonomy vocabulary entity. |
| VocabularyInterface.php | file | core/ |
|
| VocabularyInterface::getDescription | function | core/ |
Returns the vocabulary description. |
| VocabularyInterface::getHierarchy | function | core/ |
Returns the vocabulary hierarchy. |
| VocabularyInterface::HIERARCHY_DISABLED | constant | core/ |
Denotes that no term in the vocabulary has a parent. |
| VocabularyInterface::HIERARCHY_MULTIPLE | constant | core/ |
Denotes that one or more terms in the vocabulary have multiple parents. |
| VocabularyInterface::HIERARCHY_SINGLE | constant | core/ |
Denotes that one or more terms in the vocabulary has a single parent. |
| VocabularyInterface::setHierarchy | function | core/ |
Sets the vocabulary hierarchy. |
| VocabularyStorageInterface | interface | core/ |
Defines an interface for vocabulary entity storage classes. |
| VocabularyStorageInterface.php | file | core/ |
|
| VocabularyStorageInterface::getToplevelTids | function | core/ |
Gets top-level term IDs of vocabularies. |
| VocabularyUiTest::testVocabularyInterface | function | core/ |
Create, edit and delete a vocabulary via the user interface. |
| WidgetBaseInterface | interface | core/ |
Base interface definition for "Field widget" plugins. |
| WidgetBaseInterface.php | file | core/ |
|
| WidgetBaseInterface::extractFormValues | function | core/ |
Extracts field values from submitted form values. |
| WidgetBaseInterface::flagErrors | function | core/ |
Reports field-level validation errors against actual form elements. |
| WidgetBaseInterface::form | function | core/ |
Creates a form element for a field. |
| WidgetBaseInterface::getWidgetState | function | core/ |
Retrieves processing information about the widget from $form_state. |
| WidgetBaseInterface::setWidgetState | function | core/ |
Stores processing information about the widget in $form_state. |
| WidgetInterface | interface | core/ |
Interface definition for field widget plugins. |
| WidgetInterface.php | file | core/ |
|
| WidgetInterface::errorElement | function | core/ |
Assigns a field-level validation error to the right widget sub-element. |
| WidgetInterface::formElement | function | core/ |
Returns the form for a single field widget. |
| WidgetInterface::isApplicable | function | core/ |
Returns if the widget can be used for the provided field. |
| WidgetInterface::massageFormValues | function | core/ |
Massages the form values into the format expected for field values. |
| WidgetInterface::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| WidgetInterface::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| WizardInterface | interface | core/ |
Defines a common interface for Views Wizard plugins. |
| WizardInterface.php | file | core/ |
Pagination
- Previous page
- Page 88
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.