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::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
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
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
TestMigrateExecutable class core/modules/migrate/tests/src/Kernel/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/Unit/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.
TestMigrateExecutable::getSource function core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Returns the source.
TestMigrateExecutable::handleException function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Takes an Exception object and both saves and displays it.
TestMigrateExecutable::memoryExceeded function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to the protected memoryExceeded method.
TestMigrateExecutable::setMemoryLimit function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the memory limit.
TestMigrateExecutable::setMemoryThreshold function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the memory threshold.
TestMigrateExecutable::setMemoryUsage function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the fake memory usage.
TestMigrateExecutable::setSource function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to set protected source property.
TestMigrateExecutable::setSourceIdValues function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to protected sourceIdValues property.
TestMigrateExecutable::setStringTranslation function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the string translation service.
View::$executable property core/modules/views/src/Entity/View.php Stores a reference to the executable version of this view.
View::getExecutable function core/modules/views/src/Entity/View.php Gets an executable instance for this view.
ViewAjaxController::$executableFactory property core/modules/views/src/Controller/ViewAjaxController.php The factory to load a view executable with.
ViewAjaxControllerTest::$executableFactory property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked executable factory.

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