| TestFileTransfer::connect |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Connects to the server. |
| TestFileTransfer::copyFileJailed |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Copies a file. |
| TestFileTransfer::createDirectoryJailed |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Creates a directory. |
| TestFileTransfer::factory |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Defines a factory method for this class. |
| TestFileTransfer::isDirectory |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Checks if a particular path is a directory. |
| TestFileTransfer::isFile |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Checks if a particular path is a file (not a directory). |
| TestFileTransfer::removeDirectoryJailed |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Removes a directory. |
| TestFileTransfer::removeFileJailed |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Removes a file. |
| TestFileTransfer::__construct |
function |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
Constructs a Drupal\Core\FileTransfer\FileTransfer object. |
| TestFileTransferWithSettingsForm |
class |
core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php |
Provides an object to test the settings form functionality. |
| TestFileTransferWithSettingsForm.php |
file |
core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php |
|
| TestFileTransferWithSettingsForm::factory |
function |
core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php |
Returns a Drupal\update_test\TestFileTransferWithSettingsForm object. |
| TestFileTransferWithSettingsForm::getSettingsForm |
function |
core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php |
Returns a settings form with a text field to input a username. |
| TestFileUsage |
class |
core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php |
|
| TestFileUsage.php |
file |
core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php |
|
| TestFileUsage::add |
function |
core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php |
Records that a module is using a file. |
| TestFileUsage::delete |
function |
core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php |
Removes a record to indicate that a module is no longer using a file. |
| TestFileUsage::listUsage |
function |
core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php |
Determines where a file is used. |
| TestFilteredPluginManager |
class |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Class that allows testing the trait. |
| TestFilteredPluginManager::$contextHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::$definitions |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::$themeManager |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::contextHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Wraps the context handler. |
| TestFilteredPluginManager::getDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
| TestFilteredPluginManager::getType |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
A string identifying the plugin type. |
| TestFilteredPluginManager::moduleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Wraps the module handler. |
| TestFilteredPluginManager::themeManager |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Wraps the theme manager. |
| TestFilteredPluginManager::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilterIterator |
class |
core/modules/migrate/tests/src/Kernel/TestFilterIterator.php |
Class to test FilterIterators. |
| TestFilterIterator.php |
file |
core/modules/migrate/tests/src/Kernel/TestFilterIterator.php |
|
| TestFilterIterator::accept |
function |
core/modules/migrate/tests/src/Kernel/TestFilterIterator.php |
|
| TestForm |
class |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Form that performs base block form test. |
| TestForm |
class |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
|
| TestForm |
class |
core/modules/page_cache/tests/modules/src/Form/TestForm.php |
A form to test page cache. |
| TestForm |
class |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
Defines a test form for testing assertions. |
| TestForm.php |
file |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
|
| TestForm.php |
file |
core/modules/page_cache/tests/modules/src/Form/TestForm.php |
|
| TestForm.php |
file |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
|
| TestForm::buildForm |
function |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Form constructor. |
| TestForm::buildForm |
function |
core/modules/page_cache/tests/modules/src/Form/TestForm.php |
Form constructor. |
| TestForm::buildForm |
function |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
Form constructor. |
| TestForm::buildForm |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Form constructor. |
| TestForm::getFormId |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Returns a unique string identifying the form. |
| TestForm::getFormId |
function |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
Returns a unique string identifying the form. |
| TestForm::getFormId |
function |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Returns a unique string identifying the form. |
| TestForm::getFormId |
function |
core/modules/page_cache/tests/modules/src/Form/TestForm.php |
Returns a unique string identifying the form. |
| TestForm::submitForm |
function |
core/modules/page_cache/tests/modules/src/Form/TestForm.php |
Form submission handler. |
| TestForm::submitForm |
function |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Form submission handler. |
| TestForm::submitForm |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Form submission handler. |