# `interface`  DataMapperInterface

**Fully Qualified**: [`\Frontastic\Common\ShopwareBundle\Domain\DataMapper\DataMapperInterface`](../../../../../src/php/ShopwareBundle/Domain/DataMapper/DataMapperInterface.php)

## Methods

* [getName()](#getname)
* [map()](#map)

### getName()

```php
public function getName(): string
```

Return Value: `string`

### map()

```php
public function map(
    mixed $resource
): mixed
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$resource`|`mixed`||

Return Value: `mixed`

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
