Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Search 11.x for form
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
StorageTest::testCachedFormStorageValidation function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests updating cached form storage during form validation.
StorageTest::testForm function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests using the form in a usual way.
StorageTest::testFormCached function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests using the form after calling $form_state->setCached().
StorageTransformerException class core/lib/Drupal/Core/Config/StorageTransformerException.php Thrown by config storage transformers if they cannot acquire a lock.
StorageTransformerException.php file core/lib/Drupal/Core/Config/StorageTransformerException.php
StorageTransformEvent class core/lib/Drupal/Core/Config/StorageTransformEvent.php Class StorageTransformEvent.
StorageTransformEvent.php file core/lib/Drupal/Core/Config/StorageTransformEvent.php
StorageTransformEvent::$storage property core/lib/Drupal/Core/Config/StorageTransformEvent.php The configuration storage which is transformed.
StorageTransformEvent::getStorage function core/lib/Drupal/Core/Config/StorageTransformEvent.php Returns the mutable storage ready to be read from and written to.
StorageTransformEvent::__construct function core/lib/Drupal/Core/Config/StorageTransformEvent.php StorageTransformEvent constructor.
StringArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/StringArgument.php Provide a form to edit options for this plugin.
StringArgument::getFormula function core/modules/views/src/Plugin/views/argument/StringArgument.php Get the formula for this argument.
StringFilter::buildExposeForm function core/modules/views/src/Plugin/views/filter/StringFilter.php Options form subform for exposed filter options.
StringFilter::valueForm function core/modules/views/src/Plugin/views/filter/StringFilter.php Provide a simple textfield for equality.
StringFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Plugin implementation of the 'string' formatter.
StringFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
StringFormatter::$entityTypeManager property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php The entity type manager.
StringFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Defines the default settings for this plugin.
StringFormatter::getEntityUrl function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Gets the URI elements of the entity.
StringFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Returns a form to configure settings for the formatter.
StringFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Returns a short summary for the current formatter settings.
StringFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Builds a renderable array for a field value.
StringFormatter::viewValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Generate the output appropriate for one field item.
StringFormatter::__construct function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Constructs a StringFormatter instance.
StringFormatterTest class core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php Tests the string field formatter.
StringFormatterTest class core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Tests the creation of text fields.
StringFormatterTest.php file core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest.php file core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php
StringFormatterTest::$bundle property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$display property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$entityType property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$entityTypeManager property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php The entity type manager.
StringFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$modules property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Modules to install.
StringFormatterTest::providerAccessLinkToEntity function core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php Data provider.
StringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Renders fields of a given entity with a given display.
StringFormatterTest::setUp function core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath function core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Test "link_to_entity" feature on fields which are added to config entity.
StringFormatterTest::testLinkToEntity function core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php Checks link visibility depending on link templates and access.
StringFormatterTest::testStringFormatter function core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Tests string formatter output.
StringItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Returns a form for the storage-level settings.
StringListField::buildOptionsForm function core/modules/options/src/Plugin/views/argument/StringListField.php Provide a form to edit options for this plugin.
StringTextareaWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Returns the form for a single field widget.
StringTextareaWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Returns a form to configure settings for the widget.
StringTextfieldWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns the form for a single field widget.
StringTextfieldWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns a form to configure settings for the widget.
StringTranslationTrait::formatPlural function core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php Formats a string containing a count of items.
StringTranslationTraitTest::testFormatPlural function core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php Tests formatPlural().
StubForm class core/modules/system/tests/src/Functional/Form/StubForm.php Provides a stub form for testing purposes.
StubForm.php file core/modules/system/tests/src/Functional/Form/StubForm.php

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