| 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 |
|
| ComponentAsFormElementTest::testElementValidateCallback |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Tests that #element_validate works as expected. |
| ComponentAsFormElementTest::validateForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Form validation handler. |
| ComponentInFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Form validation handler. |
| 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::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. |
| 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::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::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::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. |
| 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 |
Tests composer validate is called. |
| ComposerMinimumStabilityValidator::validate |
function |
core/modules/package_manager/src/Validator/ComposerMinimumStabilityValidator.php |
Validates composer minimum stability. |
| ComposerPatchesValidator::validate |
function |
core/modules/package_manager/src/Validator/ComposerPatchesValidator.php |
Validates the status of the patcher plugin. |
| ComposerPluginsValidator::validate |
function |
core/modules/package_manager/src/Validator/ComposerPluginsValidator.php |
Validates the allowed Composer plugins, both in active and stage. |
| ComposerValidateTest |
class |
core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php |
Tests. |
| ComposerValidateTest.php |
file |
core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php |
|
| ComposerValidateTest::provideComposerJson |
function |
core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php |
|
| ComposerValidateTest::testValidateComposer |
function |
core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php |
#[DataProvider('provideComposerJson')] |
| ComposerValidator::validate |
function |
core/modules/package_manager/src/Validator/ComposerValidator.php |
Validates that the Composer executable is the correct version. |
| ConditionPluginBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Form validation handler. |
| ConditionTest::testCaseSensitiveArrayConditionIsNotValidated |
function |
core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php |
Tests that case-sensitive conditions are not affected by the validation. |
| ConfigActionTest::testSimpleConfigUpdate |
function |
core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php |
Tests the simple config update action and related exceptions. |
| ConfigActionValidationTest::testConfigActionDependenciesAreValidated |
function |
core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php |
Tests validating that config actions' dependencies are present. |
| ConfigActionValidationTest::testConfigActionsAreValidated |
function |
core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php |
Tests config actions are validated. |
| ConfigBase::validateKeys |
function |
core/lib/Drupal/Core/Config/ConfigBase.php |
Validates all keys in a passed in config array structure. |
| ConfigBase::validateName |
function |
core/lib/Drupal/Core/Config/ConfigBase.php |
Validates the configuration object name. |
| ConfigDependencyManager::updateData |
function |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php |
Updates one of the lightweight ConfigEntityDependency objects. |
| ConfigEntityAdapterTest::testValidate |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php |
Tests validate. |
| ConfigEntityBase::getCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Returns the cache tags that should be used to invalidate caches. |