Search for require
- Search 7.x for require
- Search 8.9.x for require
- Search 10.3.x for require
- Search 11.x for require
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalSqlBase::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
DRUPAL_REQUIRED | constant | core/ |
Required option on forms and settings. |
drupal_required_modules | function | core/ |
Returns an array of modules required by core. |
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. |
ElementTest::testRequiredFieldsetsAndDetails | function | core/ |
Tests the #required property on details and fieldset elements. |
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/ |
|
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. |
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 @group Build |
ExternalCommandRequirementTest.php | file | core/ |
|
ExternalCommandRequirementTest::testCheckExternalCommandRequirementsAvailable | function | core/ |
@covers ::checkExternalCommandRequirements |
ExternalCommandRequirementTest::testCheckExternalCommandRequirementsNotAvailable | function | core/ |
@covers ::checkExternalCommandRequirements |
ExternalCommandRequirementTest::testClassRequiresAvailable | function | core/ |
@covers ::checkClassCommandRequirements |
ExternalCommandRequirementTest::testClassRequiresUnavailable | function | core/ |
@covers ::checkClassCommandRequirements |
ExternalCommandRequirementTest::testMethodRequiresAvailable | function | core/ |
@covers ::checkMethodCommandRequirements |
ExternalCommandRequirementTest::testMethodRequiresUnavailable | function | core/ |
@covers ::checkMethodCommandRequirements |
FieldableEntityInterface::isValidationRequired | function | core/ |
Checks whether entity validation is required before saving the entity. |
FieldableEntityInterface::setValidationRequired | function | core/ |
Sets whether entity validation is required before saving the entity. |
FieldConfigBase::$required | property | core/ |
Flag indicating whether the field is required. |
FieldConfigBase::isRequired | function | core/ |
Returns whether the field can be empty. |
FieldConfigBase::setRequired | function | core/ |
Sets whether the field can be empty. |
FieldConfigInterface::setRequired | function | core/ |
Sets whether the field can be empty. |
FieldDefinitionInterface::isRequired | function | core/ |
Returns whether the field can be empty. |
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.