Color::validateHex |
function |
core/lib/Drupal/Component/Utility/Color.php |
Validates whether a hexadecimal color value is syntactically correct. |
ColorTest::providerTestValidateHex |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Provides data for testValidateHex(). |
ColorTest::testValidateHex |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
@covers \Drupal\Component\Utility\Color::validateHex[[api-linebreak]] |
Combine::validate |
function |
core/modules/views/src/Plugin/views/filter/Combine.php |
Validate that the plugin is correct and can be saved. |
comment.post_update.php |
file |
core/modules/comment/comment.post_update.php |
Post update functions for the comment module. |
CommentAdminOverview::$dateFormatter |
property |
core/modules/comment/src/Form/CommentAdminOverview.php |
The date formatter service. |
CommentAdminOverview::validateForm |
function |
core/modules/comment/src/Form/CommentAdminOverview.php |
Form validation handler. |
CommentHooks::fieldConfigUpdate |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
CommentHooks::nodeUpdateIndex |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_node_update_index(). |
CommentNameConstraintValidator::validate |
function |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
|
CommentSelection::validateReferenceableEntities |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Validates which existing entities can be referenced. |
CommentSelection::validateReferenceableNewEntities |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Validates which newly created entities can be referenced. |
CommentStatistics::update |
function |
core/modules/comment/src/CommentStatistics.php |
Update or insert comment statistics records after a comment is added. |
CommentStatisticsInterface::update |
function |
core/modules/comment/src/CommentStatisticsInterface.php |
Update or insert comment statistics records after a comment is added. |
comment_removed_post_updates |
function |
core/modules/comment/comment.post_update.php |
Implements hook_removed_post_updates(). |
comment_update_last_removed |
function |
core/modules/comment/comment.install |
Implements hook_update_last_removed(). |
ComplexDataConstraintValidator::validate |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php |
|
ComponentInFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Form validation handler. |
ComponentNodeVisitor::validateSlots |
function |
core/modules/sdc/src/Twig/ComponentNodeVisitor.php |
Performs a cheap validation of the slots in the template. |
ComponentNodeVisitor::validateSlots |
function |
core/lib/Drupal/Core/Template/ComponentNodeVisitor.php |
Performs a cheap validation of the slots in the template. |
ComponentsTwigExtension::doValidateProps |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
Performs the actual validation of the schema for the props. |
ComponentsTwigExtension::validateProps |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
Validates the props in development environments. |
ComponentValidator::validateClassProps |
function |
core/lib/Drupal/Core/Theme/Component/ComponentValidator.php |
Validates the props that are not JSON Schema. |
ComponentValidator::validateClassProps |
function |
core/modules/sdc/src/Component/ComponentValidator.php |
Validates the props that are not JSON Schema. |
ComponentValidator::validateDefinition |
function |
core/modules/sdc/src/Component/ComponentValidator.php |
Validates the component metadata file. |
ComponentValidator::validateDefinition |
function |
core/lib/Drupal/Core/Theme/Component/ComponentValidator.php |
Validates the component metadata file. |
ComponentValidator::validateProps |
function |
core/lib/Drupal/Core/Theme/Component/ComponentValidator.php |
Validates that the props provided to the component. |
ComponentValidator::validateProps |
function |
core/modules/sdc/src/Component/ComponentValidator.php |
Validates that the props provided to the component. |
ComponentValidatorTest::dataProviderValidateDefinitionInvalid |
function |
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php |
Data provider with invalid component definitions. |
ComponentValidatorTest::dataProviderValidateDefinitionInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Data provider with invalid component definitions. |
ComponentValidatorTest::dataProviderValidateDefinitionValid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Data provider with valid component definitions. |
ComponentValidatorTest::dataProviderValidateDefinitionValid |
function |
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php |
Data provider with valid component definitions. |
ComponentValidatorTest::dataProviderValidatePropsInvalid |
function |
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php |
Data provider with invalid component props. |
ComponentValidatorTest::dataProviderValidatePropsInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Data provider with invalid component props. |
ComponentValidatorTest::dataProviderValidatePropsValid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Data provider with valid component props. |
ComponentValidatorTest::dataProviderValidatePropsValid |
function |
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php |
Data provider with valid component props. |
ComponentValidatorTest::testValidateDefinitionInvalid |
function |
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php |
Tests invalid component definitions. |
ComponentValidatorTest::testValidateDefinitionInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Tests invalid component definitions. |
ComponentValidatorTest::testValidateDefinitionValid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Tests that valid component definitions don't cause errors. |
ComponentValidatorTest::testValidateDefinitionValid |
function |
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php |
Tests that valid component definitions don't cause errors. |
ComponentValidatorTest::testValidatePropsInvalid |
function |
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php |
Tests that invalid props are handled properly. |
ComponentValidatorTest::testValidatePropsInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Tests that invalid props are handled properly. |
ComponentValidatorTest::testValidatePropsValid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Tests that valid props are handled properly. |
ComponentValidatorTest::testValidatePropsValid |
function |
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php |
Tests that valid props are handled properly. |
ComposerInspector::invalidateCacheIfNeeded |
function |
core/modules/package_manager/src/ComposerInspector.php |
Invalidates cached data if composer.json or composer.lock have changed. |
ComposerInspector::validate |
function |
core/modules/package_manager/src/ComposerInspector.php |
Checks that Composer commands can be run. |
ComposerInspector::validateExecutable |
function |
core/modules/package_manager/src/ComposerInspector.php |
Validates that the Composer executable exists in a supported version. |
ComposerInspector::validateProject |
function |
core/modules/package_manager/src/ComposerInspector.php |
Checks that `composer.json` is valid and `composer.lock` exists. |
ComposerInspectorTest::testComposerValidateIsCalled |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
@covers ::validate[[api-linebreak]] |
ComposerMinimumStabilityValidator::validate |
function |
core/modules/package_manager/src/Validator/ComposerMinimumStabilityValidator.php |
Validates composer minimum stability. |