DrupalDiffFormatter::$rows |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
EntityFormController::init |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Initialize the form state and the entity before the first form build. |
EntityFormController::form |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns the actual form array to be built. |
FormTest::testInputForgery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Test Form API protections against input forgery. |
EntityFormController::save |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Form submission handler for the 'save' action. |
NumberDecimalFormatter.php |
file |
drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberDecimalFormatter.php |
Definition of Drupal\number\Plugin\field\formatter\NumberDecimalFormatter. |
path_form_element_validate |
function |
drupal/core/modules/path/path.module |
Form element validation handler for URL alias form element. |
NumberIntegerFormatter.php |
file |
drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberIntegerFormatter.php |
Definition of Drupal\number\Plugin\field\formatter\NumberIntegerFormatter. |
DefaultNumberFormatter.php |
file |
drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php |
Definition of Drupal\number\Plugin\field\formatter\DefaultNumberFormatter. |
field_ui_formatter_options |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Returns an array of formatter options for a field type. |
theme_file_formatter_table |
function |
drupal/core/modules/file/file.field.inc |
Returns HTML for a file attachments table. |
field_info_formatter_types |
function |
drupal/core/modules/field/field.info.inc |
Returns information about field formatters from hook_field_formatter_info(). |
action_message_action_form |
function |
drupal/core/modules/action/action.module |
Constructs the settings form for action_message_action(). |
form_test_wrapper_callback |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Menu callback; Invokes a form builder function with a wrapper callback. |
FormulaLoaderInterface.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php |
|
field_ui_field_delete_form |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Form constructor for removing a field instance from a bundle. |
FileSize::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FileSize.php |
Default options form that provides the label widget that all fields
should have. |
form_type_checkboxes_value |
function |
drupal/core/includes/form.inc |
Determines the value for a checkboxes form element. |
EntityFormControllerNG.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php |
Definition of Drupal\Core\Entity\EntityFormControllerNG. |
SearchEmbedFormTest::$node |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php |
Node used for testing. |
update_manager_update_form |
function |
drupal/core/modules/update/update.manager.inc |
Form constructor for the update form of the Update Manager module. |
form_test_placeholder_test |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a form to test the placeholder attribute. |
SearchEmbedFormTest::setUp |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php |
Sets up a Drupal site for running functional and integration tests. |
FileMime::buildOptionsForm |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/FileMime.php |
Provide link to file option |
theme_system_settings_form |
function |
drupal/core/modules/system/system.module |
Returns HTML for a system settings form. |
language_admin_delete_form |
function |
drupal/core/modules/language/language.admin.inc |
User interface for the language deletion confirmation screen. |
entity_form_state_defaults |
function |
drupal/core/includes/entity.inc |
Returns the default form state for the given entity and operation. |
COMMENT_FORM_SEPARATE_PAGE |
constant |
drupal/core/modules/comment/comment.module |
Comment form should be displayed on a separate page. |
views_ui_analyze_view_form |
function |
drupal/core/modules/views/views_ui/admin.inc |
Form constructor callback to display analysis information on a view |
views_ui_edit_details_form |
function |
drupal/core/modules/views/views_ui/admin.inc |
Form builder to edit details of a view. |
views_ui_edit_display_form |
function |
drupal/core/modules/views/views_ui/admin.inc |
Form constructor callback to edit display of a view |
field_attach_form_validate |
function |
drupal/core/modules/field/field.attach.inc |
Performs field validation against form-submitted field values. |
SearchRow::buildOptionsForm |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/row/SearchRow.php |
Provide a form for setting options. |
TwigFormulaLoader::loadNode |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php |
Loads assets from the supplied node. |
ajax_forms_test_simple_form |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Tests form_state['values'] during callback. |
install_select_profile_form |
function |
drupal/core/includes/install.core.inc |
Form constructor for the profile selection form. |
DateTimePlus::prepareFormat |
function |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
Prepares the input format value. |
Full::exposed_form_validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php |
|
aggregator_form_feed_submit |
function |
drupal/core/modules/aggregator/aggregator.admin.inc |
Form submission handler for aggregator_form_feed(). |
DateTimePlus::inputIsFormat |
function |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
Checks if input is a string with an expected format. |
aggregator_form_opml_submit |
function |
drupal/core/modules/aggregator/aggregator.admin.inc |
Form submission handler for aggregator_form_opml(). |
ExposedFormTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php |
Views used by this test. |
FormatterBase::settingsForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterBase.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsForm(). |
BulkForm::views_form_submit |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/views/field/BulkForm.php |
Implements \Drupal\views\Plugin\views\Plugin\field\FieldPluginBase::views_form_submit(). |
Compiler::$loggingFormatter |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/Compiler.php |
|
QueryTest::buildOptionsForm |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php |
Implements \Drupal\views\Plugin\views\query\QueryPluginBase::buildOptionsForm(). |
ViewAddFormController::form |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
block_add_block_form_submit |
function |
drupal/core/modules/block/block.admin.inc |
Form submission handler for block_add_block_form(). |
PluginBase::globalTokenForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php |
Adds elements for available core tokens to a form. |
views_ajax_command_set_form |
function |
drupal/core/modules/views/includes/ajax.inc |
Creates a Drupal AJAX 'viewsSetForm' command. |