Home
last modified time | relevance | path

Searched refs:tryLoadingDoctrineMetadata (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAbstractDoctrineTypeDriver.php81 if (!$doctrineMetadata = $this->tryLoadingDoctrineMetadata($class->name)) {
127 protected function tryLoadingDoctrineMetadata(string $className): ?DoctrineClassMetadata function in JMS\\Serializer\\Metadata\\Driver\\AbstractDoctrineTypeDriver
H A DDoctrineTypeDriver.php39 if (null === $targetMetadata = $this->tryLoadingDoctrineMetadata($targetEntity)) {
H A DDoctrinePHPCRTypeDriver.php42 if (null === $this->tryLoadingDoctrineMetadata($targetEntity)) {