public function OpignoModuleInterface::getName in Opigno module 8
Same name and namespace in other branches
- 3.x src/Entity/OpignoModuleInterface.php \Drupal\opigno_module\Entity\OpignoModuleInterface::getName()
Gets the Module name.
Return value
string Name of the Module.
1 method overrides OpignoModuleInterface::getName()
- OpignoModule::getName in src/
Entity/ OpignoModule.php - Gets the Module name.
File
- src/
Entity/ OpignoModuleInterface.php, line 22
Class
- OpignoModuleInterface
- Provides an interface for defining Module entities.
Namespace
Drupal\opigno_module\EntityCode
public function getName();