public VariantBase::adminLabel()
Returns the admin-facing display variant label.
This is for the type of display variant, not the configured variant itself.
string The display variant administrative label.
Overrides VariantInterface::adminLabel
public function adminLabel() { return $this->pluginDefinition['admin_label']; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Display!VariantBase.php/function/VariantBase::adminLabel/8.1.x