Search for require
- Search 7.x for require
- Search 9.5.x for require
- Search 8.9.x for require
- Search 11.x for require
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DocParserTest::testAnnotationWithRequiredAttributesWithoutContructor | function | core/ |
|
| DrupalCoreComposer::getRequireDev | function | composer/ |
Return the "require-dev" section from root or core composer.json file. |
| DrupalSqlBase::$requirements | property | core/ |
If the source provider is missing. |
| DrupalSqlBase::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
| DRUPAL_REQUIRED | constant | core/ |
Required option on forms and settings. |
| drupal_requirements_severity | function | core/ |
Extracts the highest severity from the requirements array. |
| drupal_requirements_url | function | core/ |
Returns a URL for proceeding to the next page after a requirements problem. |
| DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
| DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
| EditorValidationTest::$propertiesWithRequiredKeys | property | core/ |
The config entity mapping properties with >=1 required keys. |
| EditorValidationTest::testImageUploadSettingsAreDynamicallyRequired | function | core/ |
`image_upload.status = TRUE` must cause additional keys to be required. |
| EditorValidationTest::testRequiredPropertyKeysMissing | function | core/ |
A property that is required must have a value (i.e. not NULL). |
| EditorValidationTest::testRequiredPropertyValuesMissing | function | core/ |
A property that is required must have a value (i.e. not NULL). |
| ElementTest::testRequiredFieldsetsAndDetails | function | core/ |
Tests the #required property on details and fieldset elements. |
| EntityBundleExistsConstraint::getRequiredOptions | function | core/ |
@todo Add method return type declaration. |
| EntityContentBase::isEntityValidationRequired | function | core/ |
Returns a state of whether an entity needs to be validated before saving. |
| EntityContextDefinitionIsSatisfiedTest::assertRequirementIsSatisfied | function | core/ |
Asserts that the requirement is satisfied as expected. |
| EntityCreateAccessCheck::$requirementsKey | property | core/ |
The key used by the routing requirement. |
| EntityCreateAnyAccessCheck::$requirementsKey | property | core/ |
The key used by the routing requirement. |
| EntityDefinitionUpdateManager::requiresEntityDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
| EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
| EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
| EntityHasFieldConstraint::getRequiredOptions | function | core/ |
@todo Add method return type declaration. |
| EntityReferenceWidgetTest::testRequiredMediaField | function | core/ |
Tests saving a required media library field. |
| EntityResource::relationshipResponseRequiresBody | function | core/ |
Determines if the client needs to be updated with new relationship data. |
| EntityStorageSchemaInterface::requiresEntityDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
| EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
| EntityTypeConstraint::getRequiredOptions | function | core/ |
|
| experimental_module_requirements_test.info.yml | file | core/ |
core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml |
| experimental_module_requirements_test.install | file | core/ |
Experimental Test Requirements module to test hook_requirements(). |
| experimental_module_requirements_test.module | file | core/ |
Experimental Test Requirements module to test hook_requirements(). |
| experimental_module_requirements_test_help | function | core/ |
Implements hook_help(). |
| experimental_module_requirements_test_requirements | function | core/ |
Implements hook_requirements(). |
| ExposedFormTest::testInputRequired | function | core/ |
Tests the input required exposed form type. |
| ExposedFormTest::testTextInputRequired | function | core/ |
Tests the "on demand text" for the input required exposed form type. |
| ExtensionExistsConstraint::getRequiredOptions | function | core/ |
|
| ExternalCommandRequirementsTrait | trait | core/ |
Allows test classes to require external command line applications. |
| ExternalCommandRequirementsTrait.php | file | core/ |
|
| ExternalCommandRequirementsTrait::$existingCommands | property | core/ |
A list of existing external commands we've already discovered. |
| ExternalCommandRequirementsTrait::checkClassCommandRequirements | function | core/ |
Checks whether required external commands are available per test class. |
| ExternalCommandRequirementsTrait::checkExternalCommandRequirements | function | core/ |
Checks missing external command requirements. |
| ExternalCommandRequirementsTrait::checkMethodCommandRequirements | function | core/ |
Checks whether required external commands are available per method. |
| ExternalCommandRequirementsTrait::externalCommandIsAvailable | function | core/ |
Determine if an external command is available. |
| ExternalCommandRequirementTest | class | core/ |
@coversDefaultClass \Drupal\BuildTests\Framework\ExternalCommandRequirementsTrait[[api-linebreak]] @group Build @group legacy |
| ExternalCommandRequirementTest.php | file | core/ |
|
| ExternalCommandRequirementTest::testCheckExternalCommandRequirementsAvailable | function | core/ |
@covers ::checkExternalCommandRequirements[[api-linebreak]] |
| ExternalCommandRequirementTest::testCheckExternalCommandRequirementsNotAvailable | function | core/ |
@covers ::checkExternalCommandRequirements[[api-linebreak]] |
| ExternalCommandRequirementTest::testClassRequiresAvailable | function | core/ |
@covers ::checkClassCommandRequirements[[api-linebreak]] |
| ExternalCommandRequirementTest::testClassRequiresUnavailable | function | core/ |
@covers ::checkClassCommandRequirements[[api-linebreak]] |
| ExternalCommandRequirementTest::testMethodRequiresAvailable | function | core/ |
@covers ::checkMethodCommandRequirements[[api-linebreak]] |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.