Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ViewExecutableTest::$displayHandlers property core/modules/views/tests/src/Unit/ViewExecutableTest.php A mocked display collection.
ViewExecutableTest::$executable property core/modules/views/tests/src/Unit/ViewExecutableTest.php The tested view executable.
ViewExecutableTest::$executableProperties property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Properties that should be stored in the executable.
ViewExecutableTest::$modules property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Modules to enable.
ViewExecutableTest::$noneCache property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked none cache plugin.
ViewExecutableTest::$routeProvider property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked route provider.
ViewExecutableTest::$successCache property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked cache plugin that returns a successful result.
ViewExecutableTest::$testViews property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Views used by this test.
ViewExecutableTest::$user property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked user.
ViewExecutableTest::$view property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked view entity.
ViewExecutableTest::$viewExecutableFactory property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked view executable.
ViewExecutableTest::$viewsData property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked views data.
ViewExecutableTest::ACCESS_GRANTED constant core/modules/views/tests/src/Unit/ViewExecutableTest.php Indicates that user has access to the display.
ViewExecutableTest::ACCESS_REVOKED constant core/modules/views/tests/src/Unit/ViewExecutableTest.php Indicates that user has no access to the display.
ViewExecutableTest::addHandlerProvider function core/modules/views/tests/src/Unit/ViewExecutableTest.php Data provider for testAddHandlerWithEntityField and testAddHandler.
ViewExecutableTest::assertViewDestroy function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Asserts that expected view properties have been unset by destroy().
ViewExecutableTest::DISPLAY_DISABLED constant core/modules/views/tests/src/Unit/ViewExecutableTest.php Indicates that a display is disabled.
ViewExecutableTest::DISPLAY_ENABLED constant core/modules/views/tests/src/Unit/ViewExecutableTest.php Indicates that a display is enabled.
ViewExecutableTest::getProtectedProperty function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Returns a protected property from a class instance.
ViewExecutableTest::providerAttachDisplays function core/modules/views/tests/src/Unit/ViewExecutableTest.php Provider for testAttachDisplays().
ViewExecutableTest::providerExecuteReturn function core/modules/views/tests/src/Unit/ViewExecutableTest.php Provider for testExecuteReturn().
ViewExecutableTest::setUp function core/modules/views/tests/src/Unit/ViewExecutableTest.php
ViewExecutableTest::setupBaseViewAndDisplay function core/modules/views/tests/src/Unit/ViewExecutableTest.php Setups a view executable and default display.
ViewExecutableTest::setUpFixtures function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Sets up the configuration and schema of views and views_test_data modules.
ViewExecutableTest::testAddHandler function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::addHandler[[api-linebreak]]
ViewExecutableTest::testAddHandlerWithEntityField function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::addHandler[[api-linebreak]]
ViewExecutableTest::testArgumentValidatorValueOverride function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests if argument overrides by validators are propagated to tokens.
ViewExecutableTest::testAttachDisplays function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests if a display gets attached or not.
ViewExecutableTest::testBuildThemeFunctions function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::buildThemeFunctions[[api-linebreak]]
ViewExecutableTest::testCacheIsIgnoredDuringPreview function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::execute[[api-linebreak]]
ViewExecutableTest::testConstructing function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the generation of the executable object.
ViewExecutableTest::testDestroy function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the deconstructor to be sure that necessary objects are removed.
ViewExecutableTest::testDisplays function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the display related methods and properties.
ViewExecutableTest::testExecuteReturn function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests the return values for the execute() method.
ViewExecutableTest::testFactoryService function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the views.executable container service.
ViewExecutableTest::testGenerateHandlerId function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::generateHandlerId[[api-linebreak]]
ViewExecutableTest::testGetHandlers function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests ViewExecutable::getHandlers().
ViewExecutableTest::testGetHandlerTypes function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests ViewExecutable::getHandlerTypes().
ViewExecutableTest::testGetUrlWithoutRouterDisplay function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithOverriddenUrl function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPathNoPlaceholders function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPlaceholdersAndArgs function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgs function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgsAndExceptionValue function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testInitMethods function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the initDisplay() and initHandlers() methods.
ViewExecutableTest::testProperties function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the accessing of values on the object.
ViewExecutableTest::testPropertyMethods function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the setting/getting of properties.
ViewExecutableTest::testSerialization function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests serialization of the ViewExecutable object.
ViewExecutableTest::testSetCurrentPageBeforePreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::setCurrentPage[[api-linebreak]]
@covers ::getCurrentPage[[api-linebreak]]
ViewExecutableTest::testSetCurrentPageDuringPreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::setCurrentPage[[api-linebreak]]
@covers ::getCurrentPage[[api-linebreak]]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.