public function WebformContentCreatorInterface::getTitle in Webform Content Creator 2.x
Same name and namespace in other branches
- 8 src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getTitle()
- 3.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getTitle()
Returns the entity title.
Return value
string The entity title.
1 method overrides WebformContentCreatorInterface::getTitle()
- WebformContentCreatorEntity::getTitle in src/
Entity/ WebformContentCreatorEntity.php - Returns the entity title.
File
- src/
WebformContentCreatorInterface.php, line 44
Class
- WebformContentCreatorInterface
- Provides an interface defining an Webform content creator entity.
Namespace
Drupal\webform_content_creatorCode
public function getTitle();