Search for executable

  1. Search 7.x for executable
  2. Search 9.5.x for executable
  3. Search 8.9.x for executable
  4. Search 10.3.x for executable
  5. Other projects
Title Object type File name Summary
MigrateExecutableTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Modules to install.
MigrateExecutableTest::getMockSource function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns a mock migration source instance.
MigrateExecutableTest::getTestRollbackIdMap function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns an ID map object prophecy used in ::testRollback.
MigrateExecutableTest::providerTestRollback function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Data provider for ::testRollback.
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::testContinuePipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests a plugin which does not stop the pipeline.
MigrateExecutableTest::testImportWithFailingRewind function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests an import with an incomplete rewinding.
MigrateExecutableTest::testImportWithValidRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowNoDestinationValues function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testImportWithValidRowWithException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a regular Exception being thrown.
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testMigrateExecutable function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExecutableTest::testProcessRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyDestination function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method with an empty pipeline.
MigrateExecutableTest::testProcessRowPipelineException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow pipeline exception.
MigrateExecutableTest::testRollback function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests rollback.
MigrateExecutableTest::testStopPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests a plugin which stops the pipeline.
MigrateProcessTestCase::$migrateExecutable property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php The migration executable or a mock.
MigrateSourceTest::$executable property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php The migrate executable.
MigrateSourceTest::getMigrateExecutable function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Gets a mock executable for the test.
NodeSearch::isSearchExecutable function core/modules/node/src/Plugin/Search/NodeSearch.php Verifies if the values set via setSearch() are valid and sufficient.
PathPluginBaseTest::setupViewExecutableAccessPlugin function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Returns some mocked view entity, view executable, and access plugin.
PhpTuf\ComposerStager\API\Finder\Service\ExecutableFinderInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Finder\Service\ExecutableFinder
ProcessFieldTest::$migrateExecutable property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migration executable.
RsyncValidatorTest::$executableFinder property core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php The mocked executable finder.
SearchExtraTypeSearch::isSearchExecutable function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Verifies if the given parameters are valid enough to execute a search for.
SearchInterface::isSearchExecutable function core/modules/search/src/Plugin/SearchInterface.php Verifies if the values set via setSearch() are valid and sufficient.
SearchPluginBase::isSearchExecutable function core/modules/search/src/Plugin/SearchPluginBase.php Verifies if the values set via setSearch() are valid and sufficient.
Symfony\Component\Process\ExecutableFinder service core/modules/package_manager/package_manager.services.yml
TestExecutableFinder class core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php A test-only executable finder that can be rigged to throw an exception.
TestExecutableFinder.php file core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php
TestExecutableFinder::find function core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php
TestExecutableFinder::throwFor function core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php Throws an exception when finding a specific executable, for testing.
TestExecutableFinder::__construct function core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php
TestMigrateExecutable class core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigrateExecutable class core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php MigrateExecutable test class.
TestMigrateExecutable class core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigrateExecutable.php file core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php
TestMigrateExecutable.php file core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
TestMigrateExecutable::$clearedMemoryUsage property core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php The cleared memory usage.
TestMigrateExecutable::$memoryUsage property core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php The fake memory usage in bytes.
TestMigrateExecutable::$sourceIdValues property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php The configuration values of the source.
TestMigrateExecutable::attemptMemoryReclaim function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Tries to reclaim memory.
TestMigrateExecutable::getIdMap function core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Get the ID map from the current migration.
TestMigrateExecutable::getIdMap function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Get the ID map from the current migration.
TestMigrateExecutable::getMemoryUsage function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Returns the memory usage so far.

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