public function OgMembershipInterface::isPending in Organic groups 8
Returns TRUE if the OG membership is pending.
Return value
bool TRUE if the OG membership is pending, FALSE otherwise.
1 method overrides OgMembershipInterface::isPending()
- OgMembership::isPending in src/
Entity/ OgMembership.php - Returns TRUE if the OG membership is pending.
File
- src/
OgMembershipInterface.php, line 275
Class
- OgMembershipInterface
- Provides an interface for OG memberships.
Namespace
Drupal\ogCode
public function isPending() : bool;