Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 10.3.x for __set
  4. Search 11.x for __set
  5. Search main for __set
  6. Other projects
Title Object type File name Summary
PathAdminTest::setUp function core/modules/path/tests/src/Functional/PathAdminTest.php
PathAlias::setAlias function core/modules/path_alias/src/Entity/PathAlias.php Sets the alias for this path.
PathAlias::setPath function core/modules/path_alias/src/Entity/PathAlias.php Sets the source path of the alias.
PathAliasInterface::setAlias function core/modules/path_alias/src/PathAliasInterface.php Sets the alias for this path.
PathAliasInterface::setPath function core/modules/path_alias/src/PathAliasInterface.php Sets the source path of the alias.
PathAliasMenuLinkContentTest::setUp function core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
PathAliasResourceTestBase::setUpAuthorization function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Sets up the necessary authorization.
PathAliasTest::setUp function core/modules/path/tests/src/Functional/PathAliasTest.php
PathAliasTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php Sets up the necessary authorization.
PathAliasToEntityUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php Set database dump files to be used.
PathBasedBreadcrumbBuilderTest::setUp function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php @covers ::__construct[[api-linebreak]]
PathBasedBreadcrumbBuilderTest::setupAccessManagerToAllow function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Setup the access manager to always allow access to routes.
PathBasedBreadcrumbBuilderTest::setupStubPathProcessor function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php
PathContentModerationTest::setUp function core/modules/path/tests/src/Functional/PathContentModerationTest.php
PathElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Sets up the test.
PathFilterForm::resetForm function core/modules/path/src/Form/PathFilterForm.php Resets the filter selections.
PathHooksTest::setUp function core/modules/path_alias/tests/src/Kernel/PathHooksTest.php
PathItemTest::setUp function core/modules/path/tests/src/Kernel/PathItemTest.php
PathLanguageTest::setUp function core/modules/path/tests/src/Functional/PathLanguageTest.php
PathLanguageUiTest::setUp function core/modules/path/tests/src/Functional/PathLanguageUiTest.php
PathMatcherTest::setUp function core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php
PathMediaFormTest::setUp function core/modules/path/tests/src/Functional/PathMediaFormTest.php
PathNoCanonicalLinkTest::setUp function core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php
PathNodeFormTest::setUp function core/modules/path/tests/src/Functional/PathNodeFormTest.php
PathPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\display\PathPluginBase[[api-linebreak]]
@group views
PathPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Contains \Drupal\Tests\views\Unit\Plugin\display\PathPluginBaseTest.
PathPluginBaseTest::$accessPluginManager property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The mocked views access plugin manager.
PathPluginBaseTest::$pathPlugin property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The tested path plugin base.
PathPluginBaseTest::$routeProvider property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The route provider that should be used.
PathPluginBaseTest::$state property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The mocked key value storage.
PathPluginBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php
PathPluginBaseTest::setupContainer function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Setup access plugin manager and config factory in the Drupal class.
PathPluginBaseTest::setupViewExecutableAccessPlugin function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Returns some mocked view entity, view executable, and access plugin.
PathPluginBaseTest::testAlterPostRestRoute function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the altering of a REST route.
PathPluginBaseTest::testAlterRoute function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the alter route method.
PathPluginBaseTest::testAlterRoutesWithOptionalParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with optional parameters in the overridden route.
PathPluginBaseTest::testAlterRoutesWithParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with parameters in the overridden route.
PathPluginBaseTest::testAlterRoutesWithParametersAndUpcasting function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with parameters and upcasting information
PathPluginBaseTest::testAlterRouteWithAlterCallback function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the alter route method with preexisting title callback.
PathPluginBaseTest::testCollectRoutes function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method.
PathPluginBaseTest::testCollectRoutesWithArguments function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with arguments.
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with arguments not specified in the path.
PathPluginBaseTest::testCollectRoutesWithDisplayReturnResponse function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with a display returning a response.
PathPluginBaseTest::testCollectRoutesWithNamedParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with a path containing named parameters.
PathPluginBaseTest::testCollectRoutesWithSpecialRouteName function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collect routes method with an alternative route name in the UI.
PathPluginBaseTest::testGetRestRoute function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the altering of a REST route.
PathPluginBaseTest::testGetRouteName function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the getRouteName method.
PathPluginTest::setUp function core/modules/node/tests/src/Functional/Views/PathPluginTest.php
PathProcessorLanguage::reset function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Resets the collected processors instances.
PathProcessorTest::setUp function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php

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