You are here

18 calls to FieldItemBase::getSetting() in Zircon Profile 8.0

BooleanItem::fieldSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php
Returns a form for the field-level settings.
BooleanItem::getPossibleOptions in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php
Returns an array of possible values with labels for display.
CommentItem::storageSettingsForm in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Returns a form for the storage-level settings.
DateTimeItem::storageSettingsForm in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
Returns a form for the storage-level settings.
DecimalItem::preSave in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php
Defines custom presave behavior for field values.
EntityReferenceItem::fieldSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Returns a form for the field-level settings.
EntityReferenceItem::storageSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Returns a form for the storage-level settings.
FileItem::isDisplayed in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Determines whether an item should be displayed when rendering the field.
FileItem::storageSettingsForm in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Returns a form for the storage-level settings.
IntegerItem::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php
Gets a list of validation constraints.
LinkItem::fieldSettingsForm in core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
Returns a form for the field-level settings.
ListItemBase::storageSettingsForm in core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php
Returns a form for the storage-level settings.
StringItem::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php
Gets a list of validation constraints.
StringItem::storageSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php
Returns a form for the storage-level settings.
TestItem::fieldSettingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Returns a form for the field-level settings.
TestItem::storageSettingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Returns a form for the storage-level settings.
TextItem::getConstraints in core/modules/text/src/Plugin/Field/FieldType/TextItem.php
Gets a list of validation constraints.
TextItem::storageSettingsForm in core/modules/text/src/Plugin/Field/FieldType/TextItem.php
Returns a form for the storage-level settings.