Search for require

  1. Search 7.x for require
  2. Search 9.5.x for require
  3. Search 10.3.x for require
  4. Search 11.x for require
  5. Other projects
Title Object type File name Summary
RequiredStatesTest.php file core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php
RequiredStatesTest::$modules property core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php Modules to enable.
RequiredStatesTest::testChangeRequiredStateAPI function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php Ensures that initialized configuration can be changed.
RequiredStatesTest::testDeleteRequiredStateAPI function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @covers \Drupal\workflows\Entity\Workflow::preSave
RequiredStatesTest::testGetRequiredStates function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @covers ::getRequiredStates
@covers ::__construct
RequiredStatesTest::testNoStatesRequiredStateAPI function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @covers \Drupal\workflows\Entity\Workflow::preSave
RequiredStateTestType class core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php Test workflow type.
RequiredStateTestType.php file core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php
RequiredStateTestType::defaultConfiguration function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php Gets default configuration for this plugin.
required_module_uninstall_validator service core/core.services.yml Drupal\Core\Extension\RequiredModuleUninstallValidator
requirements1_test.info.yml file core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml
requirements1_test.install file core/modules/system/tests/modules/requirements1_test/requirements1_test.install Install hooks for test module.
requirements1_test_requirements function core/modules/system/tests/modules/requirements1_test/requirements1_test.install Implements hook_requirements().
requirements2_test.info.yml file core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml
RequirementsAwareDestinationInterface interface core/modules/migrate/tests/src/Unit/MigrationTest.php Defines the RequirementsAwareDestinationInterface.
RequirementsAwareSourceInterface interface core/modules/migrate/tests/src/Unit/MigrationTest.php Defines the RequirementsAwareSourceInterface.
RequirementsException class core/modules/migrate/src/Exception/RequirementsException.php Defines an exception thrown when a migration does not meet the requirements.
RequirementsException.php file core/modules/migrate/src/Exception/RequirementsException.php
RequirementsException::$requirements property core/modules/migrate/src/Exception/RequirementsException.php The missing requirements.
RequirementsException::getRequirements function core/modules/migrate/src/Exception/RequirementsException.php Get an array of requirements.
RequirementsException::getRequirementsString function core/modules/migrate/src/Exception/RequirementsException.php Get the requirements as a string.
RequirementsException::__construct function core/modules/migrate/src/Exception/RequirementsException.php Constructs a new RequirementsException instance.
RequirementsExceptionTest class core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php @coversDefaultClass \Drupal\migrate\Exception\RequirementsException
@group migrate
RequirementsExceptionTest.php file core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php
RequirementsExceptionTest::$missingRequirements property core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php
RequirementsExceptionTest::getRequirementsProvider function core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php Provides a list of requirements to test.
RequirementsExceptionTest::testGetExceptionString function core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php @covers ::getRequirementsString
@dataProvider getRequirementsProvider
RequirementsExceptionTest::testGetRequirements function core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php @covers ::getRequirements
RequirementsInterface interface core/modules/migrate/src/Plugin/RequirementsInterface.php An interface to check for a migrate plugin requirements.
RequirementsInterface.php file core/modules/migrate/src/Plugin/RequirementsInterface.php
RequirementsInterface::checkRequirements function core/modules/migrate/src/Plugin/RequirementsInterface.php Checks if requirements for this plugin are OK.
RequirementsPageTrait trait core/tests/Drupal/Tests/RequirementsPageTrait.php Provides helper methods for the requirements page.
RequirementsPageTrait.php file core/tests/Drupal/Tests/RequirementsPageTrait.php
RequirementsPageTrait::assertWarningSummaries function core/tests/Drupal/Tests/RequirementsPageTrait.php Assert the given warning summaries are present on the page.
RequirementsPageTrait::continueOnExpectedWarnings function core/tests/Drupal/Tests/RequirementsPageTrait.php Continues installation when the expected warnings are found.
RequirementsPageTrait::updateRequirementsProblem function core/tests/Drupal/Tests/RequirementsPageTrait.php Handles the update requirements page.
REQUIREMENT_ERROR constant core/includes/install.inc Requirement severity -- Error condition; abort installation.
REQUIREMENT_INFO constant core/includes/install.inc Requirement severity -- Informational message only.
REQUIREMENT_OK constant core/includes/install.inc Requirement severity -- Requirement successfully met.
REQUIREMENT_WARNING constant core/includes/install.inc Requirement severity -- Warning condition; proceed but flag warning.
ResourceBase::getBaseRouteRequirements function core/modules/rest/src/Plugin/ResourceBase.php Gets the base route requirements for a particular method.
ResourceIdentifier::toResourceIdentifiersWithArityRequired function core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php Creates an array of ResourceIdentifier objects with arity on every value.
ResourceResponseSubscriberTest::generateRouteRequirements function core/modules/rest/tests/src/Unit/EventSubscriber/ResourceResponseSubscriberTest.php Generates route requirements based on supported formats.
RouteProcessorCsrfTest::testProcessOutboundNoRequirement function core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php Tests the processOutbound() method with no _csrf_token route requirement.
search_requirements function core/modules/search/search.install Implements hook_requirements().
serialization_requirements function core/modules/serialization/serialization.install Implements hook_requirements().
ShapeItemRequired class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php Defines the 'shape_required' field type.
ShapeItemRequired.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php
ShapeItemRequired::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php Defines field item properties.
simpletest_requirements function core/modules/simpletest/simpletest.install Implements hook_requirements().

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