You are here

public function QueueStorageEntityInterface::getType 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::getType()
  2. 8.8 modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::getType()
  3. 10.3.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::getType()
  4. 10.0.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::getType()
  5. 10.2.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::getType()

Returns the queue storage type.

Return value

string The queue storage type name.

1 method overrides QueueStorageEntityInterface::getType()
QueueStorageEntity::getType in modules/custom/social_queue_storage/src/Entity/QueueStorageEntity.php
Returns the queue storage type.

File

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

Class

QueueStorageEntityInterface
Provides an interface for defining Queue storage entity entities.

Namespace

Drupal\social_queue_storage\Entity

Code

public function getType();