public QueueWorkerManager::processDefinition(&$definition, $plugin_id)
Performs extra processing on plugin definitions.
By default we add defaults for the type to the definition. If a type has additional processing logic they can do that by replacing or extending the method.
Overrides DefaultPluginManager::processDefinition
File
core/lib/Drupal/Core/Queue/QueueWorkerManager.php, line 40
Class
QueueWorkerManager Defines the queue worker manager.
Namespace
Drupal\Core\Queue
Code
publ