You are here

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

Gets the Queue storage entity name.

Return value

string Name of the Queue storage entity.

1 method overrides QueueStorageEntityInterface::getName()
QueueStorageEntity::getName in modules/custom/social_queue_storage/src/Entity/QueueStorageEntity.php
Gets the Queue storage entity name.

File

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

Class

QueueStorageEntityInterface
Provides an interface for defining Queue storage entity entities.

Namespace

Drupal\social_queue_storage\Entity

Code

public function getName();