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
- Search main for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| VariantInterface::label | function | core/ |
Returns the user-facing display variant label. |
| VariantInterface::setWeight | function | core/ |
Sets the weight of the display variant. |
| VariationCacheFactoryInterface | interface | core/ |
An interface defining variation cache factory classes. |
| VariationCacheFactoryInterface.php | file | core/ |
|
| VariationCacheFactoryInterface::get | function | core/ |
Gets a variation cache for a given cache bin. |
| VariationCacheInterface | interface | core/ |
Defines an interface for variation cache implementations. |
| VariationCacheInterface.php | file | core/ |
|
| VariationCacheInterface::delete | function | core/ |
Deletes an item from the cache. |
| VariationCacheInterface::get | function | core/ |
Gets a cache entry based on cache keys. |
| VariationCacheInterface::getMultiple | function | core/ |
Gets multiple cache entries based on a set of cache keys. |
| VariationCacheInterface::invalidate | function | core/ |
Marks a cache item as invalid. |
| VariationCacheInterface::set | function | core/ |
Stores data in the cache. |
| VegetableInterface | interface | core/ |
Provides an interface for test plugins. |
| VegetableInterface.php | file | core/ |
|
| VersionNegotiatorInterface | interface | core/ |
Defines the common interface for all version negotiators. |
| VersionNegotiatorInterface.php | file | core/ |
|
| VersionNegotiatorInterface::getRevision | function | core/ |
Gets the identified revision. |
| ViewEntityInterface | interface | core/ |
Defines an interface for View storage classes. |
| ViewEntityInterface.php | file | core/ |
|
| ViewEntityInterface::addDisplay | function | core/ |
Adds a new display handler to the view, automatically creating an ID. |
| ViewEntityInterface::duplicateDisplayAsType | function | core/ |
Duplicates an existing display into a new display type. |
| ViewEntityInterface::getDisplay | function | core/ |
Retrieves a specific display's configuration by reference. |
| ViewEntityInterface::getExecutable | function | core/ |
Gets an executable instance for this view. |
| ViewEntityInterface::mergeDefaultDisplaysOptions | function | core/ |
Add defaults to the display options. |
| ViewsFormInterface | interface | core/ |
Provides an interface for the Views UI AJAX forms. |
| ViewsFormInterface.php | file | core/ |
|
| ViewsFormInterface::getForm | function | core/ |
Creates a new instance of this form. |
| ViewsFormInterface::getFormKey | function | core/ |
Returns the key that represents this form. |
| ViewsFormInterface::getFormState | function | core/ |
Gets the form state for this form. |
| ViewsHandlerInterface | interface | core/ |
Provides an interface for all views handlers. |
| ViewsHandlerInterface.php | file | core/ |
|
| ViewsHandlerInterface::access | function | core/ |
Check whether given user has access to this handler. |
| ViewsHandlerInterface::adminLabel | function | core/ |
Return a string representing this handler's name in the UI. |
| ViewsHandlerInterface::adminSummary | function | core/ |
Provide text for the administrative summary. |
| ViewsHandlerInterface::breakString | function | core/ |
Breaks x,y,z and x+y+z into an array. |
| ViewsHandlerInterface::broken | function | core/ |
Determines if the handler is considered 'broken'. |
| ViewsHandlerInterface::ensureMyTable | function | core/ |
Ensures that the main table for this handler is in the query. |
| ViewsHandlerInterface::getEntityType | function | core/ |
Determines the entity type used by this handler. |
| ViewsHandlerInterface::getField | function | core/ |
Shortcut to get a handler's raw field value. |
| ViewsHandlerInterface::getJoin | function | core/ |
Get the join object that should be used for this handler. |
| ViewsHandlerInterface::getTableJoin | function | core/ |
Fetches a handler to join one table to a primary table from the data cache. |
| ViewsHandlerInterface::postExecute | function | core/ |
Run after the view is executed, before the result is cached. |
| ViewsHandlerInterface::preQuery | function | core/ |
Run before the view is built. |
| ViewsHandlerInterface::sanitizeValue | function | core/ |
Sanitize the value for output. |
| ViewsHandlerInterface::setRelationship | function | core/ |
Sets up any needed relationship. |
| ViewsHandlerInterface::showExposeForm | function | core/ |
Shortcut to display the exposed options form. |
| ViewsPluginInterface | interface | core/ |
Provides an interface for all views plugins. |
| ViewsPluginInterface.php | file | core/ |
|
| ViewsPluginInterface::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| ViewsPluginInterface::destroy | function | core/ |
Clears a plugin. |
Pagination
- Previous page
- Page 90
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.