Search for visit

  1. Search 7.x for visit
  2. Search 9.5.x for visit
  3. Search 8.9.x for visit
  4. Search 10.3.x for visit
  5. Other projects
Title Object type File name Summary
BuildTestBase::assertDrupalVisit function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Helper function to assert that the last visit was a Drupal site.
BuildTestBase::visit function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Visit a URI on the HTTP server.
ComponentNodeVisitor class core/modules/sdc/src/Twig/ComponentNodeVisitor.php Provides a ComponentNodeVisitor to change the generated parse-tree.
ComponentNodeVisitor class core/lib/Drupal/Core/Template/ComponentNodeVisitor.php Provides a ComponentNodeVisitor to change the generated parse-tree.
ComponentNodeVisitor.php file core/modules/sdc/src/Twig/ComponentNodeVisitor.php
ComponentNodeVisitor.php file core/lib/Drupal/Core/Template/ComponentNodeVisitor.php
ComponentNodeVisitor::emojiForString function core/modules/sdc/src/Twig/ComponentNodeVisitor.php Chooses an emoji representative for the input string.
ComponentNodeVisitor::emojiForString function core/lib/Drupal/Core/Template/ComponentNodeVisitor.php Chooses an emoji representative for the input string.
ComponentNodeVisitor::enterNode function core/lib/Drupal/Core/Template/ComponentNodeVisitor.php
ComponentNodeVisitor::enterNode function core/modules/sdc/src/Twig/ComponentNodeVisitor.php
ComponentNodeVisitor::getComponent function core/modules/sdc/src/Twig/ComponentNodeVisitor.php Finds the SDC for the current module node.
ComponentNodeVisitor::getComponent function core/lib/Drupal/Core/Template/ComponentNodeVisitor.php Finds the SDC for the current module node.
ComponentNodeVisitor::getPriority function core/modules/sdc/src/Twig/ComponentNodeVisitor.php
ComponentNodeVisitor::getPriority function core/lib/Drupal/Core/Template/ComponentNodeVisitor.php
ComponentNodeVisitor::leaveNode function core/modules/sdc/src/Twig/ComponentNodeVisitor.php
ComponentNodeVisitor::leaveNode function core/lib/Drupal/Core/Template/ComponentNodeVisitor.php
ComponentNodeVisitor::validateSlots function core/lib/Drupal/Core/Template/ComponentNodeVisitor.php Performs a cheap validation of the slots in the template.
ComponentNodeVisitor::validateSlots function core/modules/sdc/src/Twig/ComponentNodeVisitor.php Performs a cheap validation of the slots in the template.
ComponentNodeVisitor::__construct function core/lib/Drupal/Core/Template/ComponentNodeVisitor.php Creates a new ComponentNodeVisitor object.
ComponentNodeVisitor::__construct function core/modules/sdc/src/Twig/ComponentNodeVisitor.php Creates a new ComponentNodeVisitor object.
ComponentNodeVisitorTest class core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php Tests the node visitor.
ComponentNodeVisitorTest class core/modules/sdc/tests/src/Kernel/ComponentNodeVisitorTest.php Tests the node visitor.
ComponentNodeVisitorTest.php file core/modules/sdc/tests/src/Kernel/ComponentNodeVisitorTest.php
ComponentNodeVisitorTest.php file core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php
ComponentNodeVisitorTest::$modules property core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php Modules to install.
ComponentNodeVisitorTest::$modules property core/modules/sdc/tests/src/Kernel/ComponentNodeVisitorTest.php Modules to enable.
ComponentNodeVisitorTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php Themes to install.
ComponentNodeVisitorTest::$themes property core/modules/sdc/tests/src/Kernel/ComponentNodeVisitorTest.php Themes to install.
ComponentNodeVisitorTest::testOtherVisitorsCanModifyTwigNodes function core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php Test that other visitors can modify Twig nodes.
ComponentNodeVisitorTest::testOtherVisitorsCanModifyTwigNodes function core/modules/sdc/tests/src/Kernel/ComponentNodeVisitorTest.php Test that other visitors can modify Twig nodes.
ComponentsTwigExtension::getNodeVisitors function core/lib/Drupal/Core/Template/ComponentsTwigExtension.php
DistributionProfileTranslationQueryTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Visits the interactive installer.
ForumManager::lastVisit function core/modules/forum/src/ForumManager.php Gets the last time the user viewed a node.
HelpTestTwigExtension::getNodeVisitors function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigExtension.php
HelpTestTwigNodeVisitor class core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Defines a Twig node visitor for testing help topics.
HelpTestTwigNodeVisitor.php file core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::DELIMITER constant core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Delimiter placed around single translated chunks.
HelpTestTwigNodeVisitor::enterNode function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::extractText function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Extracts the text from a translated text object.
HelpTestTwigNodeVisitor::getPriority function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::getState function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Returns the state information.
HelpTestTwigNodeVisitor::leaveNode function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::setStateValue function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Sets state information.
HelpTestTwigNodeVisitor::STATE_NAME constant core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Name used in \Drupal::state() for saving state information.
InstallerExistingConfigProfileHookInstall::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php Visits the interactive installer.
InstallerExistingConfigSyncDirectoryProfileHookInstall::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php Visits the interactive installer.
InstallerExistingSettingsTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php Visits the interactive installer.
InstallerPostInstallTest::testVisitInstallerPostInstall function core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php Confirms that visiting the installer does not break things post-install.
InstallerTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Visits the interactive installer.
InstallerTestBase::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Visits the interactive installer.

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