Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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::setNewRevision | function | core/ |
Sets whether a new revision should be created by default. |
| 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/ |
|
| WizardInterface::buildForm | function | core/ |
Form callback to build other elements in the "show" form. |
| WizardInterface::createView | function | core/ |
Creates a view from values that have already been validated. |
| WizardInterface::validateView | function | core/ |
Validate form and values. |
| WorkflowInterface | interface | core/ |
Provides an interface for defining workflow entities. |
| WorkflowInterface.php | file | core/ |
|
| WorkflowInterface::getTypePlugin | function | core/ |
Gets the workflow type plugin. |
| WorkflowTypeInterface | interface | core/ |
An interface for Workflow type plugins. |
| WorkflowTypeInterface.php | file | core/ |
|
| WorkflowTypeInterface::addState | function | core/ |
Adds a state to the workflow. |
| WorkflowTypeInterface::addTransition | function | core/ |
Adds a transition to the workflow. |
| WorkflowTypeInterface::deleteState | function | core/ |
Deletes a state from the workflow. |
| WorkflowTypeInterface::deleteTransition | function | core/ |
Deletes a transition. |
| WorkflowTypeInterface::getInitialState | function | core/ |
Gets the initial state for the workflow. |
| WorkflowTypeInterface::getRequiredStates | function | core/ |
Gets the required states of workflow type. |
| WorkflowTypeInterface::getState | function | core/ |
Gets a workflow state. |
| WorkflowTypeInterface::getStates | function | core/ |
Gets state objects for the provided state IDs. |
| WorkflowTypeInterface::getTransition | function | core/ |
Gets a transition object for the provided transition ID. |
| WorkflowTypeInterface::getTransitionFromStateToState | function | core/ |
Gets a transition from state to state. |
| WorkflowTypeInterface::getTransitions | function | core/ |
Gets transition objects for the provided transition IDs. |
| WorkflowTypeInterface::getTransitionsForState | function | core/ |
Gets the transitions for a state for the provided direction. |
| WorkflowTypeInterface::hasState | function | core/ |
Determines if the workflow has a state with the provided ID. |
Pagination
- Previous page
- Page 91
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.