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 11.x for valid
  5. Other projects
Title Object type File name Summary
ImmutablePropertiesConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php
ImmutablePropertiesConstraintValidator::create function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php Instantiates a new instance of this class.
ImmutablePropertiesConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php
ImmutablePropertiesConstraintValidator::__construct function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php Constructs an ImmutablePropertiesConstraintValidator object.
ImmutablePropertiesConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php @group Entity
@group Validation
ImmutablePropertiesConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php
ImmutablePropertiesConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Modules to install.
ImmutablePropertiesConstraintValidatorTest::testImmutablePropertyCannotBeChanged function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that changing a config entity's immutable property raises an error.
ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that entities without an ID will raise an exception.
ImmutablePropertiesConstraintValidatorTest::testValidatorRejectsANonExistentProperty function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that the validator throws an exception for non-existent properties.
ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that only config entities are accepted by the validator.
ImportForm::validateForm function core/modules/locale/src/Form/ImportForm.php Form validation handler.
InfoParserUnitTest::providerInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testInvalidLifecycle().
InfoParserUnitTest::providerValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testValidLifecycle().
InfoParserUnitTest::testInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with invalid lifecycle values.
InfoParserUnitTest::testValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with valid lifecycle values.
InlineBlock::blockValidate function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
InOperator::validate function core/modules/views/src/Plugin/views/filter/InOperator.php Validate that the plugin is correct and can be saved.
InOperatorTest::testValidate function core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php @covers ::validate
InOperatorTest::validate_options_callback function core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php
InputStreamUploadedFile::isValid function core/modules/file/src/Upload/InputStreamUploadedFile.php Returns whether the file was uploaded successfully.
InputStreamUploadedFile::validate function core/modules/file/src/Upload/InputStreamUploadedFile.php Validates the uploaded file information.
InstallCommand::validateProfile function core/lib/Drupal/Core/Command/InstallCommand.php Validates a user provided install profile.
InstallCommand::validateRecipe function core/lib/Drupal/Core/Command/InstallCommand.php Validates a user provided recipe.
InstallProfileUninstallValidator class core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Provides a proxy class for \Drupal\Core\Extension\InstallProfileUninstallValidator.
InstallProfileUninstallValidator class core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Ensures install profile can only be uninstalled if the modules are available.
InstallProfileUninstallValidator.php file core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php
InstallProfileUninstallValidator.php file core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php
InstallProfileUninstallValidator::$container property core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php The service container.
InstallProfileUninstallValidator::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php The id of the original proxied service.
InstallProfileUninstallValidator::$noProfileExtensionDiscovery property core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Extension discovery that scans all folders except profiles.
InstallProfileUninstallValidator::$service property core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php The real proxied service, after it was lazy loaded.
InstallProfileUninstallValidator::getExtensionDiscovery function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Gets an extension discovery object that ignores the install profile.
InstallProfileUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Lazy loads the real service from the container.
InstallProfileUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php
InstallProfileUninstallValidator::validate function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Determines the reasons a module can not be uninstalled.
InstallProfileUninstallValidator::validate function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Determines the reasons a module can not be uninstalled.
InstallProfileUninstallValidator::__construct function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
InstallProfileUninstallValidator::__construct function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php
InstallTranslationFilePatternTest::providerInvalidTranslationFiles function core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php
InstallTranslationFilePatternTest::providerValidTranslationFiles function core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php
InstallTranslationFilePatternTest::testFilesPatternInvalid function core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php @dataProvider providerInvalidTranslationFiles
InstallTranslationFilePatternTest::testFilesPatternValid function core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php @dataProvider providerValidTranslationFiles
install_profile_uninstall_validator service core/core.services.yml Drupal\Core\Extension\InstallProfileUninstallValidator
InternalViolation::getInvalidValue function core/lib/Drupal/Core/Field/InternalViolation.php
InvalidatingCacheBackendInterface interface core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php
InvalidComponentDataException class core/lib/Drupal/Core/Render/Component/Exception/InvalidComponentDataException.php Raised when a component is rendering with invalid data.
InvalidComponentDataException class core/modules/sdc/src/Exception/InvalidComponentDataException.php Raised when a component is rendering with invalid data.
InvalidComponentDataException.php file core/modules/sdc/src/Exception/InvalidComponentDataException.php
InvalidComponentDataException.php file core/lib/Drupal/Core/Render/Component/Exception/InvalidComponentDataException.php

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