function Route::create
Same name in other branches
- 9 core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route::create()
- 10 core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route::create()
- 11.x core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route::create()
Overrides ContainerFactoryPluginInterface::create
File
-
core/
modules/ migrate/ src/ Plugin/ migrate/ process/ Route.php, line 79
Class
- Route
- Sets the destination route information based on the source link_path.
Namespace
Drupal\migrate\Plugin\migrate\processCode
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition, MigrationInterface $migration = NULL) {
return new static($configuration, $plugin_id, $plugin_definition, $migration, $container->get('path.validator'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.