public static function QuickNodeCloneNodeFinder::create in Quick Node Clone 8
File
- src/
QuickNodeCloneNodeFinder.php, line 38
Class
- QuickNodeCloneNodeFinder
- Helper class.
Namespace
Drupal\quick_node_cloneCode
public static function create(ContainerInterface $container) {
return new static($container
->get('request_stack'), $container
->get('path_alias.manager'), $container
->get('entity_type.manager'));
}