eZ\Publish\Core\Persistence\Cache\ContentTypeHandler::loadByRemoteId PHP Method

loadByRemoteId() public method

See also: eZ\Publish\SPI\Persistence\Content\Type\Handler::loadByRemoteId
public loadByRemoteId ( $remoteId )
    public function loadByRemoteId($remoteId)
    {
        $this->logger->logCall(__METHOD__, array('type' => $remoteId));
        return $this->persistenceHandler->contentTypeHandler()->loadByRemoteId($remoteId);
    }