ViewUI::link |
function |
core/modules/views_ui/src/ViewUI.php |
Deprecated way of generating a link to the entity. See toLink(). |
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::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. |
ViewUI::setUninstalling |
function |
core/modules/views_ui/src/ViewUI.php |
|
ViewUI::standardCancel |
function |
core/modules/views_ui/src/ViewUI.php |
Submit handler for cancel button |
ViewUI::standardSubmit |
function |
core/modules/views_ui/src/ViewUI.php |
Basic submit handler applicable to all 'standard' forms. |
ViewUI::startQueryCapture |
function |
core/modules/views_ui/src/ViewUI.php |
Set up query capturing. |
ViewUI::status |
function |
core/modules/views_ui/src/ViewUI.php |
Returns whether the configuration entity is enabled. |
ViewUI::submitItemAdd |
function |
core/modules/views_ui/src/ViewUI.php |
Submit handler for adding new item(s) to a view. |
ViewUI::toArray |
function |
core/modules/views_ui/src/ViewUI.php |
Gets an array of all property values. |
ViewUI::toLink |
function |
core/modules/views_ui/src/ViewUI.php |
Generates the HTML for a link to this entity. |
ViewUI::toUrl |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the URL object for the entity. |
ViewUI::trustData |
function |
core/modules/views_ui/src/ViewUI.php |
Sets that the data should be trusted. |
ViewUI::unsetLock |
function |
core/modules/views_ui/src/ViewUI.php |
Unsets the lock on this View. |
ViewUI::unsetThirdPartySetting |
function |
core/modules/views_ui/src/ViewUI.php |
Unsets a third-party setting. |
ViewUI::uriRelationships |
function |
core/modules/views_ui/src/ViewUI.php |
Gets a list of URI relationships supported by this entity. |
ViewUI::url |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the public URL for this entity. |
ViewUI::urlInfo |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the URL object for the entity. |
ViewUI::uuid |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the entity UUID (Universally Unique Identifier). |
ViewUI::__call |
function |
core/modules/views_ui/src/ViewUI.php |
Passes through all unknown calls onto the storage object. |
ViewUI::__construct |
function |
core/modules/views_ui/src/ViewUI.php |
Constructs a View UI object. |
ViewUI::__get |
function |
core/modules/views_ui/src/ViewUI.php |
|
ViewUI::__set |
function |
core/modules/views_ui/src/ViewUI.php |
|
ViewUIConverter |
class |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
Provides a proxy class for \Drupal\views_ui\ParamConverter\ViewUIConverter. |
ViewUIConverter |
class |
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php |
Provides upcasting for a view entity to be used in the Views UI. |
ViewUIConverter.php |
file |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
|
ViewUIConverter.php |
file |
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php |
|
ViewUIConverter::$container |
property |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
The service container. |
ViewUIConverter::$drupalProxyOriginalServiceId |
property |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
The id of the original proxied service. |
ViewUIConverter::$service |
property |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
The real proxied service, after it was lazy loaded. |
ViewUIConverter::$tempStoreFactory |
property |
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php |
Stores the tempstore factory. |