public function LingotekConfigMetadataInterface::setProfile in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 8.2 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.1.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.2.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.3.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.4.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
- 3.8.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
Sets the profile of the document.
Parameters
string $profile: The profile of the document.
Return value
$this
1 method overrides LingotekConfigMetadataInterface::setProfile()
- LingotekConfigMetadata::setProfile in src/
Entity/ LingotekConfigMetadata.php - Sets the profile of the document.
File
- src/
LingotekConfigMetadataInterface.php, line 67
Class
Namespace
Drupal\lingotekCode
public function setProfile($profile);