You are here

public function QueueStorageEntityInterface::isFinished in Open Social 10.1.x

Same name and namespace in other branches
  1. 8.9 modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::isFinished()
  2. 8.8 modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::isFinished()
  3. 10.3.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::isFinished()
  4. 10.0.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::isFinished()
  5. 10.2.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::isFinished()

Get the status of the entity.

Return value

bool Status of the entity.

1 method overrides QueueStorageEntityInterface::isFinished()
QueueStorageEntity::isFinished in modules/custom/social_queue_storage/src/Entity/QueueStorageEntity.php
Get the status of the entity.

File

modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php, line 78

Class

QueueStorageEntityInterface
Provides an interface for defining Queue storage entity entities.

Namespace

Drupal\social_queue_storage\Entity

Code

public function isFinished();