Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. IconDefinitionInterface.php

function IconDefinitionInterface::getPackLabel

Get the icon pack label.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup|null The icon pack label.

1 method overrides IconDefinitionInterface::getPackLabel()
IconDefinition::getPackLabel in core/lib/Drupal/Core/Theme/Icon/IconDefinition.php
Get the icon pack label.

File

core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php, line 149

Class

IconDefinitionInterface
Interface for icon definition.

Namespace

Drupal\Core\Theme\Icon

Code

public function getPackLabel() : ?TranslatableMarkup;
RSS feed
Powered by Drupal