Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
FormattableMarkup::__toString function core/lib/Drupal/Component/Render/FormattableMarkup.php Returns markup.
FormattableMarkupTest::testToString function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php @covers ::__toString[[api-linebreak]]
@covers ::jsonSerialize[[api-linebreak]]
FormattedDateDiff::toRenderable function core/lib/Drupal/Core/Datetime/FormattedDateDiff.php Returns a render array representation of the object.
formattedText.ckeditor.css file core/modules/quickedit/css/editors/formattedText.ckeditor.css Functional styles for the CKEditor-based formatted text in-place editor.
formattedText.ckeditor.css file core/themes/stable9/css/quickedit/editors/formattedText.ckeditor.css Functional styles for the CKEditor-based formatted text in-place editor.
formattedText.ckeditor.css file core/themes/stable/css/quickedit/editors/formattedText.ckeditor.css Functional styles for the CKEditor-based formatted text in-place editor.
formattedText.ckeditor5.css file core/themes/stable9/css/quickedit/editors/formattedText.ckeditor5.css Functional styles for the CKEditor-based formatted text in-place editor.
formattedText.ckeditor5.css file core/themes/stable/css/quickedit/editors/formattedText.ckeditor5.css Functional styles for the CKEditor-based formatted text in-place editor.
formattedText.ckeditor5.css file core/modules/quickedit/css/editors/formattedText.ckeditor5.css Functional styles for the CKEditor 5-based formatted text in-place editor.
FormatterPluginManager::getOptions function core/lib/Drupal/Core/Field/FormatterPluginManager.php Returns an array of formatter options for a field type.
FormBase::$configFactory property core/lib/Drupal/Core/Form/FormBase.php The config factory.
FormBase::configFactory function core/lib/Drupal/Core/Form/FormBase.php Gets the config factory for this form.
FormBase::resetConfigFactory function core/lib/Drupal/Core/Form/FormBase.php Resets the configuration factory.
FormBase::setConfigFactory function core/lib/Drupal/Core/Form/FormBase.php Sets the config factory for this form.
FormBuilder::$csrfToken property core/lib/Drupal/Core/Form/FormBuilder.php The CSRF token generator to validate the form token.
FormBuilder::$formValidator property core/lib/Drupal/Core/Form/FormBuilder.php The form validator.
FormBuilder::buttonWasClicked function core/lib/Drupal/Core/Form/FormBuilder.php Determines if a given button triggered the form submission.
FormBuilder::renderFormTokenPlaceholder function core/lib/Drupal/Core/Form/FormBuilder.php Renders the form CSRF token. It's a #lazy_builder callback.
FormBuilder::setInvalidTokenError function core/lib/Drupal/Core/Form/FormBuilder.php Sets a form_token error on the given form state.
FormBuilderTest::providerTestFormTokenCacheability function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Data provider for testFormTokenCacheability.
FormBuilderTest::providerTestInvalidToken function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
FormBuilderTest::testFormTokenCacheability function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php @covers ::prepareForm[[api-linebreak]]
FormBuilderTest::testInvalidToken function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php @covers ::doBuildForm[[api-linebreak]]
FormCache::$configFactory property core/lib/Drupal/Core/Form/FormCache.php The config factory.
FormCache::$csrfToken property core/lib/Drupal/Core/Form/FormCache.php The CSRF token generator to validate the form token.
FormCache::$keyValueExpirableFactory property core/lib/Drupal/Core/Form/FormCache.php The factory for expirable key value stores used by form cache.
FormCacheTest::$csrfToken property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The CSRF token generator.
FormCacheTest::$formCacheStore property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The expirable key value store used by form cache.
FormCacheTest::$formStateCacheStore property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The expirable key value store used by form state cache.
FormCacheTest::$keyValueExpirableFactory property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The expirable key value factory.
FormCacheTest::testCacheCustomExpiration function core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php Tests the form cache with an overridden cache expiration.
FormCacheTest::testCacheToken function core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php Tests the form cache with a logged-in user.
FormCacheTest::testGetCacheInvalidToken function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::getCache[[api-linebreak]]
FormCacheTest::testGetCacheValidToken function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::getCache[[api-linebreak]]
FormCacheTest::testNoCacheToken function core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php Tests the form cache without a logged-in user.
FormDefaultHandlersTest::customSubmitForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
FormDefaultHandlersTest::customValidateForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
FormDefaultHandlersTest::testDefaultAndCustomHandlers function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Tests that default handlers are added even if custom are specified.
FormEditor class core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php Defines the form in-place editor.
FormEditor.php file core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php
FormEditor::getAttachments function core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php Returns the attachments for this editor.
FormEditor::isCompatible function core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php Checks whether this in-place editor is compatible with a given field.
FormElement::processAutocomplete function core/lib/Drupal/Core/Render/Element/FormElement.php Adds autocomplete functionality to elements.
FormErrorHandlerCKEditor5Test class core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php Tests the inline errors fragment link to a CKEditor5-enabled textarea.
FormErrorHandlerCKEditor5Test.php file core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php
FormErrorHandlerCKEditor5Test::$defaultTheme property core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php The theme to install as the default for testing.
FormErrorHandlerCKEditor5Test::$modules property core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php Modules to enable.
FormErrorHandlerCKEditor5Test::setUp function core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php
FormErrorHandlerCKEditor5Test::testFragmentLink function core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php Tests if the fragment link to a textarea works with CKEditor 5 enabled.
FormErrorHandlerCKEditorTest class core/modules/ckeditor/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php Tests the inline errors fragment link to a CKEditor-enabled textarea.

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