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