Search for add

  1. Search 7.x for add
  2. Search 9.5.x for add
  3. Search 8.9.x for add
  4. Search 10.3.x for add
  5. Other projects
Title Object type File name Summary
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
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.
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
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
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.
FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsFormAdditionalImplementation function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_formatter_third_party_settings_form().
FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsFormAdditionalImplementation function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_third_party_settings_form().
FieldUiHooks::formFieldUiFieldStorageAddFormAlter function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'.
FieldUiJSTestTrait::fieldUIAddExistingFieldJS function core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php Adds an existing field through the Field UI.
FieldUiJSTestTrait::fieldUIAddNewFieldJS function core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php Creates a new field through the Field UI.
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/field_ui/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.