function VariantBase::getWeight
Returns the weight of the display variant.
Return value
int The display variant weight.
Overrides VariantInterface::getWeight
File
-
core/
lib/ Drupal/ Core/ Display/ VariantBase.php, line 57
Class
- VariantBase
- Provides a base class for DisplayVariant plugins.
Namespace
Drupal\Core\DisplayCode
public function getWeight() {
return (int) $this->configuration['weight'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.