public function MessagePurgeInterface::getWeight in Message 8
Returns the weight of the purge plugin.
Return value
int The integer weight of the purge plugin.
1 method overrides MessagePurgeInterface::getWeight()
- MessagePurgeBase::getWeight in src/
MessagePurgeBase.php - Returns the weight of the purge plugin.
File
- src/
MessagePurgeInterface.php, line 64
Class
- MessagePurgeInterface
- Interface for MessagePurge plugins.
Namespace
Drupal\messageCode
public function getWeight();