public function ValidateService::__construct in S3 File System 8.2
Constructs an ValidateService object.
Parameters
\Drupal\Core\Database\Connection $connection: The new database connection object.
\Drupal\Core\Config\ConfigFactory $config_factory: The config factory object.
File
- src/
ValidateService.php, line 43
Class
- ValidateService
- Defines a ValidateService service.
Namespace
Drupal\s3fsCode
public function __construct(Connection $connection, ConfigFactory $config_factory) {
$this->connection = $connection;
$this->configFactory = $config_factory;
}