Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FileCckTest::getFieldTypeProvider function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php Data provider for testGetFieldType().
FileCckTest::setUp function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php
FileCckTest::setUp function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php
FileCckTest::testGetFieldType function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php @covers ::getFieldType[[api-linebreak]]
@dataProvider getFieldTypeProvider
FileCckTest::testGetFieldType function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php @covers ::getFieldType[[api-linebreak]]
@dataProvider getFieldTypeProvider
FileCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
FileCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
FileCopy::$fileSystem property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php The file system service.
FileCopy::$streamWrapperManager property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php The stream wrapper manager service.
FileCopy::isLocalUri function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Determines if the given URI or path is considered local.
FileCopy::isLocationUnchanged function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Determines if the source and destination URIs represent identical paths.
FileCopy::transform function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Performs the associated process.
FileCopy::__construct function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Constructs a file_copy process plugin.
FileCopyTest class core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests the file copy process plugin.
FileCopyTest class core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests the file_copy process plugin.
FileCopyTest class core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Tests the unmanaged file copy function.
FileCopyTest.php file core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
FileCopyTest.php file core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
FileCopyTest.php file core/modules/migrate/tests/src/Unit/process/FileCopyTest.php
FileCopyTest::$fileSystem property core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php The file system service.
FileCopyTest::$modules property core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Modules to enable.
FileCopyTest::assertPlugin function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Creates a TestFileCopy process plugin.
FileCopyTest::doTransform function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Do an import using the destination.
FileCopyTest::providerDeprecationNoticeRename function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testDeprecationNoticeRename.
FileCopyTest::providerDeprecationNoticeReuse function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testDeprecationNoticeReuse.
FileCopyTest::providerFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testFileProcessBaseConstructor.
FileCopyTest::providerSuccessfulReuse function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Provides the source and destination path files.
FileCopyTest::setUp function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
FileCopyTest::testDeprecationNoticeRename function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests that the rename configuration key will trigger a deprecation notice.
FileCopyTest::testDeprecationNoticeReuse function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests that the reuse configuration key will trigger a deprecation notice.
FileCopyTest::testDownloadRemoteUri function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests that remote URIs are delegated to the download plugin.
FileCopyTest::testFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests that the plugin constructor correctly sets the configuration.
FileCopyTest::testNonExistent function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a non-existent file.
FileCopyTest::testNonExistentSourceFile function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Test that non-existent files throw an exception.
FileCopyTest::testNonWritableDestination function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests that non-writable destination throw an exception.
FileCopyTest::testNormal function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a normal file.
FileCopyTest::testOverwriteSelf function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a file onto itself.
FileCopyTest::testRenameFile function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Test the 'rename' overwrite mode.
FileCopyTest::testSuccessfulCopies function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Test successful imports/copies.
FileCopyTest::testSuccessfulMoves function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Test successful moves.
FileCopyTest::testSuccessfulReuse function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Test successful file reuse.
FileDeleteRecursiveTest class core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests the unmanaged file delete recursive function.
FileDeleteRecursiveTest.php file core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php
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::testSingleFile function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Delete a normal file.
FileDeleteRecursiveTest::testSubDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting subdirectories with some files.
FileDeleteTest class core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Tests the unmanaged file delete function.
FileDeleteTest.php file core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php
FileDeleteTest::testDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Try deleting a directory.

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