Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
FieldWidgetConstraintValidator.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php
FieldWidgetConstraintValidator::validate function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php
FieldWidgetConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests validation constraints for FieldWidgetConstraintValidatorTest.
FieldWidgetConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php
FieldWidgetConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Modules to install.
FieldWidgetConstraintValidatorTest::getErrorsForEntity function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Gets the form errors for a given entity.
FieldWidgetConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php
FieldWidgetConstraintValidatorTest::testEntityLevelConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests entity level constraint validation.
FieldWidgetConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests widget constraint validation.
FieldWidgetConstraintValidatorTest::testValidationWithCompositeConstraint function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests widget constraint validation with composite constraints.
field_purge_field_storage function core/modules/field/field.purge.inc Purges a field record from the database.
field_storage_definition.listener service core/core.services.yml Drupal\Core\Field\FieldStorageDefinitionListener
field_storage_entity_type_dependency_test.info.yml file core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
file.recursive_validator service core/modules/file/file.services.yml Symfony\Component\Validator\Validator\ValidatorInterface
file.recursive_validator_factory service core/modules/file/file.services.yml Drupal\file\Validation\RecursiveValidatorFactory
file.repository service core/modules/file/file.services.yml Drupal\file\FileRepository
file.validator service core/modules/file/file.services.yml Drupal\file\Validation\FileValidator
File::$fileUrlGenerator property core/modules/file/src/Plugin/views/field/File.php The file URL generator.
File::initializeIterator function core/modules/file/src/Plugin/migrate/source/d6/File.php Initializes the iterator with the source data.
File::initializeIterator function core/modules/file/src/Plugin/migrate/source/d7/File.php Initializes the iterator with the source data.
FileCacheBackendInterface::store function core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Stores data into a cache backend.
FileCacheFactory class core/lib/Drupal/Component/FileCache/FileCacheFactory.php Creates a FileCache object.
FileCacheFactory.php file core/lib/Drupal/Component/FileCache/FileCacheFactory.php
FileCacheFactory::$configuration property core/lib/Drupal/Component/FileCache/FileCacheFactory.php The configuration used to create FileCache objects.
FileCacheFactory::$prefix property core/lib/Drupal/Component/FileCache/FileCacheFactory.php The cache prefix.
FileCacheFactory::DISABLE_CACHE constant core/lib/Drupal/Component/FileCache/FileCacheFactory.php The configuration key to disable FileCache completely.
FileCacheFactory::get function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Instantiates a FileCache object for a given collection identifier.
FileCacheFactory::getConfiguration function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Gets the configuration used for constructing future file cache objects.
FileCacheFactory::getPrefix function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Returns the cache prefix.
FileCacheFactory::setConfiguration function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Sets the configuration to use for constructing future file cache objects.
FileCacheFactory::setPrefix function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Sets the cache prefix that should be used.
FileCacheFactoryTest class core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php Tests Drupal\Component\FileCache\FileCacheFactory.
FileCacheFactoryTest.php file core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
FileCacheFactoryTest::configurationDataProvider function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php Data provider for testGetConfigurationOverrides().
FileCacheFactoryTest::setUp function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
FileCacheFactoryTest::testGet function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @legacy-covers ::get
FileCacheFactoryTest::testGetConfigurationOverrides function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @legacy-covers ::get
FileCacheFactoryTest::testGetDisabledFileCache function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @legacy-covers ::get
FileCacheFactoryTest::testGetNoPrefix function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @legacy-covers ::get
FileCacheFactoryTest::testGetSetConfiguration function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @legacy-covers ::getConfiguration
@legacy-covers ::setConfiguration
FileCacheFactoryTest::testGetSetPrefix function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @legacy-covers ::getPrefix
@legacy-covers ::setPrefix
FileCopy::getDirectory function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Returns the directory component of a URI or path.
FileCopyTest::providerFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testFileProcessBaseConstructor.
FileCopyTest::testFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests that the plugin constructor correctly sets the configuration.
FileCopyTest::testOverwriteSelf function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a file onto itself.
FileDeleteRecursiveTest::testDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting a directory with some files.
FileDeleteRecursiveTest::testEmptyDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting an empty directory.
FileDeleteRecursiveTest::testSubDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting subdirectories with some files.
FileDeleteRecursiveTest::testSymlinksInDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests symlinks in directories do not result in unexpected deletions.
FileDeleteRecursiveTest::testSymlinksInDirectoryViaStreamWrappers function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests symlinks in directories do not result in unexpected deletions.

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