Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewUI::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| ViewUI::getCacheTags | function | core/ |
The cache tags associated with this object. |
| ViewUI::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
| ViewUI::getConfigDependencyKey | function | core/ |
Gets the key that is used to store configuration dependencies. |
| ViewUI::getConfigDependencyName | function | core/ |
Gets the configuration dependency name. |
| ViewUI::getConfigTarget | function | core/ |
Gets the configuration target identifier for the entity. |
| ViewUI::getDependencies | function | core/ |
Gets the configuration dependencies. |
| ViewUI::getDisplay | function | core/ |
Retrieves a specific display's configuration by reference. |
| ViewUI::getEntityType | function | core/ |
Gets the entity type definition. |
| ViewUI::getEntityTypeId | function | core/ |
Gets the ID of the type of the entity. |
| ViewUI::getExecutable | function | core/ |
Gets an executable instance for this view. |
| ViewUI::getFormProgress | function | core/ |
Get the user's current progress through the form stack. |
| ViewUI::getLock | function | core/ |
Gets the lock on this View. |
| ViewUI::getOriginal | function | core/ |
Returns the original unchanged entity. |
| ViewUI::getOriginalId | function | core/ |
Gets the original ID. |
| ViewUI::getOverrideValues | function | core/ |
Return the was_defaulted, is_defaulted and revert state of a form. |
| ViewUI::getStandardButtons | function | core/ |
Provides a standard set of Apply/Cancel/OK buttons for the forms. |
| ViewUI::getThirdPartyProviders | function | core/ |
Gets the list of third parties that store information. |
| ViewUI::getThirdPartySetting | function | core/ |
Gets the value of a third-party setting. |
| ViewUI::getThirdPartySettings | function | core/ |
Gets all third-party settings of a given module. |
| ViewUI::getTypedData | function | core/ |
Gets a typed data object for this entity object. |
| ViewUI::hasLinkTemplate | function | core/ |
Indicates if a link template exists for a given key. |
| ViewUI::hasTrustedData | function | core/ |
Gets whether on not the data is trusted. |
| ViewUI::id | function | core/ |
Gets the identifier. |
| ViewUI::isInstallable | function | core/ |
Checks whether this entity is installable. |
| ViewUI::isLocked | function | core/ |
Returns whether the current view is locked. |
| ViewUI::isNew | function | core/ |
Determines whether the entity is new. |
| ViewUI::isSyncing | function | core/ |
Returns whether this entity is being changed as part of a synchronization. |
| ViewUI::isUninstalling | function | core/ |
Returns whether this entity is being changed during the uninstall process. |
| ViewUI::label | function | core/ |
Gets the label of the entity. |
| ViewUI::language | function | core/ |
Gets the language of the entity. |
| ViewUI::load | function | core/ |
Loads an entity. |
| ViewUI::loadMultiple | function | core/ |
Loads one or more entities. |
| ViewUI::mergeCacheMaxAge | function | core/ |
Merges the maximum age (in seconds) with the existing maximum age. |
| ViewUI::mergeDefaultDisplaysOptions | function | core/ |
Add defaults to the display options. |
| ViewUI::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| ViewUI::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| ViewUI::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| ViewUI::postLoad | function | core/ |
Acts on loaded entities. |
| ViewUI::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| ViewUI::preCreate | function | core/ |
Changes the values of an entity before it is created. |
| ViewUI::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| ViewUI::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| ViewUI::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
| ViewUI::renderPreview | function | core/ |
|
| ViewUI::save | function | core/ |
Saves an entity permanently. |
| ViewUI::set | function | core/ |
Sets the value of a property. |
| ViewUI::setLock | function | core/ |
Sets a lock on this View. |
| ViewUI::setOriginal | function | core/ |
Sets the original unchanged entity. |
| ViewUI::setOriginalId | function | core/ |
Sets the original ID. |
Pagination
- Previous page
- Page 1826
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.