Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FrontPageTest::$nodePath property core/modules/system/tests/src/Functional/System/FrontPageTest.php The path to a node that is created for testing.
FrontPageTest::$nodeStorage property core/modules/node/tests/src/Functional/Views/FrontPageTest.php The entity storage for nodes.
FrontPageTest::assertNotInResultSet function core/modules/node/tests/src/Functional/Views/FrontPageTest.php Verifies that an amount of nids aren't in the result.
FrontPageTest::doTestFrontPageViewCacheTags function core/modules/node/tests/src/Functional/Views/FrontPageTest.php Tests the cache tags on the front page.
FrontPageTest::setUp function core/modules/node/tests/src/Functional/Views/FrontPageTest.php
FrontPageTest::setUp function core/modules/system/tests/src/Functional/System/FrontPageTest.php
FrontPageTest::testCacheTagsWithCachePluginNone function core/modules/node/tests/src/Functional/Views/FrontPageTest.php Tests the cache tags when using the "none" cache plugin.
FrontPageTest::testCacheTagsWithCachePluginTag function core/modules/node/tests/src/Functional/Views/FrontPageTest.php Tests the cache tags when using the "tag" cache plugin.
FrontPageTest::testCacheTagsWithCachePluginTime function core/modules/node/tests/src/Functional/Views/FrontPageTest.php Tests the cache tags when using the "time" cache plugin.
FrontPageTest::testDrupalFrontPage function core/modules/system/tests/src/Functional/System/FrontPageTest.php Tests front page functionality.
FrontPageTest::testFrontPage function core/modules/node/tests/src/Functional/Views/FrontPageTest.php Tests the frontpage.
FTP::getSettingsForm function core/lib/Drupal/Core/FileTransfer/FTP.php
FTP::__construct function core/lib/Drupal/Core/FileTransfer/FTP.php
FTPExtension class core/lib/Drupal/Core/FileTransfer/FTPExtension.php Defines a file transfer class using the PHP FTP extension.
FTPExtension.php file core/lib/Drupal/Core/FileTransfer/FTPExtension.php
FTPExtension::chmodJailed function core/lib/Drupal/Core/FileTransfer/FTPExtension.php
FTPExtension::connect function core/lib/Drupal/Core/FileTransfer/FTPExtension.php
FTPExtension::copyFileJailed function core/lib/Drupal/Core/FileTransfer/FTPExtension.php
FTPExtension::createDirectoryJailed function core/lib/Drupal/Core/FileTransfer/FTPExtension.php
FTPExtension::isDirectory function core/lib/Drupal/Core/FileTransfer/FTPExtension.php
FTPExtension::isFile function core/lib/Drupal/Core/FileTransfer/FTPExtension.php
FTPExtension::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/FTPExtension.php
FTPExtension::removeFileJailed function core/lib/Drupal/Core/FileTransfer/FTPExtension.php
Full::buildOptionsForm function core/modules/views/src/Plugin/views/pager/Full.php
Full::defineOptions function core/modules/views/src/Plugin/views/pager/Full.php
Full::summaryTitle function core/modules/views/src/Plugin/views/pager/Full.php
FullDate::summaryName function core/modules/views/src/Plugin/views/argument/FullDate.php
FullyValidatableConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/FullyValidatableConstraint.php Constraint for fully validatable config schema type.
FullyValidatableConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/FullyValidatableConstraint.php
FullyValidatableConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/FullyValidatableConstraintValidator.php FullyValidatable constraint.
FullyValidatableConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/FullyValidatableConstraintValidator.php
FullyValidatableConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/FullyValidatableConstraintValidator.php
FunctionalJavascriptTestSuite class core/tests/TestSuites/FunctionalJavascriptTestSuite.php Discovers tests for the functional-javascript test suite.
FunctionalJavascriptTestSuite.php file core/tests/TestSuites/FunctionalJavascriptTestSuite.php
FunctionalJavascriptTestSuite::suite function core/tests/TestSuites/FunctionalJavascriptTestSuite.php Factory method which loads up a suite with all functional javascript tests.
FunctionalTestDebugHtmlOutputHelperTest class core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php Helper test for FunctionalTestDebugHtmlOutputTest.
FunctionalTestDebugHtmlOutputHelperTest.php file core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php
FunctionalTestDebugHtmlOutputHelperTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php
FunctionalTestDebugHtmlOutputHelperTest::testCreateFunctionalTestDebugHtmlOutput function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php Creates one page of debug HTML output.
FunctionalTestDebugHtmlOutputTest class core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php Test to ensure that functional tests produce debug HTML output when required.
FunctionalTestDebugHtmlOutputTest.php file core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php
FunctionalTestDebugHtmlOutputTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php
FunctionalTestDebugHtmlOutputTest::testFunctionalTestDebugHtmlOutput function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php Ensures that functional tests produce debug HTML output when required.
FunctionalTestSetupTrait trait core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Defines a trait for shared functional test setup functionality.
FunctionalTestSetupTrait.php file core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
FunctionalTestSetupTrait::$apcuEnsureUniquePrefix property core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php The flag to set 'apcu_ensure_unique_prefix' setting.
FunctionalTestSetupTrait::$classLoader property core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php The class loader to use for installation and initialization of setup.
FunctionalTestSetupTrait::$rootUser property core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php The "#1" admin user.
FunctionalTestSetupTrait::$usesSuperUserAccessPolicy property core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Set to TRUE to make user 1 a super user.
FunctionalTestSetupTrait::doInstall function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Execute the non-interactive installer.

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