Commit 0a69a484 authored by Telenkov Ruslan's avatar Telenkov Ruslan

3 done 4 d

parent d6d67836
......@@ -38,6 +38,7 @@
"drupal/rabbit_hole": "^2.26",
"drupal/recaptcha": "^3.0",
"drupal/redirect": "^1.7",
"drupal/search_api": "^1.23",
"drupal/shariff": "^1.7",
"drupal/simple_sitemap": "^4.1",
"drupal/twig_field_value": "^2.0",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "005a065b07852908b016a4220a7fc7b9",
"content-hash": "4568c138cf524de214568fd3ee192adc",
"packages": [
{
"name": "asm89/stack-cors",
......@@ -4077,6 +4077,78 @@
"source": "https://git.drupalcode.org/project/redirect"
}
},
{
"name": "drupal/search_api",
"version": "1.23.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/search_api.git",
"reference": "8.x-1.23"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.23.zip",
"reference": "8.x-1.23",
"shasum": "7de5425bba5b8daa37e98d47b677459dfb1abbe7"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"conflict": {
"drupal/search_api_solr": "2.* || 3.0 || 3.1"
},
"require-dev": {
"drupal/language_fallback_fix": "@dev",
"drupal/search_api_autocomplete": "@dev",
"drupal/search_api_db": "*"
},
"suggest": {
"drupal/facets": "Adds the ability to create faceted searches.",
"drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.",
"drupal/search_api_solr": "Adds support for using Apache Solr as a backend."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.23",
"datestamp": "1642935837",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Thomas Seidl",
"homepage": "https://www.drupal.org/u/drunken-monkey"
},
{
"name": "Nick Veenhof",
"homepage": "https://www.drupal.org/u/nick_vh"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/790418/committers"
}
],
"description": "Provides a generic framework for modules offering search capabilities.",
"homepage": "https://www.drupal.org/project/search_api",
"support": {
"source": "https://git.drupalcode.org/project/search_api",
"issues": "https://www.drupal.org/project/issues/search_api",
"irc": "irc://irc.freenode.org/drupal-search-api"
}
},
{
"name": "drupal/shariff",
"version": "1.7.0",
......
......@@ -59,8 +59,8 @@ public function processItem($data){
$this->createVehiclesNode($counter,$data,$node_id);
}
$secondQueue = \Drupal::queue('my_second_node_queue');
$secondQueue->createItem($data);
// $secondQueue = \Drupal::queue('my_second_node_queue');
// $secondQueue->createItem($data);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment