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 |
|---|---|---|---|
| ViewTestBase::setUp | function | core/ |
Sets up the test. |
| ViewTestBase::viewsData | function | core/ |
Returns the views data definition. |
| ViewTestData | class | core/ |
Provides tests view data and the base test schema with sample data records. |
| ViewTestData.php | file | core/ |
|
| ViewTestData::createTestViews | function | core/ |
Create test views from config. |
| ViewTestData::dataSet | function | core/ |
Returns a very simple test dataset. |
| ViewTestData::schemaDefinition | function | core/ |
Returns the schema definition. |
| ViewTestData::viewsData | function | core/ |
Returns the views data definition. |
| ViewTranslationTest | class | core/ |
Tests views title translation. |
| ViewTranslationTest.php | file | core/ |
|
| ViewTranslationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ViewTranslationTest::$modules | property | core/ |
Modules to install. |
| ViewTranslationTest::$testViews | property | core/ |
|
| ViewTranslationTest::setUp | function | core/ |
Sets up the test. |
| ViewTranslationTest::testViewTitleTranslation | function | core/ |
Tests that the view route title is translated. |
| ViewUI | class | core/ |
Stores UI related temporary settings. |
| ViewUI.php | file | core/ |
|
| ViewUI::$additionalQueries | property | core/ |
Stores a list of database queries run beside the main one from views. |
| ViewUI::$changed | property | core/ |
If this view has been changed. |
| ViewUI::$changed_display | property | core/ |
Stores an array of displays that have been changed. |
| ViewUI::$editing | property | core/ |
Indicates if a view is currently being edited. |
| ViewUI::$entityType | property | core/ |
The entity type. |
| 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::$live_preview | property | core/ |
Is the view run in a context of the preview in the admin interface. |
| ViewUI::$lock | property | core/ |
If this view is locked for editing. |
| ViewUI::$render_time | property | core/ |
How long the view takes to render in microseconds. |
| 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::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
| 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::bundle | function | core/ |
Gets the bundle of the entity. |
| 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::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
| ViewUI::createDuplicate | function | core/ |
Creates a duplicate of the entity. |
| ViewUI::delete | function | core/ |
Deletes an entity permanently. |
| ViewUI::disable | function | core/ |
Disables the configuration entity. |
| ViewUI::duplicateDisplayAsType | function | core/ |
Duplicates an existing display into a new display type. |
| ViewUI::enable | function | core/ |
Enables the configuration entity. |
| ViewUI::endQueryCapture | function | core/ |
Add the list of queries run during render to build info. |
| ViewUI::enforceIsNew | function | core/ |
Enforces an entity to be new. |
| ViewUI::get | function | core/ |
Returns the value of a property. |
| ViewUI::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
Pagination
- Previous page
- Page 1825
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.