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

Breadcrumb

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

function FieldConfigInterface::setTranslatable

Sets whether the field is translatable.

Parameters

bool $translatable: Whether the field is translatable.

Return value

$this

1 method overrides FieldConfigInterface::setTranslatable()
FieldConfigBase::setTranslatable in core/lib/Drupal/Core/Field/FieldConfigBase.php
Sets whether the field is translatable.

File

core/lib/Drupal/Core/Field/FieldConfigInterface.php, line 50

Class

FieldConfigInterface
Defines an interface for configurable field definitions.

Namespace

Drupal\Core\Field

Code

public function setTranslatable($translatable);

API Navigation

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