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

Breadcrumb

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

function FieldConfigInterface::setSetting

Sets the value for a field setting by name.

Parameters

string $setting_name: The name of the setting.

mixed $value: The value of the setting.

Return value

$this

1 method overrides FieldConfigInterface::setSetting()
FieldConfigBase::setSetting in core/lib/Drupal/Core/Field/FieldConfigBase.php
Sets the value for a field setting by name.

File

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

Class

FieldConfigInterface
Defines an interface for configurable field definitions.

Namespace

Drupal\Core\Field

Code

public function setSetting($setting_name, $value);

API Navigation

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