Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewUI::$changed_display | property | core/ |
Stores an array of displays that have been changed. |
| ViewUI::$forms | property | core/ |
Contains an array of form keys and their respective classes. |
| ViewUI::$isSyncing | property | core/ |
Whether the config is being synced through the import process. |
| ViewUI::$isUninstalling | property | core/ |
Whether the config is being deleted through the uninstall process. |
| ViewUI::$stack | property | core/ |
Stores a stack of UI forms to display. |
| ViewUI::$storage | property | core/ |
The View storage object. |
| ViewUI::$temporary_options | property | core/ |
Stores options temporarily while editing. |
| ViewUI::access | function | core/ |
Checks data value access. |
| ViewUI::addCacheContexts | function | core/ |
Adds cache contexts. |
| ViewUI::addCacheTags | function | core/ |
Adds cache tags. |
| ViewUI::addDisplay | function | core/ |
Adds a new display handler to the view, automatically creating an ID. |
| ViewUI::addFormToStack | function | core/ |
Adds another form to the stack. |
| ViewUI::cacheSet | function | core/ |
Sets a cached view object in the shared tempstore. |
| ViewUI::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| ViewUI::disable | function | core/ |
Disables the configuration entity. |
| ViewUI::duplicateDisplayAsType | function | core/ |
Duplicates an existing display into a new display type. |
| ViewUI::enforceIsNew | function | core/ |
Enforces an entity to be new. |
| ViewUI::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| 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::getDependencies | function | core/ |
Gets the configuration dependencies. |
| ViewUI::getDisplay | function | core/ |
Retrieves a specific display's configuration by reference. |
| ViewUI::getFormProgress | function | core/ |
Get the user's current progress through the form stack. |
| 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::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::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::mergeDefaultDisplaysOptions | function | core/ |
Add defaults to the display options. |
| 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::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::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. |
| ViewUI::setStatus | function | core/ |
Sets the status of the configuration entity. |
| ViewUI::setSyncing | function | core/ |
Sets the status of the synchronization flag. |
| ViewUI::setThirdPartySetting | function | core/ |
Sets the value of a third-party setting. |
Pagination
- Previous page
- Page 1601
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.