Search for valid

  1. Search 7.x for valid
  2. Search 9.5.x for valid
  3. Search 8.9.x for valid
  4. Search 10.3.x for valid
  5. Search main for valid
  6. Other projects
Title Object type File name Summary
SandboxValidationEvent::getResults function core/modules/package_manager/src/Event/SandboxValidationEvent.php Gets the validation results.
SandboxValidationEvent::stopPropagation function core/modules/package_manager/src/Event/SandboxValidationEvent.php
SanitizeNameTest::provideInvalidUtf8Filenames function core/modules/file/tests/src/Unit/SanitizeNameTest.php Provides data for testInvalidUtf8Filename().
SanitizeNameTest::testInvalidUtf8Filename function core/modules/file/tests/src/Unit/SanitizeNameTest.php Tests that filenames with invalid UTF-8 are coerced, not destroyed.
SaveUploadTest::testInvalidUtf8FilenameUpload function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests that invalid UTF-8 in a filename is replaced rather than rejected.
Scale::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php
ScaleAndCrop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php
ScaleImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
Schema::validate function core/lib/Drupal/Core/Database/SchemaDefinition/Schema.php Validates the properties of the value object.
SchemaDefinitionTest::testInvalidColumnInTable function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a non Column array member to Table::$columns.
SchemaDefinitionTest::testInvalidColumnTypeForBinary function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing binary to a non-textual column.
SchemaDefinitionTest::testInvalidColumnTypeForLength function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing length to a non-textual column.
SchemaDefinitionTest::testInvalidColumnTypeForPrecision function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a precision to a non-numeric column.
SchemaDefinitionTest::testInvalidColumnTypeForScale function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a scale to a non-numeric column.
SchemaDefinitionTest::testInvalidColumnTypeForSerialize function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a serialize to a non-text/blob column.
SchemaDefinitionTest::testInvalidColumnTypeForUnsigned function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing unsigned to a non-numeric column.
SchemaDefinitionTest::testInvalidForeignKeyForMismatchingColumnCount function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a non Column array member to Table::$columns.
SchemaDefinitionTest::testInvalidPrimaryKeyForGeneratedColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests that a generated column cannot be part of the primary key.
SchemaDefinitionTest::testInvalidPrimaryKeyForPartialLengthColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing limited length columns to primary key.
SchemaDefinitionTest::testInvalidSerialForDefault function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests Serial column.
SchemaDefinitionTest::testInvalidSerialForGeneratedExpression function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests Serial column.
SchemaDefinitionTest::testInvalidSerialForNotNull function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests Serial column.
SchemaDefinitionTest::testInvalidSerialForUnsigned function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests Serial column.
SchemaDefinitionTest::testInvalidTableInSchema function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a non Table array member to Schema::$tables.
SchemaDefinitionTest::testInvalidUniqueKeyForPartialLengthColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing limited length columns to an unique key.
sdc_test_invalid.info.yml file core/modules/system/tests/modules/sdc_test_invalid/sdc_test_invalid.info.yml core/modules/system/tests/modules/sdc_test_invalid/sdc_test_invalid.info.yml
sdc_test_replacements_invalid.info.yml file core/modules/system/tests/modules/sdc_test_replacements_invalid/sdc_test_replacements_invalid.info.yml core/modules/system/tests/modules/sdc_test_replacements_invalid/sdc_test_replacements_invalid.info.yml
sdc_theme_test_enforce_schema_invalid.info.yml file core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml
Search::validateExposed function core/modules/search/src/Plugin/views/filter/Search.php Validate the exposed handler form.
SearchPageFormBase::validateForm function core/modules/search/src/Form/SearchPageFormBase.php Form validation handler.
SearchPageListBuilder::validateAddSearchPage function core/modules/search/src/SearchPageListBuilder.php Form validation handler for adding a new search page.
SearchPageListBuilder::validateForm function core/modules/search/src/SearchPageListBuilder.php Form validation handler.
SearchPageValidationTest class core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Tests validation of search_page entities.
SearchPageValidationTest.php file core/modules/search/tests/src/Kernel/SearchPageValidationTest.php
SearchPageValidationTest::$modules property core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Modules to install.
SearchPageValidationTest::setUp function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php
SearchPageValidationTest::testBaseRouteIsValid function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Test that the base route stored in definition is correct.
SearchPageValidationTest::testInvalidPluginId function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Tests that the search plugin ID is validated.
SectionListTestBase::testGetSectionInvalidDelta function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests get section invalid delta.
SectionTest::testGetComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests get component invalid uuid.
SectionTest::testInsertAfterComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert after component invalid uuid.
SectionTest::testInsertAfterComponentValidUuidRegionMismatch function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert after component valid uuid region mismatch.
SectionTest::testInsertComponentInvalidDelta function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert component invalid delta.
SecurityAdvisoriesFetcherTest::testInvalidJsonResponse function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests that invalid JSON feed responses are not stored.
SecurityAdvisory::validateAdvisoryData function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Validates the security advisory data.
SecurityAdvisoryTest::$invalidJsonEndpoint property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that returns invalid JSON.
SecurityAdvisoryTest::getValidData function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Gets valid data for a security advisory.
SecurityAdvisoryTest::providerCreateFromArrayInvalidField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArrayInvalidField().
SecurityAdvisoryTest::testCreateFromArrayInvalidField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests exceptions for invalid field types.
SelectionInterface::validateReferenceableEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Validates which existing entities can be referenced.

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