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

Breadcrumb

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

function FieldDefinitionInterface::isTranslatable

Returns whether the field is translatable.

Return value

bool TRUE if the field is translatable.

3 methods override FieldDefinitionInterface::isTranslatable()
BaseFieldDefinition::isTranslatable in core/lib/Drupal/Core/Field/BaseFieldDefinition.php
Returns whether the field is translatable.
FieldConfigBase::isTranslatable in core/lib/Drupal/Core/Field/FieldConfigBase.php
Returns whether the field is translatable.
FieldDefinition::isTranslatable in core/lib/Drupal/Core/Field/FieldDefinition.php
Returns whether the field is translatable.

File

core/lib/Drupal/Core/Field/FieldDefinitionInterface.php, line 236

Class

FieldDefinitionInterface
Defines an interface for entity field definitions.

Namespace

Drupal\Core\Field

Code

public function isTranslatable();

API Navigation

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