You are here

protected function Profile::getAttributeManager in Linkit 8.4

Returns the attribute manager.

Return value

\Drupal\Component\Plugin\PluginManagerInterface The attribute manager.

1 call to Profile::getAttributeManager()
Profile::getAttributes in src/Entity/Profile.php
Returns the attributes for this profile.

File

src/Entity/Profile.php, line 238
Contains \Drupal\linkit\Entity\Profile.

Class

Profile
Defines the linkit profile entity.

Namespace

Drupal\linkit\Entity

Code

protected function getAttributeManager() {
  return \Drupal::service('plugin.manager.linkit.attribute');
}