Home
last modified time | relevance | path

Searched refs:getSupportedSchemes (Results 1 – 17 of 17) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/mailer/Transport/
H A DNativeTransportFactory.php28 if (!\in_array($dsn->getScheme(), $this->getSupportedSchemes(), true)) {
29 throw new UnsupportedSchemeException($dsn, 'native', $this->getSupportedSchemes());
59 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\NativeTransportFactory
H A DNullTransportFactory.php27 throw new UnsupportedSchemeException($dsn, 'null', $this->getSupportedSchemes());
30 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\NullTransportFactory
H A DSendmailTransportFactory.php27 throw new UnsupportedSchemeException($dsn, 'sendmail', $this->getSupportedSchemes());
30 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\SendmailTransportFactory
H A DAbstractTransportFactory.php37 return \in_array($dsn->getScheme(), $this->getSupportedSchemes());
40 abstract protected function getSupportedSchemes(): array; function in Symfony\\Component\\Mailer\\Transport\\AbstractTransportFactory
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/mailer/Transport/
H A DNativeTransportFactory.php28 if (!\in_array($dsn->getScheme(), $this->getSupportedSchemes(), true)) {
29 throw new UnsupportedSchemeException($dsn, 'native', $this->getSupportedSchemes());
59 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\NativeTransportFactory
H A DNullTransportFactory.php27 throw new UnsupportedSchemeException($dsn, 'null', $this->getSupportedSchemes());
30 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\NullTransportFactory
H A DSendmailTransportFactory.php27 throw new UnsupportedSchemeException($dsn, 'sendmail', $this->getSupportedSchemes());
30 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\SendmailTransportFactory
H A DAbstractTransportFactory.php37 return \in_array($dsn->getScheme(), $this->getSupportedSchemes());
40 abstract protected function getSupportedSchemes(): array; function in Symfony\\Component\\Mailer\\Transport\\AbstractTransportFactory
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/mailer/Transport/
H A DNativeTransportFactory.php28 if (!\in_array($dsn->getScheme(), $this->getSupportedSchemes(), true)) {
29 throw new UnsupportedSchemeException($dsn, 'native', $this->getSupportedSchemes());
59 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\NativeTransportFactory
H A DNullTransportFactory.php27 throw new UnsupportedSchemeException($dsn, 'null', $this->getSupportedSchemes());
30 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\NullTransportFactory
H A DSendmailTransportFactory.php27 throw new UnsupportedSchemeException($dsn, 'sendmail', $this->getSupportedSchemes());
30 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\SendmailTransportFactory
H A DAbstractTransportFactory.php37 return \in_array($dsn->getScheme(), $this->getSupportedSchemes());
40 abstract protected function getSupportedSchemes(): array; function in Symfony\\Component\\Mailer\\Transport\\AbstractTransportFactory
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/translation/Provider/
H A DNullProviderFactory.php29 throw new UnsupportedSchemeException($dsn, 'null', $this->getSupportedSchemes());
32 protected function getSupportedSchemes(): array function in Symfony\\Component\\Translation\\Provider\\NullProviderFactory
H A DAbstractProviderFactory.php20 return \in_array($dsn->getScheme(), $this->getSupportedSchemes(), true);
26 abstract protected function getSupportedSchemes(): array; function in Symfony\\Component\\Translation\\Provider\\AbstractProviderFactory
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/mailer/Transport/Smtp/
H A DEsmtpTransportFactory.php66 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\Smtp\\EsmtpTransportFactory
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/mailer/Transport/Smtp/
H A DEsmtpTransportFactory.php66 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\Smtp\\EsmtpTransportFactory
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/mailer/Transport/Smtp/
H A DEsmtpTransportFactory.php66 protected function getSupportedSchemes(): array function in Symfony\\Component\\Mailer\\Transport\\Smtp\\EsmtpTransportFactory