Search for executable

  1. Search 7.x for executable
  2. Search 9.5.x for executable
  3. Search 10.3.x for executable
  4. Search 11.x for executable
  5. Other projects
Title Object type File name Summary
BlockTest::$executable property core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php The view executable.
ConditionInterface::setExecutableManager function core/lib/Drupal/Core/Condition/ConditionInterface.php Sets the executable manager class.
ConditionPluginBase::$executableManager property core/lib/Drupal/Core/Condition/ConditionPluginBase.php The condition manager to proxy execute calls through.
ConditionPluginBase::setExecutableManager function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Sets the executable manager class.
EntityTest::$executable property core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php The mocked view executable.
EntityTest::$executable property core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php The view executable.
ExecutableException class core/lib/Drupal/Core/Executable/ExecutableException.php Generic executable plugin exception class.
ExecutableException.php file core/lib/Drupal/Core/Executable/ExecutableException.php
ExecutableInterface interface core/lib/Drupal/Core/Executable/ExecutableInterface.php An interface for executable plugins.
ExecutableInterface.php file core/lib/Drupal/Core/Executable/ExecutableInterface.php
ExecutableInterface::execute function core/lib/Drupal/Core/Executable/ExecutableInterface.php Executes the plugin.
ExecutableManagerInterface interface core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php An interface for managers of executable plugins.
ExecutableManagerInterface.php file core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php
ExecutableManagerInterface::execute function core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php Executes an executable plugin.
ExecutablePluginBase class core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Provides the basic architecture for executable plugins.
ExecutablePluginBase.php file core/lib/Drupal/Core/Executable/ExecutablePluginBase.php
ExecutablePluginBase::getConfig function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets all configuration values.
ExecutablePluginBase::getConfigDefinition function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets the definition of a configuration option.
ExecutablePluginBase::getConfigDefinitions function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets an array of definitions of available configuration options.
ExecutablePluginBase::setConfig function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Sets the value of a particular configuration option.
FieldPluginBaseTest::$executable property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked view executable.
FILE_EXECUTABLE constant core/includes/install.inc File permission check -- File is executable.
FILE_NOT_EXECUTABLE constant core/includes/install.inc File permission check -- File is not executable.
FilterIdTest::$executable property core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php The mocked MigrateExecutable.
HandlerTestTrait::$executable property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked view executable.
HandlerTestTrait::setupExecutableAndView function core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Sets up a view executable and a view entity.
MediaLibraryUiBuilder::$viewsExecutableFactory property core/modules/media_library/src/MediaLibraryUiBuilder.php The views executable factory.
MigrateExecutable class core/modules/migrate/src/MigrateExecutable.php Defines a migrate executable class.
MigrateExecutable.php file core/modules/migrate/src/MigrateExecutable.php
MigrateExecutable::$counts property core/modules/migrate/src/MigrateExecutable.php An array of counts. Initially used for cache hit/miss tracking.
MigrateExecutable::$eventDispatcher property core/modules/migrate/src/MigrateExecutable.php The event dispatcher.
MigrateExecutable::$memoryLimit property core/modules/migrate/src/MigrateExecutable.php The PHP memory_limit expressed in bytes.
MigrateExecutable::$memoryThreshold property core/modules/migrate/src/MigrateExecutable.php The ratio of the memory limit at which an operation will be interrupted.
MigrateExecutable::$message property core/modules/migrate/src/MigrateExecutable.php Migration message service.
MigrateExecutable::$migration property core/modules/migrate/src/MigrateExecutable.php The configuration of the migration to do.
MigrateExecutable::$source property core/modules/migrate/src/MigrateExecutable.php The source.
MigrateExecutable::$sourceIdValues property core/modules/migrate/src/MigrateExecutable.php The configuration values of the source.
MigrateExecutable::$sourceRowStatus property core/modules/migrate/src/MigrateExecutable.php Status of one row.
MigrateExecutable::attemptMemoryReclaim function core/modules/migrate/src/MigrateExecutable.php Tries to reclaim memory.
MigrateExecutable::checkStatus function core/modules/migrate/src/MigrateExecutable.php Checks for exceptional conditions, and display feedback.
MigrateExecutable::currentSourceIds function core/modules/migrate/src/MigrateExecutable.php Fetches the key array for the current source record.
MigrateExecutable::formatSize function core/modules/migrate/src/MigrateExecutable.php Generates a string representation for the given byte count.
MigrateExecutable::getEventDispatcher function core/modules/migrate/src/MigrateExecutable.php Gets the event dispatcher.
MigrateExecutable::getIdMap function core/modules/migrate/src/MigrateExecutable.php Get the ID map from the current migration.
MigrateExecutable::getMemoryUsage function core/modules/migrate/src/MigrateExecutable.php Returns the memory usage so far.
MigrateExecutable::getSource function core/modules/migrate/src/MigrateExecutable.php Returns the source.
MigrateExecutable::handleException function core/modules/migrate/src/MigrateExecutable.php Takes an Exception object and both saves and displays it.
MigrateExecutable::import function core/modules/migrate/src/MigrateExecutable.php Performs an import operation - migrate items from source to destination.
MigrateExecutable::memoryExceeded function core/modules/migrate/src/MigrateExecutable.php Tests whether we've exceeded the desired memory threshold.
MigrateExecutable::processRow function core/modules/migrate/src/MigrateExecutable.php Processes a row.

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