Search for View
- Search 7.x for View
- Search 9.5.x for View
- Search 8.9.x for View
- Search 10.3.x for View
- Search main for View
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| View | class | core/ |
Provides a render element to display a view. |
| View | class | core/ |
Defines a View configuration entity class. |
| View | class | core/ |
Views area handlers. Insert a view inside of an area. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| FilterEqualityTest::$testViews | property | core/ |
Views used by this test. |
| FilterEqualityTest::viewsData | function | core/ |
Defines Views data, mapping 'name' field to the equality filter. |
| FilterGroupFormTest::$testViews | property | core/ |
Views used by this test. |
| FilterInOperatorTest::$testViews | property | core/ |
Views used by this test. |
| FilterInOperatorTest::viewsData | function | core/ |
Defines Views data for the custom entity. |
| FilterLanguageTest::$testViews | property | core/ |
Views used by this test. |
| FilterNodeAccessTest::$testViews | property | core/ |
Views used by this test. |
| FilterNumericTest::$testViews | property | core/ |
Views used by this test. |
| FilterNumericTest::viewsData | function | core/ |
Defines Views data, allowing 'age' to be empty and 'id' to be required. |
| FilterNumericWebTest::$testViews | property | core/ |
Views used by this test. |
| FilterPermissionUiTest::$testViews | property | core/ |
Views used by this test. |
| FilterPlaceholderTextTest::$testViews | property | core/ |
Views used by this test. |
| FilterStringTest::$testViews | property | core/ |
Views used by this test. |
| FilterStringTest::getBasicPageView | function | core/ |
Build and return a Page view of the views_test_data table. |
| FilterStringTest::viewsData | function | core/ |
Defines Views data for the custom entity. |
| FilterTest::$testViews | property | core/ |
Views used by this test. |
| FilterTest::viewsData | function | core/ |
Returns the views data definition. |
| FilterUidRevisionTest::$testViews | property | core/ |
Views used by this test. |
| FilterUITest::$testViews | property | core/ |
Views used by this test. |
| FormAjaxSubscriber::onView | function | core/ |
Alters the wrapper format if this is an AJAX form request. |
| FormatPluralUpdateTest::testViewsFieldFormatPluralConversion | function | core/ |
Tests that fields with the format_plural option are updated properly. |
| FormatterBase::$viewMode | property | core/ |
The view mode. |
| FormatterBase::prepareView | function | core/ |
Allows formatters to load information for field values being displayed. |
| FormatterBase::view | function | core/ |
Builds a renderable array for a fully themed field. |
| FormatterInterface::prepareView | function | core/ |
Allows formatters to load information for field values being displayed. |
| FormatterInterface::view | function | core/ |
Builds a renderable array for a fully themed field. |
| FormatterInterface::viewElements | function | core/ |
Builds a renderable array for a field value. |
| FormHooks::formNodePreviewFormSelectAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
| FormHooks::formNodePreviewFormSelectAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
| FormHooks::formViewsExposedFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for views_exposed_form. |
| FormHooks::formViewsExposedFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for views_exposed_form. |
| FormHooks::formViewsUiAddHandlerFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for Views UI add handler form. |
| FormHooks::formViewsUiAddHandlerFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for Views UI add handler form. |
| FormHooks::formViewsUiConfigItemFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for the Views UI config form. |
| FormHooks::formViewsUiConfigItemFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for the Views UI config form. |
| FrontPageTest::doTestFrontPageViewCacheTags | function | core/ |
Tests the cache tags on the front page. |
| GenericFileFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
| gin-image-preview.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .image-preview { img { background-color: var(--gin-pattern-fallback); background-image:… |
| gin-image-preview.pcss.css | file | core/ |
.image-preview { img { background-color: var(--gin-pattern-fallback); background-image: linear-gradient(-45deg, var(--gin-pattern) 25%, transparent 26%), linear-gradient(-45deg, var(--gin-pattern) 25%, transparent 26%),… |
| gin-views-unwrapped.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .views-edit-view { .unit-title { margin-block-start: 0; margin-block-end: var(--gin-spacing-m); … |
| gin-views-unwrapped.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .views-edit-view { .unit-title { margin-block-start: 0; margin-block-end: var(--gin-spacing-m); /* Duplicated from h1/h2/h3 styles in _body.scss (was @extend h2). */ letter-spacing:… |
| gin-views.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .views-exposed-form.views-exposed-form { padding-block-start: var(--gin-spacing-xs); … |
| gin-views.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .views-exposed-form.views-exposed-form { padding-block-start: var(--gin-spacing-xs); .form-element--type-select { max-width: 240px; } .form-type--boolean .form-boolean { … |
| GlossaryTest::testGlossaryView | function | core/ |
Tests the default glossary view. |
| GlossaryViewTest | class | core/ |
Tests the basic AJAX functionality of the Glossary View. |
| GlossaryViewTest.php | file | core/ |
|
| GlossaryViewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| GlossaryViewTest::$modules | property | core/ |
Modules to install. |
| GlossaryViewTest::$testViews | property | core/ |
The test Views to enable. |
| GlossaryViewTest::setUp | function | core/ |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.