LocalePluralFormatTest |
class |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php |
Tests plural format handling functionality. |
entity_form_controller |
function |
drupal/core/includes/entity.inc |
Returns an entity form controller for the given operation. |
User::buildOptionsForm |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/User.php |
Provide link to node option |
config_admin_sync_form |
function |
drupal/core/modules/config/config.admin.inc |
Helper function to construct the storage changes in a configuration synchronization form. |
Mail::buildOptionsForm |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Mail.php |
Provide link to node option |
form_process_container |
function |
drupal/core/includes/form.inc |
Processes a container element. |
form_test_button_class |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a simple form to test form button classes. |
TwigFormulaLoader::load |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php |
Loads formulae from a resource. |
form_pre_render_details |
function |
drupal/core/includes/form.inc |
Adds members of this group as actual elements for rendering. |
views_ui_rearrange_form |
function |
drupal/core/modules/views/views_ui/admin.inc |
Form to rearrange items in the views UI. |
FileWidget::formElement |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php |
Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
Score::buildOptionsForm |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/field/Score.php |
Default options form that provides the label widget that all fields
should have. |
WebTestBase::handleForm |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Handle form input related to drupalPost(). Ensure that the specified fields
exist and attempt to create POST data in the correct manner for the particular
field type. |
block_custom_block_form |
function |
drupal/core/modules/block/block.module |
Form constructor for the custom block form. |
config_test_delete_form |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Form constructor to delete a ConfigTest object. |
hook_form_FORM_ID_alter |
function |
drupal/core/modules/system/system.api.php |
Provide a form-specific alteration instead of the global hook_form_alter(). |
_install_configure_form |
function |
drupal/core/includes/install.core.inc |
Form constructor for a site configuration form. |
User::submitOptionsForm |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php |
Provide the default form form for submitting options |
Feed::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::submitOptionsForm(). |
Page::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php |
Overrides \Drupal\views\Plugin\views\display\callbackPluginBase::submitOptionsForm(). |
Role::submitOptionsForm |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Role.php |
Provide the default form form for submitting options |
twig_date_format_filter |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Converts a date to the given format. |
batch_test_chained_form |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.module |
Form constructor for a form with chained submit callbacks. |
views_ajax_form_wrapper |
function |
drupal/core/modules/views/includes/ajax.inc |
Wrapper around drupal_build_form to handle some AJAX stuff automatically.
This makes some assumptions about the client. |
_statistics_format_item |
function |
drupal/core/modules/statistics/statistics.module |
Formats an item for display, including both the item title and the link. |
Text::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Text.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
node_filter_form_submit |
function |
drupal/core/modules/node/node.admin.inc |
Form submission handler for node_filter_form(). |
theme_color_scheme_form |
function |
drupal/core/modules/color/color.module |
Returns HTML for a theme's color form. |
Title::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Title.php |
Overrides Drupal\views\Plugin\views\AreaPluginBase::buildOptionsForm(). |
ViewUI::getFormProgress |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Get the user's current progress through the form stack. |
User::$signature_format |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
The user's signature format. |
Field::buildOptionsForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Default options form that provides the label widget that all fields
should have. |
Field::buildGroupByForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Extend the groupby form with group columns. |
CachedFormulaLoaderTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Loader/CachedFormulaLoaderTest.php |
|
book_remove_form_submit |
function |
drupal/core/modules/book/book.pages.inc |
Form submission handler for book_remove_form(). |
node_type_form_validate |
function |
drupal/core/modules/node/content_types.inc |
Form validation handler for node_type_form(). |
Fixed::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Fixed.php |
Provide the default form for setting options. |
CreatedDay::get_formula |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedDay.php |
Overrides Drupal\views\Plugin\views\argument\Formula::get_formula(). |
_book_add_form_elements |
function |
drupal/core/modules/book/book.module |
Builds the common elements of the book form for the node and outline forms. |
DateFormatsLanguageTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php |
Functional tests for localizing date formats. |
FilterDefaultFormatTest |
class |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultFormatTest.php |
|
FormatDateTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php |
|
Analyzer::formatMessage |
function |
drupal/core/modules/views/lib/Drupal/views/Analyzer.php |
Formats an analysis message. |
ViewCloneFormController |
class |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Form controller for the Views clone form. |
user_filter_form_submit |
function |
drupal/core/modules/user/user.admin.inc |
Process result from user administration filter form. |
Node::submitOptionsForm |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php |
Provide the default form form for submitting options |
Table::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Render the given style. |
DiffFormatter::_context |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_deleted |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_changed |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|