You are here

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

Sets the queue storage type.

Parameters

string $type: The queue storage type.

Return value

$this

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

File

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

Class

QueueStorageEntityInterface
Provides an interface for defining Queue storage entity entities.

Namespace

Drupal\social_queue_storage\Entity

Code

public function setType($type);