Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BundleTranslationSettingsInterface.php

function BundleTranslationSettingsInterface::getBundleTranslationSettings

Returns translation settings for the specified bundle.

Parameters

string $entity_type_id: The entity type identifier.

string $bundle: The bundle name.

Return value

array An associative array of values keyed by setting name.

File

core/modules/content_translation/src/BundleTranslationSettingsInterface.php, line 21

Class

BundleTranslationSettingsInterface
Interface providing support for content translation bundle settings.

Namespace

Drupal\content_translation

Code

public function getBundleTranslationSettings($entity_type_id, $bundle);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal