Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 10.3.x for Field
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.

All search results

Title Object type File name Summary
FieldSqlStorageTest::testUpdateFieldSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests trying to update a field with data.
FieldStorageAddController class core/modules/field_ui/src/Controller/FieldStorageAddController.php Controller for building the field type links.
FieldStorageAddController.php file core/modules/field_ui/src/Controller/FieldStorageAddController.php
FieldStorageAddController::$bundle property core/modules/field_ui/src/Controller/FieldStorageAddController.php The entity bundle.
FieldStorageAddController::$entityTypeId property core/modules/field_ui/src/Controller/FieldStorageAddController.php The name of the entity type.
FieldStorageAddController::create function core/modules/field_ui/src/Controller/FieldStorageAddController.php Instantiates a new instance of the implementing class using autowiring.
FieldStorageAddController::getFieldSelectionLinks function core/modules/field_ui/src/Controller/FieldStorageAddController.php Builds the field selection links.
FieldStorageAddController::resetField function core/modules/field_ui/src/Controller/FieldStorageAddController.php Deletes stored field data and builds the field selection links.
FieldStorageAddController::__construct function core/modules/field_ui/src/Controller/FieldStorageAddController.php Constructs a new FieldStorageAddController.
FieldStorageAddForm class core/modules/field_ui/src/Form/FieldStorageAddForm.php Provides a form for the "field storage" add subform.
FieldStorageAddForm.php file core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::$bundle property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity bundle.
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::ajaxSubmit function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit form #ajax callback.
FieldStorageAddForm::buildForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form constructor.
FieldStorageAddForm::create function core/modules/field_ui/src/Form/FieldStorageAddForm.php Instantiates a new instance of this class.
FieldStorageAddForm::fieldNameExists function core/modules/field_ui/src/Form/FieldStorageAddForm.php Checks if a field machine name is taken.
FieldStorageAddForm::getFormId function core/modules/field_ui/src/Form/FieldStorageAddForm.php Returns a unique string identifying the form.
FieldStorageAddForm::getNewFieldDefaults function core/modules/field_ui/src/Form/FieldStorageAddForm.php Get default options from preconfigured options for a new field.
FieldStorageAddForm::getRedirectUrl function core/modules/field_ui/src/Form/FieldStorageAddForm.php Gets the redirect URL.
FieldStorageAddForm::rebuildWithOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit handler for displaying fields after a group is selected.
FieldStorageAddForm::setTempStore function core/modules/field_ui/src/Form/FieldStorageAddForm.php Store field information in temp store in order to build the edit form.
FieldStorageAddForm::startOver function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit handler for resetting the form.
FieldStorageAddForm::submitForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form submission handler.
FieldStorageAddForm::successfulAjaxSubmit function core/modules/field_ui/src/Form/FieldStorageAddForm.php Respond to a successful AJAX submission.
FieldStorageAddForm::validateForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form validation handler.
FieldStorageAddForm::__construct function core/modules/field_ui/src/Form/FieldStorageAddForm.php
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 Calculates dependencies and stores them in the dependency property.
FieldStorageConfig::getBundles function core/modules/field/src/Entity/FieldStorageConfig.php Returns the list of bundles where the field storage has fields.
FieldStorageConfig::getCardinality function core/modules/field/src/Entity/FieldStorageConfig.php Returns the maximum number of items allowed for the field.
FieldStorageConfig::getColumns function core/modules/field/src/Entity/FieldStorageConfig.php Returns the field columns, as defined in the field schema.
FieldStorageConfig::getConstraint function core/modules/field/src/Entity/FieldStorageConfig.php Returns a validation constraint.

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