You are here

public function ProfileInterface::unsetData in Profile 8

Unsets a profile data value with the given key.

Parameters

string $key: The key.

Return value

$this

1 method overrides ProfileInterface::unsetData()
Profile::unsetData in src/Entity/Profile.php
Unsets a profile data value with the given key.

File

src/Entity/ProfileInterface.php, line 95

Class

ProfileInterface
Provides an interface for profiles.

Namespace

Drupal\profile\Entity

Code

public function unsetData($key);