dcache-1.0.x-dev/src/DCacheFactory.php

src/DCacheFactory.php
<?php

declare(strict_types=1);

namespace Drupal\dcache;;
use Drupal\Core\Cache\CacheBackendInterface;

class DCacheFactory implements DCacheFactoryInterface {

  public function get(CacheBackendInterface ...$cacheBackends) {
    return DCache::create(...$cacheBackends);
  }

}

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

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