public function MessagePurgeBase::getWeight in Message 8
Returns the weight of the purge plugin.
Return value
int The integer weight of the purge plugin.
Overrides MessagePurgeInterface::getWeight
1 call to MessagePurgeBase::getWeight()
- MessagePurgeBase::getConfiguration in src/
MessagePurgeBase.php - Gets this plugin's configuration.
File
- src/
MessagePurgeBase.php, line 147
Class
- MessagePurgeBase
- Base implementation for MessagePurge plugins.
Namespace
Drupal\messageCode
public function getWeight() {
return $this->weight;
}