Results

14.10.2020
elasticsearch_helper 8.x-7.x-dev :: src/ElasticsearchHelperQueueFactoryDecorator.php
11
12
13
14
15
16
17
18
19
* and return a custom Queue for Elasticsearch Helper.
 */
class ElasticsearchHelperQueueFactoryDecorator extends QueueFactory {
 
  /**
   * The inner queue service.
   *
   * @var \Drupal\Core\Queue\QueueFactory
   */
12.04.2019
queue_stats 8.x-1.0-beta1 :: src/MonitoredQueueFactory.php
12
13
14
15
16
17
18
19
20
* There is no queue factory interface so we have to extend the class instead.
 */
class MonitoredQueueFactory extends QueueFactory {
 
  /**
   * The decorated queue factory.
   *
   * @var \Drupal\Core\Queue\QueueFactory
   */
14.09.2022
test_support 1.0.x-dev :: tests/src/Kernel/Support/InteractsWithQueuesTest.php
122
123
124
125
126
127
128
129
130
private function customQueueFactory()
{
    return new class() extends QueueFactory {
        public function __construct()
        {
            parent::__construct(Settings::getInstance());
 
            /** @phpstan-ignore-next-line */
            $this->container = \Drupal::getContainer();

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc