You are here

public function ProfileInterface::getAttributes in Linkit 8.4

Returns the attributes for this profile.

Return value

\Drupal\linkit\AttributeCollection|\Drupal\linkit\AttributeInterface[] The attribute collection.

1 method overrides ProfileInterface::getAttributes()
Profile::getAttributes in src/Entity/Profile.php
Returns the attributes for this profile.

File

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

Class

ProfileInterface
Provides an interface defining a profile entity.

Namespace

Drupal\linkit

Code

public function getAttributes();