You are here

307 calls to Views::getView() in Zircon Profile 8

AccessPermissionTest::testAccessPerm in core/modules/user/src/Tests/Views/AccessPermissionTest.php
Tests perm access plugin.
AccessPermissionTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessPermissionTest.php
Tests access on render caching.
AccessRoleTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessRoleTest.php
Tests access on render caching.
AccessTest::testAccessNone in core/modules/views/src/Tests/Plugin/AccessTest.php
Tests none access plugin.
AccessTest::testStaticAccessPlugin in core/modules/views/src/Tests/Plugin/AccessTest.php
Tests static access check.
AreaEntityTest::doTestRender in core/modules/views/src/Tests/Handler/AreaEntityTest.php
Tests rendering the entity area handler.
AreaHTTPStatusCodeTest::testHTTPStatusCodeHandler in core/modules/views/src/Tests/Handler/AreaHTTPStatusCodeTest.php
Tests the area handler.
AreaTest::testAreaAccess in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the access for an area.
AreaTest::testRenderArea in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the rendering of an area.
AreaTest::testRenderAreaToken in core/modules/views/src/Tests/Handler/AreaTest.php
Tests global tokens.
AreaTest::testRenderEmptyHeaderFooter in core/modules/views/src/Tests/Handler/AreaTest.php
Tests that the header and footer areas are not rendered if empty.
AreaTest::testTitleArea in core/modules/views/src/Tests/Handler/AreaTest.php
Tests overriding the view title using the area title handler.
AreaTextTest::testAreaText in core/modules/views/src/Tests/Handler/AreaTextTest.php
AreaTitleTest::testTitleText in core/modules/views/src/Tests/Handler/AreaTitleTest.php
Tests the title area handler.
AreaViewTest::testViewArea in core/modules/views/src/Tests/Handler/AreaViewTest.php
Tests the view area handler.
ArgumentDateTest::testCreatedFullDateHandler in core/modules/views/src/Tests/Handler/ArgumentDateTest.php
Tests the CreatedFullDate handler.
ArgumentDateTest::testDayHandler in core/modules/views/src/Tests/Handler/ArgumentDateTest.php
Tests the Day handler.
ArgumentDateTest::testMonthHandler in core/modules/views/src/Tests/Handler/ArgumentDateTest.php
Tests the Month handler.
ArgumentDateTest::testWeekHandler in core/modules/views/src/Tests/Handler/ArgumentDateTest.php
Tests the Week handler.
ArgumentDateTest::testYearHandler in core/modules/views/src/Tests/Handler/ArgumentDateTest.php
Tests the Year handler.
ArgumentDateTest::testYearMonthHandler in core/modules/views/src/Tests/Handler/ArgumentDateTest.php
Tests the YearMonth handler.
ArgumentDateTimeTest::testDatetimeArgumentAll in core/modules/datetime/src/Tests/Views/ArgumentDateTimeTest.php
Test year, month, and day arguments combined.
ArgumentDateTimeTest::testDatetimeArgumentDay in core/modules/datetime/src/Tests/Views/ArgumentDateTimeTest.php
Test day argument.
ArgumentDateTimeTest::testDatetimeArgumentMonth in core/modules/datetime/src/Tests/Views/ArgumentDateTimeTest.php
Test month argument.
ArgumentDateTimeTest::testDatetimeArgumentYear in core/modules/datetime/src/Tests/Views/ArgumentDateTimeTest.php
Test year argument.
ArgumentDefaultTest::testArgumentDefaultFixed in core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php
Tests fixed default argument.
ArgumentDefaultTest::testArgumentDefaultPlugin in core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php
Tests the argument default test plugin.
ArgumentDefaultTest::test_plugin_argument_default_current_user in core/modules/user/src/Tests/Views/ArgumentDefaultTest.php
ArgumentLanguageTest::testArgument in core/modules/language/src/Tests/Views/ArgumentLanguageTest.php
Tests the language argument.
ArgumentNullTest::testAreaText in core/modules/views/src/Tests/Handler/ArgumentNullTest.php
ArgumentStringTest::testGlossary in core/modules/views/src/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
ArgumentUserUIDTest::testCommentUserUIDTest in core/modules/comment/src/Tests/Views/ArgumentUserUIDTest.php
ArgumentValidateTest::testArgumentValidateUserName in core/modules/user/src/Tests/Views/ArgumentValidateTest.php
Tests the UserName argument validator.
ArgumentValidateTest::testArgumentValidateUserUid in core/modules/user/src/Tests/Views/ArgumentValidateTest.php
Tests the User (ID) argument validator.
ArgumentValidatorTermTest::testArgumentValidatorTerm in core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php
Tests the term argument validator plugin.
ArgumentValidatorTest::testArgumentValidateNumeric in core/modules/views/src/Tests/Plugin/ArgumentValidatorTest.php
ArgumentValidatorTest::testArgumentValidatorPlugin in core/modules/views/src/Tests/Plugin/ArgumentValidatorTest.php
Tests the argument validator test plugin.
ArgumentValidatorTest::testSpecifyValidation in core/modules/views_ui/src/Tests/ArgumentValidatorTest.php
Tests the 'Specify validation criteria' checkbox functionality.
BasicTest::testSimpleArgument in core/modules/views/src/Tests/BasicTest.php
Tests simple argument.
BasicTest::testSimpleFiltering in core/modules/views/src/Tests/BasicTest.php
Tests filtering of the result set.
BasicTest::testSimpleResultSet in core/modules/views/src/Tests/BasicTest.php
Tests a trivial result set.
BasicTest::testWizardDefaultValues in core/modules/views/src/Tests/Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
BulkFormTest::setUp in core/modules/node/src/Tests/Views/BulkFormTest.php
Sets up a Drupal site for running functional and integration tests.
BulkFormTest::testBulkForm in core/modules/action/src/Tests/BulkFormTest.php
Tests the bulk form.
BulkFormTest::testBulkForm in core/modules/user/src/Tests/Views/BulkFormTest.php
Tests the user bulk form.
CacheTagTest::testTagCaching in core/modules/views/src/Tests/Plugin/CacheTagTest.php
Tests the tag cache plugin.
CacheTest::testCacheContextIntegration in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests the cache context integration for views result cache.
CacheTest::testCacheData in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests the data contained in cached items.
CacheTest::testHeaderStorage in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTest::testNoneResultCaching in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests no caching.
CacheTest::testSubqueryStringCache in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests that Subqueries are cached as expected.
CacheTest::testTimeResultCaching in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests time based caching.
CacheTest::testTimeResultCachingWithFilter in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests result caching with filters.
CacheTest::testTimeResultCachingWithPager in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests result caching with a pager.
CacheWebTest::testCacheOutputOnPage in core/modules/views/src/Tests/Plugin/CacheWebTest.php
Tests the output caching on an actual page.
CommentFieldNameTest::testCommentFieldName in core/modules/comment/src/Tests/Views/CommentFieldNameTest.php
Test comment field name.
CommentLinksTest::testLinkApprove in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment approve link.
CommentLinksTest::testLinkReply in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment reply link.
CommentUserNameTest::testUsername in core/modules/comment/src/Tests/Views/CommentUserNameTest.php
Test the username formatter.
CustomBooleanTest::testCustomOption in core/modules/views_ui/src/Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::testCustomOptionTemplate in core/modules/views_ui/src/Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
DefaultViewRecentCommentsTest::testBlockDisplay in core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php
Tests the block defined by the comments_recent view.
DefaultViewsTest::testArchiveView in core/modules/views/src/Tests/DefaultViewsTest.php
Tests the archive view.
DisplayAttachmentTest::testAttachmentUI in core/modules/views_ui/src/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayAttachmentTest::testDisabledAttachments in core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php
Tests that nothing is output when the attachment displays are disabled.
DisplayBlockTest::testDeleteBlockDisplay in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests removing a block display.
DisplayCRUDTest::testDuplicateDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests the duplicating of a display.
DisplayExtenderTest::testDisplayExtenders in core/modules/views/src/Tests/Plugin/DisplayExtenderTest.php
Test display extenders.
DisplayExtenderUITest::testDisplayExtenderUI in core/modules/views_ui/src/Tests/DisplayExtenderUITest.php
Tests the display extender UI.
DisplayFeedTest::testDisabledFeed in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests that nothing is output when the feed display is disabled.
DisplayKernelTest::testDefaultOptions in core/modules/views/src/Tests/Plugin/DisplayKernelTest.php
Tests the default display options.
DisplayKernelTest::testGetPlugin in core/modules/views/src/Tests/Plugin/DisplayKernelTest.php
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
DisplayPageTest::testDependencies in core/modules/views/src/Tests/Plugin/DisplayPageTest.php
Tests the calculated dependencies for various views using Page displays.
DisplayPageTest::testPageResponses in core/modules/views/src/Tests/Plugin/DisplayPageTest.php
Checks the behavior of the page for access denied/not found behaviors.
DisplayPageWebTest::assertPagePath in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests that we can successfully change a view page display path.
DisplayPageWebTest::testTitleOutput in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests the title is not displayed in the output.
DisplayTest::testDisplayAreas in core/modules/views_ui/src/Tests/DisplayTest.php
Tests display areas.
DisplayTest::testDisplayPlugin in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testFilterGroupsOverriding in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the overriding of filter_groups.
DisplayTest::testGetAttachedDisplays in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the getAttachedDisplays method.
DisplayTest::testOutputIsEmpty in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the outputIsEmpty method on the display.
DisplayTest::testReadMore in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the readmore functionality.
DisplayTest::testReadMoreNoDisplay in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the readmore validation.
DisplayTest::testReorderDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests reordering of displays.
DisplayTest::testViewStatus in core/modules/views_ui/src/Tests/DisplayTest.php
Tests that the view status is correctly reflected on the edit form.
EntityReferenceRelationshipTest::testDataTableRelationship in core/modules/field/src/Tests/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests views data generated for relationship.
EntityReferenceRelationshipTest::testNoDataTableRelationship in core/modules/field/src/Tests/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests using the views relationship.
EntityViewsDataUpdateTest::testUpdateHookN in core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php
Tests that field plugins are updated properly.
ExposedFormTest::testExposedBlock in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed block functionality.
ExposedFormTest::testExposedFormRender in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed form markup.
ExposedFormTest::testResetButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests whether the reset button works on an exposed form.
ExposedFormTest::testSubmitButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the submit button.
ExposedFormTest::testTextInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the "on demand text" for the input required exposed form type.
ExtensionViewsFieldTest::testFileExtensionTarOption in core/modules/file/src/Tests/Views/ExtensionViewsFieldTest.php
Tests file extension views field handler extension_detect_tar option.
FieldBooleanTest::testFieldBoolean in core/modules/views/src/Tests/Handler/FieldBooleanTest.php
FieldCounterTest::testSimple in core/modules/views/src/Tests/Handler/FieldCounterTest.php
FieldCustomTest::testCustomFieldXss in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Ensure that custom field content is XSS filtered.
FieldCustomTest::testFieldCustom in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Ensure that custom fields work and doesn't escape unnecessary markup.
FieldCustomTest::testFieldCustomTokens in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Ensure that custom fields can use tokens.
FieldDateTest::testFieldDate in core/modules/views/src/Tests/Handler/FieldDateTest.php
Sets up functional test of the views date field.
FieldEntityLinkTest::doTestEntityLink in core/modules/views/src/Tests/Handler/FieldEntityLinkTest.php
Tests whether entity links behave as expected.
FieldEntityTest::testGetEntity in core/modules/views/src/Tests/Entity/FieldEntityTest.php
Tests the getEntity method.
FieldFieldAccessTestBase::assertFieldAccess in core/modules/views/src/Tests/Handler/FieldFieldAccessTestBase.php
Checks views field access for a given entity type and field name.
FieldFieldTest::testAttachedRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests that formatter's #attached assets are correctly preserved.
FieldFieldTest::testComplexExecute in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testComplexRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a view with complex field configuration.
FieldFieldTest::testFieldAlias in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testFieldAliasRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testMissingBundleFieldRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests that a field not available for every bundle is rendered as empty.
FieldFieldTest::testRevisionComplexExecute in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result set of a complex revision view.
FieldFieldTest::testRevisionComplexRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a revision view with base fields and configurable fields.
FieldFieldTest::testRevisionExecute in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the revision result.
FieldFieldTest::testRevisionRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a revision view with base and configurable fields.
FieldFieldTest::testSimpleExecute in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result of a view with base fields and configurable fields.
FieldFieldTest::testSimpleRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a view with base fields and configurable fields.
FieldFileSizeTest::testFieldFileSize in core/modules/views/src/Tests/Handler/FieldFileSizeTest.php
FieldGroupRowsTest::testGroupRows in core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php
Testing the "Grouped rows" functionality.
FieldKernelTest::testArgumentTokens in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the arguments tokens on field level.
FieldKernelTest::testExclude in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the exclude setting.
FieldKernelTest::testFieldTokens in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the field tokens, row level and field level.
FieldKernelTest::testIsValueEmpty in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests views_handler_field::isValueEmpty().
FieldKernelTest::testQuery in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests all things related to the query.
FieldKernelTest::testRender in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests that the render function is called.
FieldKernelTest::testRewrite in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests general rewriting of the output.
FieldKernelTest::_testEmptyText in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the usage of the empty text.
FieldKernelTest::_testHideIfEmpty in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the hide if empty functionality.
FieldLanguageTest::testField in core/modules/language/src/Tests/Views/FieldLanguageTest.php
Tests the language field.
FieldTypeTest::testFieldType in core/modules/block_content/src/Tests/Views/FieldTypeTest.php
FieldUITest::testFieldLabel in core/modules/views_ui/src/Tests/FieldUITest.php
Tests the field labels.
FieldUITest::testHandlerUI in core/modules/field/src/Tests/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUrlTest::testFieldUrl in core/modules/views/src/Tests/Handler/FieldUrlTest.php
FieldWebTest::testAlterUrl in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests rewriting the output to a link.
FieldWebTest::testFieldClasses in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests the field/label/wrapper classes.
FieldWebTest::testTextRendering in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests trimming/read-more/ellipses.
FilterBooleanOperatorStringTest::testFilterBooleanOperatorString in core/modules/views/src/Tests/Handler/FilterBooleanOperatorStringTest.php
Tests the BooleanOperatorString filter.
FilterBooleanOperatorStringTest::testFilterGroupedExposed in core/modules/views/src/Tests/Handler/FilterBooleanOperatorStringTest.php
Tests the Boolean filter with grouped exposed form enabled.
FilterBooleanOperatorTest::testFilterBooleanOperator in core/modules/views/src/Tests/Handler/FilterBooleanOperatorTest.php
Tests the BooleanOperator filter.
FilterBooleanOperatorTest::testFilterGroupedExposed in core/modules/views/src/Tests/Handler/FilterBooleanOperatorTest.php
Tests the boolean filter with grouped exposed form enabled.
FilterCombineTest::testFilterCombineContains in core/modules/views/src/Tests/Handler/FilterCombineTest.php
FilterCombineTest::testFilterCombineContainsFieldsOverwritten in core/modules/views/src/Tests/Handler/FilterCombineTest.php
Tests if the filter can handle removed fields.
FilterDateTest::testDateOffsets in core/modules/datetime/src/Tests/Views/FilterDateTest.php
Test offsets with date-only fields.
FilterDateTest::_testBetween in core/modules/views/src/Tests/Handler/FilterDateTest.php
Tests the filter operator between/not between.
FilterDateTest::_testOffset in core/modules/views/src/Tests/Handler/FilterDateTest.php
Test the general offset functionality.
FilterDateTimeTest::_testBetween in core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php
Test between operations.
FilterDateTimeTest::_testExact in core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php
Test exact date matching.
FilterDateTimeTest::_testOffset in core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php
Test offset operations.
FilterEntityBundleTest::testFilterEntity in core/modules/views/src/Tests/Entity/FilterEntityBundleTest.php
Tests the generic bundle filter.
FilterEqualityTest::testEqual in core/modules/views/src/Tests/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqualGroupedExposed in core/modules/views/src/Tests/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqualGroupedNotExposed in core/modules/views/src/Tests/Handler/FilterEqualityTest.php
FilterEqualityTest::testNotEqual in core/modules/views/src/Tests/Handler/FilterEqualityTest.php
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple in core/modules/views/src/Tests/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterInOperatorSimple in core/modules/views/src/Tests/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple in core/modules/views/src/Tests/Handler/FilterInOperatorTest.php
FilterLanguageTest::testFilter in core/modules/language/src/Tests/Views/FilterLanguageTest.php
Tests the language filter.
FilterNumericTest::testAllowEmpty in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericBetween in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericEmpty in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedBetween in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedEmpty in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedNotBetween in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedNotEmpty in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedSimple in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericSimple in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterStringTest::getBasicPageView in core/modules/views/src/Tests/Handler/FilterStringTest.php
Build and return a Page view of the views_test_data table.
FilterStringTest::testFilterStringContains in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringEmpty in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringEnds in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringEqual in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringLonger in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNot in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNotEnds in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNotEqual in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNotStarts in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringShorter in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringStarts in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterStringTest::testFilterStringWord in core/modules/views/src/Tests/Handler/FilterStringTest.php
FilterTest::testFilterQuery in core/modules/views/src/Tests/Plugin/FilterTest.php
Test query of the row plugin.
FilterUidRevisionTest::testFilter in core/modules/node/src/Tests/Views/FilterUidRevisionTest.php
Tests the node_uid_revision filter.
FilterUserUIDTest::testCommentUserUIDTest in core/modules/comment/src/Tests/Views/FilterUserUIDTest.php
ForumIntegrationTest::testForumIntegration in core/modules/forum/src/Tests/Views/ForumIntegrationTest.php
Tests the integration.
FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags on the front page.
FrontPageTest::testCacheTagsWithCachePluginTag in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags when using the "tag" cache plugin.
FrontPageTest::testCacheTagsWithCachePluginTime in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags when using the "time" cache plugin.
FrontPageTest::testFrontPage in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the frontpage.
GlossaryTest::testGlossaryView in core/modules/views/src/Tests/GlossaryTest.php
Tests the default glossary view.
GroupwiseMax::leftQuery in core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php
Generate a subquery given the user options, as set in the options.
HandlerAliasTest::testPluginAliases in core/modules/views/src/Tests/Handler/HandlerAliasTest.php
HandlerArgumentUserUidTest::testArgumentTitle in core/modules/user/src/Tests/Views/HandlerArgumentUserUidTest.php
Tests the generated title of an user: uid argument.
HandlerFieldFieldTest::_testFormatterSimpleFieldRender in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
Tests that fields with formatters runs as expected.
HandlerFieldFieldTest::_testInaccessibleFieldRender in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
HandlerFieldFieldTest::_testMultipleFieldRender in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
HandlerFieldFieldTest::_testSimpleFieldRender in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
HandlerFieldPermissionTest::testFieldPermission in core/modules/user/src/Tests/Views/HandlerFieldPermissionTest.php
Tests the permission field handler output.
HandlerFieldUserNameTest::testNoAdditionalFields in core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
Tests that the field handler works when no additional fields are added.
HandlerFieldUserNameTest::testUserName in core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
HandlerFilterPermissionTest::testFilterPermission in core/modules/user/src/Tests/Views/HandlerFilterPermissionTest.php
Tests the permission filter handler.
HandlerFilterUserNameTest::testUserNameApi in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests just using the filter.
HandlerTest::testAccess in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests access to a handler.
HandlerTest::testHandlerWeights in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the order of handlers is the same before and after saving.
HandlerTest::testPlaceholder in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the placeholder function.
HandlerTest::testSetRelationship in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the relationship method on the base class.
HistoryTimestampTest::testHandlers in core/modules/history/src/Tests/Views/HistoryTimestampTest.php
Tests the handlers.
IntegrationTest::testAggregatorItemView in core/modules/aggregator/src/Tests/Views/IntegrationTest.php
Tests basic aggregator_item view.
JoinTest::testBasePlugin in core/modules/views/src/Tests/Plugin/JoinTest.php
Tests the join plugin base.
JoinTest::testExamplePlugin in core/modules/views/src/Tests/Plugin/JoinTest.php
Tests an example join plugin.
MiniPagerTest::testMiniPagerRender in core/modules/views/src/Tests/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
ModuleTest::testViewsPreview in core/modules/views/src/Tests/ModuleTest.php
Tests the \Drupal\views\ViewsExecutable::preview() method.
NidArgumentTest::testNidArgument in core/modules/node/src/Tests/Views/NidArgumentTest.php
Test the nid argument.
OptionsListArgumentTest::testViewsTestOptionsListArgument in core/modules/options/src/Tests/Views/OptionsListArgumentTest.php
Tests the options field argument.
OptionsListFilterTest::testViewsTestOptionsListFilter in core/modules/options/src/Tests/Views/OptionsListFilterTest.php
Tests options list field filter.
PagerKernelTest::testSetPagerMethods in core/modules/views/src/Tests/Plugin/PagerKernelTest.php
Tests pager-related setter methods on ViewExecutable.
PagerTest::testLimit in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests the some pager plugin.
PagerTest::testNoLimit in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests the none-pager-query.
PagerTest::testNormalPager in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests the normal pager.
PagerTest::testPagerApi in core/modules/views/src/Tests/Plugin/PagerTest.php
Test the api functions on the view object.
PagerTest::testPagerConfigTranslation in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testRenderNullPager in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests rendering with NULL pager.
PagerTest::testStorePagerSettings in core/modules/views/src/Tests/Plugin/PagerTest.php
Pagers was sometimes not stored.
PagerTest::testViewTotalRowsWithoutPager in core/modules/views/src/Tests/Plugin/PagerTest.php
QueryGroupByTest::groupByTestHelper in core/modules/views/src/Tests/QueryGroupByTest.php
Provides a test helper which runs a view with some aggregation function.
QueryGroupByTest::testAggregateCount in core/modules/views/src/Tests/QueryGroupByTest.php
Tests aggregate count feature.
QueryGroupByTest::testGroupByBaseField in core/modules/views/src/Tests/QueryGroupByTest.php
Tests grouping on base field.
QueryGroupByTest::testGroupByCountOnlyFilters in core/modules/views/src/Tests/QueryGroupByTest.php
Tests groupby with filters.
QueryGroupByTest::testGroupByFieldWithCardinality in core/modules/views/src/Tests/QueryGroupByTest.php
Tests grouping a field with cardinality > 1.
QueryTest::queryMethodsTests in core/modules/views/src/Tests/Plugin/QueryTest.php
Test methods provided by the QueryPluginBase.
QueryTest::testQueryUI in core/modules/views_ui/src/Tests/QueryTest.php
Tests query plugins settings.
QueryTest::_testInitQuery in core/modules/views/src/Tests/Plugin/QueryTest.php
Tests the ViewExecutable::initQuery method.
QueryTest::_testQueryExecute in core/modules/views/src/Tests/Plugin/QueryTest.php
RearrangeFieldsTest::getViewFields in core/modules/views_ui/src/Tests/RearrangeFieldsTest.php
Gets the fields from the View.
RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData in core/modules/taxonomy/src/Tests/Views/RelationshipNodeTermDataTest.php
RelationshipRepresentativeNodeTest::testRelationship in core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php
Tests the relationship.
RelationshipRepresentativeNodeTest::testRelationship in core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php
Tests the relationship.
RelationshipTest::testRelationshipQuery in core/modules/views/src/Tests/Handler/RelationshipTest.php
Tests the query result of a view with a relationship.
RelationshipTest::testRelationshipRender in core/modules/views/src/Tests/Handler/RelationshipTest.php
Tests rendering of a view with a relationship.
RelationshipUserFileDataTest::testViewsHandlerRelationshipUserFileData in core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php
Tests using the views file relationship.
RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData in core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php
Tests using the views image relationship.
RevisionRelationshipsTest::testBlockContentRevisionRelationship in core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php
Create a block_content with revision and rest result count for both views.
RevisionRelationshipsTest::testNodeRevisionRelationship in core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php
Create a node with revision and rest result count for both views.
RowEntityRenderersTest::assertTranslations in core/modules/views/src/Tests/Entity/RowEntityRenderersTest.php
Checks that the view results match the expected values.
RowEntityTest::testEntityRow in core/modules/views/src/Tests/Plugin/RowEntityTest.php
Tests the entity row handler.
RowPluginTest::testRowPlugin in core/modules/node/src/Tests/Views/RowPluginTest.php
Tests the node row plugin.
RowRenderCacheTest::doTestRenderedOutput in core/modules/views/src/Tests/Plugin/RowRenderCacheTest.php
Check whether the rendered output matches expectations.
RowUITest::testRowUI in core/modules/views_ui/src/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
RssTest::testTaxonomyRss in core/modules/taxonomy/src/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SelectionTest::testSelectionHandlerRelationship in core/modules/field/src/Tests/EntityReference/Views/SelectionTest.php
Tests the selection handler with a relationship.
SortDateTest::testDateOrdering in core/modules/views/src/Tests/Handler/SortDateTest.php
Tests numeric ordering of the result set.
SortDateTimeTest::testDateTimeSort in core/modules/datetime/src/Tests/Views/SortDateTimeTest.php
Tests the datetime sort handler.
SortRandomTest::getBasicRandomView in core/modules/views/src/Tests/Handler/SortRandomTest.php
Return a basic view with random ordering.
SortRandomTest::testRandomOrdering in core/modules/views/src/Tests/Handler/SortRandomTest.php
Tests random ordering of the result set.
SortTest::testNumericOrdering in core/modules/views/src/Tests/Handler/SortTest.php
Tests numeric ordering of the result set.
SortTest::testStringOrdering in core/modules/views/src/Tests/Handler/SortTest.php
Tests string ordering of the result set.
SqlQueryTest::testExecuteMetadata in core/modules/views/src/Tests/Plugin/SqlQueryTest.php
Tests adding some metadata/tags to the views query.
StorageTest::testDetails in core/modules/views_ui/src/Tests/StorageTest.php
Tests changing label, description and tag.
StyleGridTest::testGrid in core/modules/views/src/Tests/Plugin/StyleGridTest.php
Tests the grid style.
StyleHtmlListTest::testDefaultRowClasses in core/modules/views/src/Tests/Plugin/StyleHtmlListTest.php
Make sure that the HTML list style markup is correct.
StyleMappingTest::testMappedOutput in core/modules/views/src/Tests/Plugin/StyleMappingTest.php
Verifies that the fields were mapped correctly.
StyleSerializerTest::testFieldRawOutput in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the raw output options for row field rendering.
StyleSerializerTest::testGroupRows in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the "Grouped rows" functionality.
StyleSerializerTest::testLivePreview in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the live preview output for json output.
StyleSerializerTest::testSerializerResponses in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
StyleSerializerTest::testUIFieldAlias in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
StyleTableTest::testWizard in core/modules/views_ui/src/Tests/StyleTableTest.php
Tests created a table style view.
StyleTableUnitTest::testTable in core/modules/views/src/Tests/Plugin/StyleTableUnitTest.php
Tests the table style.
StyleTest::testCustomRowClasses in core/modules/views/src/Tests/Plugin/StyleTest.php
Tests custom css classes.
StyleTest::testStyle in core/modules/views/src/Tests/Plugin/StyleTest.php
Tests the general rendering of styles.
StyleTest::_testGrouping in core/modules/views/src/Tests/Plugin/StyleTest.php
Tests the grouping features of styles.
StyleUITest::testStyleUI in core/modules/views_ui/src/Tests/StyleUITest.php
Tests changing the style plugin and changing some options of a style.
StyleUnformattedTest::testDefaultRowClasses in core/modules/views/src/Tests/Plugin/StyleUnformattedTest.php
Make sure that the default css classes works as expected.
TaxonomyDefaultArgumentTest::testNodePath in core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php
Tests the relationship.
TaxonomyDefaultArgumentTest::testTermPath in core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
Tests token replacement in the "all terms" field handler.
TaxonomyFieldTidTest::testViewsHandlerTidField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldTidTest.php
TaxonomyRelationshipTest::testTaxonomyRelationships in core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyTermFilterDepthTest::setUp in core/modules/taxonomy/src/Tests/Views/TaxonomyTermFilterDepthTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TermNameFieldTest::testTermNameField in core/modules/taxonomy/src/Tests/Views/TermNameFieldTest.php
Tests term name field plugin functionality.
TokenReplaceTest::testTokenReplacement in core/modules/views/src/Tests/TokenReplaceTest.php
Tests core token replacements generated from a view.
TrackerUserUidTest::testUserUid in core/modules/tracker/src/Tests/Views/TrackerUserUidTest.php
Tests the user uid filter and argument.
UserDataTest::testDataField in core/modules/user/src/Tests/Views/UserDataTest.php
Tests field handler.
View::preRenderViewElement in core/modules/views/src/Element/View.php
View element pre render callback.
ViewEditForm::save in core/modules/views_ui/src/ViewEditForm.php
Form submission handler for the 'save' action.
ViewElementTest::testViewElement in core/modules/views/src/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element.
ViewElementTest::testViewElementEmbed in core/modules/views/src/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element, using the embed display plugin.
ViewEntityDependenciesTest::testGetDependencies in core/modules/views/src/Tests/Entity/ViewEntityDependenciesTest.php
Tests the getDependencies method.
ViewExecutableTest::testConstructing in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the generation of the executable object.
ViewExecutableTest::testDestroy in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the deconstructor to be sure that necessary objects are removed.
ViewExecutableTest::testDisplays in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the display related methods and properties.
ViewExecutableTest::testGetHandlers in core/modules/views/src/Tests/ViewExecutableTest.php
Tests ViewExecutable::getHandlers().
ViewExecutableTest::testInitMethods in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the initDisplay() and initHandlers() methods.
ViewExecutableTest::testProperties in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the accessing of values on the object.
ViewExecutableTest::testPropertyMethods in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewExecutableTest::testSerialization in core/modules/views/src/Tests/ViewExecutableTest.php
Tests serialization of the ViewExecutable object.
ViewExecutableTest::testValidate in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the validation of display handlers.
ViewRenderTest::testRender in core/modules/views/src/Tests/ViewRenderTest.php
Tests render functionality.
ViewsHooksTest::testHooks in core/modules/views/src/Tests/ViewsHooksTest.php
Tests the hooks.
ViewsIntegrationTest::testIntegration in core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php
Tests the integration.
ViewsSelection::initializeView in core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
Initializes a view.
ViewsSqlExceptionTest::testSqlException in core/modules/views/src/Tests/Plugin/ViewsSqlExceptionTest.php
Test for the SQL exception.
ViewsTemplateTest::testTemplate in core/modules/views/src/Tests/ViewsTemplateTest.php
Tests render functionality.
ViewsTest::testGetView in core/modules/views/tests/src/Unit/ViewsTest.php
Tests the getView() method.
ViewStorageTest::loadTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests loading configuration entities.
ViewStorageTest::testCreateDuplicate in core/modules/views/src/Tests/ViewStorageTest.php
Tests the createDuplicate() View method.
views_embed_view in core/modules/views/views.module
Embed a view using a PHP snippet.
views_get_view_result in core/modules/views/views.module
Get the result of a view.
WizardTest::testCommentWizard in core/modules/comment/src/Tests/Views/WizardTest.php
Tests adding a view of comments.