Search for add

  1. Search 7.x for add
  2. Search 8.9.x for add
  3. Search 10.3.x for add
  4. Search 11.x for add
  5. Other projects
Title Object type File name Summary
ExtensionListTrait::$staticAddedPathNames property core/lib/Drupal/Core/Installer/ExtensionListTrait.php Static version of the added file names during the installer.
field.field.node.basic_page.field_noadd_media.yml file core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_noadd_media.yml core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_noadd_media.yml
field.storage.node.field_noadd_media.yml file core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_noadd_media.yml core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_noadd_media.yml
FieldConfigBase::addConstraint function core/lib/Drupal/Core/Field/FieldConfigBase.php Adds a validation constraint to the FieldItemList.
FieldConfigBase::addPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigBase.php Adds constraints for a given field item property.
FieldConfigInterface::addConstraint function core/lib/Drupal/Core/Field/FieldConfigInterface.php Adds a validation constraint to the FieldItemList.
FieldConfigInterface::addPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigInterface.php Adds constraints for a given field item property.
FieldDiscovery::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes to a migration.
FieldDiscovery::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for a bundle to a migration.
FieldDiscovery::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for an entity to a migration.
FieldDiscoveryInterface::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes to a migration.
FieldDiscoveryInterface::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for a bundle to a migration.
FieldDiscoveryInterface::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for an entity to a migration.
FieldDiscoveryTest::addAllFieldProcessesAltersData function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Provides data for testAddAllFieldProcessesAlters.
FieldDiscoveryTest::addAllFieldProcessesAltersData function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Provides data for testAddAllFieldProcessesAlters.
FieldDiscoveryTest::testAddAllFieldProcesses function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the addAllFieldProcesses method.
FieldDiscoveryTest::testAddAllFieldProcesses function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the addAllFieldProcesses method.
FieldDiscoveryTest::testAddAllFieldProcessesAlters function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the addAllFieldProcesses method for field migrations.
FieldDiscoveryTest::testAddAllFieldProcessesAlters function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the addAllFieldProcesses method for field migrations.
FieldDiscoveryTest::testAddFields function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the addFields method.
FieldOrLanguageJoin::joinAddExtra function core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php Adds the extras to the join condition.
FieldPluginBase::$additional_fields property core/modules/views/src/Plugin/views/field/FieldPluginBase.php Stores additional fields which get added to the query.
FieldPluginBase::addAdditionalFields function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Add 'additional' fields to the query.
FieldPluginBase::addSelfTokens function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Add any special tokens this field might use for itself.
FieldStorageAddForm class core/modules/field_ui/src/Form/FieldStorageAddForm.php Provides a form for the "field storage" add page.
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::$configFactory property core/modules/field_ui/src/Form/FieldStorageAddForm.php The configuration factory.
FieldStorageAddForm::$entityDisplayRepository property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity display repository.
FieldStorageAddForm::$entityFieldManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity field manager.
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::$entityTypeManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity type manager.
FieldStorageAddForm::$fieldTypePluginManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The field type plugin manager.
FieldStorageAddForm::buildForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form constructor.
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 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::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 Returns a unique string identifying the form.
FieldStorageAddForm::submitForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form submission handler.
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 Form validation handler.
FieldStorageAddForm::__construct function core/modules/field_ui/src/Form/FieldStorageAddForm.php Constructs a new FieldStorageAddForm object.
FieldTest::addSelfTokens function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Add any special tokens this field might use for itself.
FieldUiTestTrait::fieldUIAddExistingField function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Adds an existing field through the Field UI.
FieldUiTestTrait::fieldUIAddNewField function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Creates a new field through the Field UI.
field_ui.add_field.html.twig file core/modules/help_topics/help_topics/field_ui.add_field.html.twig ---
label: 'Adding a field to an entity sub-type'
related:
- core.content_structure
- field_ui.manage_display
- field_ui.manage_form
---
{% set content_types_link_text %}{% trans %}Content types{% endtrans %}{% endset %}
{% set…

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