public function JmesRuntimeFactory::createAstRuntime in Feeds extensible parsers 8
Creates a runtime object of type \JmesPath\AstRuntime.
1 call to JmesRuntimeFactory::createAstRuntime()
- JmesRuntimeFactory::createRuntime in src/
JmesRuntimeFactory.php - Creates a runtime object.
File
- src/
JmesRuntimeFactory.php, line 39
Class
- JmesRuntimeFactory
- Defines a factory for generating JMESPath runtime objects.
Namespace
Drupal\feeds_exCode
public function createAstRuntime() {
return new AstRuntime();
}