eZ\Publish\Core\Persistence\Legacy\Content\Type\Handler::loadByRemoteId PHP Method

loadByRemoteId() public method

Note: This method is responsible of having the Field Definitions of the loaded ContentType sorted by placement.
public loadByRemoteId ( mixed $remoteId ) : eZ\Publish\SPI\Persistence\Content\Type
$remoteId mixed
return eZ\Publish\SPI\Persistence\Content\Type
    public function loadByRemoteId($remoteId)
    {
        return $this->loadFromRows($this->contentTypeGateway->loadTypeDataByRemoteId($remoteId, Type::STATUS_DEFINED), $remoteId, Type::STATUS_DEFINED);
    }