You are here

public function ProfileInterface::removeAttribute in Linkit 8.4

Removes an attribute from this profile.

Parameters

string $attribute_id: The attribute ID.

Return value

$this

1 method overrides ProfileInterface::removeAttribute()
Profile::removeAttribute in src/Entity/Profile.php
Removes an attribute from this profile.

File

src/ProfileInterface.php, line 73
Contains \Drupal\linkit\ProfileInterface.

Class

ProfileInterface
Provides an interface defining a profile entity.

Namespace

Drupal\linkit

Code

public function removeAttribute($attribute_id);