function VariantBase::adminLabel
Returns the admin-facing display variant label.
This is for the type of display variant, not the configured variant itself.
Return value
string The display variant administrative label.
Overrides VariantInterface::adminLabel
File
-
core/
lib/ Drupal/ Core/ Display/ VariantBase.php, line 43
Class
- VariantBase
- Provides a base class for DisplayVariant plugins.
Namespace
Drupal\Core\DisplayCode
public function adminLabel() {
return $this->pluginDefinition['admin_label'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.