You are here

public function ProfileInterface::isActive in Profile 2 8

Returns the node published status indicator.

Unpublished profiles are only visible to their authors and to administrators.

Return value

bool TRUE if the profile is active.

1 method overrides ProfileInterface::isActive()
Profile::isActive in src/Entity/Profile.php
Returns the node published status indicator.

File

src/ProfileInterface.php, line 103
Contains \Drupal\profile\ProfileInterface.

Class

ProfileInterface
Provides an interface defining a profile entity.

Namespace

Drupal\profile

Code

public function isActive();