public function JmesRuntimeFactoryInterface::createRuntime in Feeds extensible parsers 8
Creates a runtime object.
Parameters
string $type: (optional) The type of Runtime to create.
1 method overrides JmesRuntimeFactoryInterface::createRuntime()
- JmesRuntimeFactory::createRuntime in src/
JmesRuntimeFactory.php - Creates a runtime object.
File
- src/
JmesRuntimeFactoryInterface.php, line 30
Class
- JmesRuntimeFactoryInterface
- Defines a factory interface for generating JMESPath runtime objects.
Namespace
Drupal\feeds_exCode
public function createRuntime($type = NULL);