function ClassMetadata::getAssociationMappedByTargetField

Returns the target field of the owning side of the association

Parameters

string $assocName:

Return value

string

1 method overrides ClassMetadata::getAssociationMappedByTargetField()
TestObjectMetadata::getAssociationMappedByTargetField in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Returns the target field of the owning side of the association

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php, line 154

Class

ClassMetadata
Contract for a Doctrine persistence layer ClassMetadata class to implement.

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getAssociationMappedByTargetField($assocName);