| ViewUI::getConfigDependencyKey |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the key that is used to store configuration dependencies. |
| ViewUI::getConfigDependencyName |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the configuration dependency name. |
| ViewUI::getConfigTarget |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the configuration target identifier for the entity. |
| ViewUI::getDependencies |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the configuration dependencies. |
| ViewUI::getDisplay |
function |
core/modules/views_ui/src/ViewUI.php |
Retrieves a specific display's configuration by reference. |
| ViewUI::getEntityType |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the entity type definition. |
| ViewUI::getEntityTypeId |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the ID of the type of the entity. |
| ViewUI::getExecutable |
function |
core/modules/views_ui/src/ViewUI.php |
Gets an executable instance for this view. |
| ViewUI::getFormProgress |
function |
core/modules/views_ui/src/ViewUI.php |
Get the user's current progress through the form stack. |
| ViewUI::getLock |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the lock on this View. |
| ViewUI::getOriginal |
function |
core/modules/views_ui/src/ViewUI.php |
Returns the original unchanged entity. |
| ViewUI::getOriginalId |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the original ID. |
| ViewUI::getOverrideValues |
function |
core/modules/views_ui/src/ViewUI.php |
Return the was_defaulted, is_defaulted and revert state of a form. |
| ViewUI::getStandardButtons |
function |
core/modules/views_ui/src/ViewUI.php |
Provides a standard set of Apply/Cancel/OK buttons for the forms. |
| ViewUI::getThirdPartyProviders |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the list of third parties that store information. |
| ViewUI::getThirdPartySetting |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the value of a third-party setting. |
| ViewUI::getThirdPartySettings |
function |
core/modules/views_ui/src/ViewUI.php |
Gets all third-party settings of a given module. |
| ViewUI::getTypedData |
function |
core/modules/views_ui/src/ViewUI.php |
Gets a typed data object for this entity object. |
| ViewUI::hasLinkTemplate |
function |
core/modules/views_ui/src/ViewUI.php |
Indicates if a link template exists for a given key. |
| ViewUI::hasTrustedData |
function |
core/modules/views_ui/src/ViewUI.php |
Gets whether on not the data is trusted. |
| ViewUI::id |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the identifier. |
| ViewUI::isInstallable |
function |
core/modules/views_ui/src/ViewUI.php |
Checks whether this entity is installable. |
| ViewUI::isLocked |
function |
core/modules/views_ui/src/ViewUI.php |
Returns whether the current view is locked. |
| ViewUI::isNew |
function |
core/modules/views_ui/src/ViewUI.php |
Determines whether the entity is new. |
| ViewUI::isSyncing |
function |
core/modules/views_ui/src/ViewUI.php |
Returns whether this entity is being changed as part of a synchronization. |
| ViewUI::isUninstalling |
function |
core/modules/views_ui/src/ViewUI.php |
Returns whether this entity is being changed during the uninstall process. |
| ViewUI::label |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the label of the entity. |
| ViewUI::language |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the language of the entity. |
| ViewUI::load |
function |
core/modules/views_ui/src/ViewUI.php |
Loads an entity. |
| ViewUI::loadMultiple |
function |
core/modules/views_ui/src/ViewUI.php |
Loads one or more entities. |
| ViewUI::mergeCacheMaxAge |
function |
core/modules/views_ui/src/ViewUI.php |
Merges the maximum age (in seconds) with the existing maximum age. |
| ViewUI::mergeDefaultDisplaysOptions |
function |
core/modules/views_ui/src/ViewUI.php |
Add defaults to the display options. |
| ViewUI::onDependencyRemoval |
function |
core/modules/views_ui/src/ViewUI.php |
Informs the entity that entities it depends on will be deleted. |
| ViewUI::postCreate |
function |
core/modules/views_ui/src/ViewUI.php |
Acts on a created entity before hooks are invoked. |
| ViewUI::postDelete |
function |
core/modules/views_ui/src/ViewUI.php |
Acts on deleted entities before the delete hook is invoked. |
| ViewUI::postLoad |
function |
core/modules/views_ui/src/ViewUI.php |
Acts on loaded entities. |
| ViewUI::postSave |
function |
core/modules/views_ui/src/ViewUI.php |
Acts on a saved entity before the insert or update hook is invoked. |
| ViewUI::preCreate |
function |
core/modules/views_ui/src/ViewUI.php |
Changes the values of an entity before it is created. |
| ViewUI::preDelete |
function |
core/modules/views_ui/src/ViewUI.php |
Acts on entities before they are deleted and before hooks are invoked. |
| ViewUI::preSave |
function |
core/modules/views_ui/src/ViewUI.php |
Acts on an entity before the presave hook is invoked. |
| ViewUI::referencedEntities |
function |
core/modules/views_ui/src/ViewUI.php |
Gets a list of entities referenced by this entity. |
| ViewUI::renderPreview |
function |
core/modules/views_ui/src/ViewUI.php |
|
| ViewUI::save |
function |
core/modules/views_ui/src/ViewUI.php |
Saves an entity permanently. |
| ViewUI::set |
function |
core/modules/views_ui/src/ViewUI.php |
Sets the value of a property. |
| ViewUI::setLock |
function |
core/modules/views_ui/src/ViewUI.php |
Sets a lock on this View. |
| ViewUI::setOriginal |
function |
core/modules/views_ui/src/ViewUI.php |
Sets the original unchanged entity. |
| ViewUI::setOriginalId |
function |
core/modules/views_ui/src/ViewUI.php |
Sets the original ID. |
| ViewUI::setStatus |
function |
core/modules/views_ui/src/ViewUI.php |
Sets the status of the configuration entity. |
| ViewUI::setSyncing |
function |
core/modules/views_ui/src/ViewUI.php |
Sets the status of the synchronization flag. |
| ViewUI::setThirdPartySetting |
function |
core/modules/views_ui/src/ViewUI.php |
Sets the value of a third-party setting. |