Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
FieldStorageAddForm::buildForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::configureEntityFormDisplay function core/modules/field_ui/src/Form/FieldStorageAddForm.php Configures the field for the default form mode.
FieldStorageAddForm::configureEntityViewDisplay function core/modules/field_ui/src/Form/FieldStorageAddForm.php Configures the field for the default view mode.
FieldStorageAddForm::create function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::fieldNameExists function core/modules/field_ui/src/Form/FieldStorageAddForm.php Checks if a field machine name is taken.
FieldStorageAddForm::getExistingFieldLabels function core/modules/field_ui/src/Form/FieldStorageAddForm.php Gets the human-readable labels for the given field storage names.
FieldStorageAddForm::getExistingFieldStorageOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Returns an array of existing field storages that can be added to a bundle.
FieldStorageAddForm::getFormId function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::submitForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::validateAddExisting function core/modules/field_ui/src/Form/FieldStorageAddForm.php Validates the 're-use existing field' case.
FieldStorageAddForm::validateAddNew function core/modules/field_ui/src/Form/FieldStorageAddForm.php Validates the 'add new field' case.
FieldStorageAddForm::validateForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::__construct function core/modules/field_ui/src/Form/FieldStorageAddForm.php Constructs a new FieldStorageAddForm object.
FieldStorageConfig class core/modules/field/src/Entity/FieldStorageConfig.php Defines the Field storage configuration entity.
FieldStorageConfig.php file core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::$cardinality property core/modules/field/src/Entity/FieldStorageConfig.php The field cardinality.
FieldStorageConfig::$custom_storage property core/modules/field/src/Entity/FieldStorageConfig.php A boolean indicating whether or not the field item uses custom storage.
FieldStorageConfig::$deleted property core/modules/field/src/Entity/FieldStorageConfig.php Flag indicating whether the field is deleted.
FieldStorageConfig::$entity_type property core/modules/field/src/Entity/FieldStorageConfig.php The name of the entity type the field can be attached to.
FieldStorageConfig::$field_name property core/modules/field/src/Entity/FieldStorageConfig.php The field name.
FieldStorageConfig::$id property core/modules/field/src/Entity/FieldStorageConfig.php The field ID.
FieldStorageConfig::$inDeletion property core/modules/field/src/Entity/FieldStorageConfig.php Static flag set to prevent recursion during field deletes.
FieldStorageConfig::$indexes property core/modules/field/src/Entity/FieldStorageConfig.php The custom storage indexes for the field data storage.
FieldStorageConfig::$locked property core/modules/field/src/Entity/FieldStorageConfig.php Flag indicating whether the field is available for editing.
FieldStorageConfig::$module property core/modules/field/src/Entity/FieldStorageConfig.php The name of the module that provides the field type.
FieldStorageConfig::$persist_with_no_fields property core/modules/field/src/Entity/FieldStorageConfig.php Flag indicating whether the field storage should be deleted when orphaned.
FieldStorageConfig::$propertyDefinitions property core/modules/field/src/Entity/FieldStorageConfig.php An array of field property definitions.
FieldStorageConfig::$schema property core/modules/field/src/Entity/FieldStorageConfig.php The field schema.
FieldStorageConfig::$settings property core/modules/field/src/Entity/FieldStorageConfig.php Field-type specific settings.
FieldStorageConfig::$translatable property core/modules/field/src/Entity/FieldStorageConfig.php Flag indicating whether the field is translatable.
FieldStorageConfig::$type property core/modules/field/src/Entity/FieldStorageConfig.php The field type.
FieldStorageConfig::calculateDependencies function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getBundles function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getCardinality function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getColumns function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getConstraint function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getConstraints function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getDescription function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getFieldItemClass function core/modules/field/src/Entity/FieldStorageConfig.php Helper to retrieve the field item class.
FieldStorageConfig::getIndexes function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getLabel function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getMainPropertyName function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getName function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getOptionsProvider function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getPropertyDefinition function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getPropertyDefinitions function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getPropertyNames function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getProvider function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getSchema function core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::getSetting function core/modules/field/src/Entity/FieldStorageConfig.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.