You are here

public function LingotekConfigMetadataInterface::setProfile in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8.2 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  2. 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  3. 3.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  4. 3.1.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  5. 3.2.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  6. 3.3.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  7. 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  8. 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  9. 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setProfile()
  10. 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

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function setProfile($profile);