Search for require

  1. Search 7.x for require
  2. Search 9.5.x for require
  3. Search 8.9.x for require
  4. Search 10.3.x for require
  5. Other projects
Title Object type File name Summary
PhpRequirementsTest.php file core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php
PhpRequirementsTest::providerMinimumSupportedPhp function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Data provider for ::testMinimumSupportedPhp().
PhpRequirementsTest::testMinimumSupportedPhp function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Tests the minimum supported PHP for valid scenarios.
PhpRequirementsTest::testPhpEolDates function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Ensures that PHP EOL dates are valid.
PhpRequirementTest class core/modules/system/tests/src/Functional/System/PhpRequirementTest.php Tests the output of PHP requirements on the status report.
PhpRequirementTest.php file core/modules/system/tests/src/Functional/System/PhpRequirementTest.php
PhpRequirementTest::$defaultTheme property core/modules/system/tests/src/Functional/System/PhpRequirementTest.php The theme to install as the default for testing.
PhpRequirementTest::setUp function core/modules/system/tests/src/Functional/System/PhpRequirementTest.php
PhpRequirementTest::testStatusPage function core/modules/system/tests/src/Functional/System/PhpRequirementTest.php Tests status report messages regarding the PHP version.
PhpTufValidatorTest::testPluginRemovedFromStagePreRequire function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests removing the plugin from the stage on pre-require.
PhpUnitBridgeRequiresTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeRequiresTest.php Test how unit tests interact with deprecation errors.
PhpUnitBridgeRequiresTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeRequiresTest.php
PhpUnitBridgeRequiresTest::providerTestWillNeverRun function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeRequiresTest.php Data provider for ::testWillNeverRun().
PhpUnitBridgeRequiresTest::testWillNeverRun function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeRequiresTest.php Tests the @requires annotation.
Plugin::$requireWasCalled property composer/Plugin/Scaffold/Plugin.php Record whether the 'require' command was called.
Plugin::unpackOnRequire function composer/Plugin/RecipeUnpack/Plugin.php Post update command event callback.
PluginExistsConstraint::getRequiredOptions function core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php
PostRequireEvent class core/modules/package_manager/src/Event/PostRequireEvent.php Event fired after packages are updated to the stage directory.
PostRequireEvent.php file core/modules/package_manager/src/Event/PostRequireEvent.php
PreRequireEvent class core/modules/package_manager/src/Event/PreRequireEvent.php Event fired before packages are updated to the stage directory.
PreRequireEvent.php file core/modules/package_manager/src/Event/PreRequireEvent.php
ProfileField::checkRequirements function core/modules/user/src/Plugin/migrate/source/ProfileField.php
ProfileFieldCheckRequirementsTest class core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php Tests check requirements for profile_field source plugin.
ProfileFieldCheckRequirementsTest class core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php Tests check requirements for profile_field source plugin.
ProfileFieldCheckRequirementsTest.php file core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest.php file core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::testCheckRequirements function core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php Tests exception is thrown when profile_fields tables do not exist.
ProfileFieldCheckRequirementsTest::testCheckRequirements function core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php Tests exception is thrown when profile_fields tables do not exist.
ProfileInstallRequirementsRequirements class core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php Provides method for checking requirements during install time.
ProfileInstallRequirementsRequirements.php file core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php
ProfileInstallRequirementsRequirements::getRequirements function core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php
ProfileRequirementsTest class core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Tests installing a profile that implements InstallRequirementsInterface.
ProfileRequirementsTest.php file core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php
ProfileRequirementsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php
ProfileRequirementsTest::$profile property core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php
ProfileRequirementsTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php
ProfileRequirementsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php
ProfileRequirementsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php
ProfileRequirementsTest::testRequirementsFailure function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Test Requirements are picked up.
profile_install_requirements.info.yml file core/profiles/tests/profile_install_requirements/profile_install_requirements.info.yml core/profiles/tests/profile_install_requirements/profile_install_requirements.info.yml
ProjectSecurityRequirement class core/modules/update/src/ProjectSecurityRequirement.php Class for generating a project's security requirement.
ProjectSecurityRequirement.php file core/modules/update/src/ProjectSecurityRequirement.php
ProjectSecurityRequirement::$existingMajorMinorVersion property core/modules/update/src/ProjectSecurityRequirement.php The existing (currently installed) version in the format [MAJOR].[MINOR].
ProjectSecurityRequirement::$nextMajorMinorVersion property core/modules/update/src/ProjectSecurityRequirement.php The next version after the installed version in the format [MAJOR].[MINOR].
ProjectSecurityRequirement::$projectTitle property core/modules/update/src/ProjectSecurityRequirement.php The project title.
ProjectSecurityRequirement::$securityCoverageInfo property core/modules/update/src/ProjectSecurityRequirement.php Security coverage information for the project.
ProjectSecurityRequirement::createFromProjectDataAndSecurityCoverageInfo function core/modules/update/src/ProjectSecurityRequirement.php Creates a ProjectSecurityRequirement object from project data.
ProjectSecurityRequirement::getDateEndRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the security coverage requirement based on an end date.

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