public function FontInterface::getName in Open Social 8
Same name and namespace in other branches
- 8.9 modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 8.2 modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 8.3 modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 8.4 modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 8.5 modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 8.6 modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 8.7 modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 8.8 modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 10.3.x modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 10.0.x modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 10.1.x modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
- 10.2.x modules/custom/social_font/src/Entity/FontInterface.php \Drupal\social_font\Entity\FontInterface::getName()
Gets the Font name.
Return value
string Name of the Font.
1 method overrides FontInterface::getName()
- Font::getName in modules/
custom/ social_font/ src/ Entity/ Font.php - Gets the Font name.
File
- modules/
custom/ social_font/ src/ Entity/ FontInterface.php, line 22
Class
- FontInterface
- Provides an interface for defining Font entities.
Namespace
Drupal\social_font\EntityCode
public function getName();