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::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. |
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. |
ViewUIConverter::applies |
function |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
Determines if the converter applies to a specific route and variable. |
ViewUIConverter::applies |
function |
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php |
Determines if the converter applies to a specific route and variable. |
ViewUIConverter::convert |
function |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
Converts path variables to their corresponding objects. |
ViewUIConverter::convert |
function |
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php |
Converts path variables to their corresponding objects. |
ViewUIConverter::lazyLoadItself |
function |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
Lazy loads the real service from the container. |
ViewUIConverter::__construct |
function |
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php |
Constructs a ProxyClass Drupal proxy object. |
ViewUIConverter::__construct |
function |
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php |
Constructs a new ViewUIConverter. |
ViewUIObjectTest |
class |
core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php |
Tests Drupal\views_ui\ViewUI. |
ViewUIObjectTest.php |
file |
core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php |
|
ViewUIObjectTest::testEntityDecoration |
function |
core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php |
Tests entity method decoration. |
ViewUIObjectTest::testIsLocked |
function |
core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php |
Tests the isLocked method. |
ViewUIObjectTest::testSerialization |
function |
core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php |
Tests serialization of the ViewUI object. |
ViewValidationTest |
class |
core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php |
Tests validation of view entities. |
ViewValidationTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php |
|
ViewValidationTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php |
Modules to install. |
ViewValidationTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php |
|
ViewValidationTest::testInvalidPluginId |
function |
core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php |
Tests that the various plugin IDs making up a view display are validated. |
ViewXmlAnonTest |
class |
core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php |
Tests View Xml Anon. |
ViewXmlAnonTest.php |
file |
core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php |
|
ViewXmlAnonTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php |
The theme to install as the default for testing. |
ViewXmlAnonTest::$format |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php |
The format to use in this test. |
ViewXmlAnonTest::$mimeType |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php |
The MIME type that corresponds to $format. |
ViewXmlBasicAuthTest |
class |
core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php |
Tests View Xml Basic Auth. |
ViewXmlBasicAuthTest.php |
file |
core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php |
|
ViewXmlBasicAuthTest::$auth |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
ViewXmlBasicAuthTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php |
The theme to install as the default for testing. |
ViewXmlBasicAuthTest::$format |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php |
The format to use in this test. |
ViewXmlBasicAuthTest::$mimeType |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
ViewXmlBasicAuthTest::$modules |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php |
Modules to install. |
ViewXmlCookieTest |
class |
core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php |
Tests View Xml Cookie. |
ViewXmlCookieTest.php |
file |
core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php |
|
ViewXmlCookieTest::$auth |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php |
The authentication mechanism to use in this test. |
ViewXmlCookieTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php |
The theme to install as the default for testing. |