EasyRdf_Format::getParserClass |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Get the name of the class to use to parse the format |
ChainEncoder::$encoderByFormat |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php |
|
views_form_views_form_validate |
function |
drupal/core/modules/views/views.module |
Validate handler for the first step of the views form.
Calls any existing views_form_validate functions located
on the views fields. |
EntityFormDisplayTest::getInfo |
function |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php |
|
FilterPluginBase::operatorForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Options form subform for setting the operator. |
ConfirmFormTestForm::getFormID |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormTestForm.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
ConfigTestFormController::form |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
ViewsFormInterface::getFormKey |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormInterface.php |
Returns the key that represents this form. |
ConfigTestFormController::save |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
ConfirmFormTestForm::buildForm |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormTestForm.php |
Overrides \Drupal\Core\Form\ConfirmFormBase::buildForm(). |
GroupwiseMax::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php |
Extends the relationship's basic options, allowing the user to pick
a sort and an order for it. |
SystemConfigFormTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/SystemConfigFormTest.php |
Modules to enable. |
SimpletestTestForm::submitForm |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestTestForm.php |
Form submission handler. |
FilterPluginBase::addGroupForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Add a new group to the exposed filter groups. |
RoleListController::submitForm |
function |
drupal/core/modules/user/lib/Drupal/user/RoleListController.php |
Form submission handler. |
ImportOpmlTest::openImportForm |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php |
Opens OPML import form. |
LocaleSettingsForm::submitForm |
function |
drupal/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
AccountSettingsForm::getFormID |
function |
drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
MenuLinkFormController::submit |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::submit(). |
AccountSettingsForm::buildForm |
function |
drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
MenuLinkFormController::delete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::delete(). |
datetime_datetime_form_process |
function |
drupal/core/modules/datetime/datetime.module |
Expands a #datetime element type into date and/or time elements. |
datetime_datelist_form_process |
function |
drupal/core/modules/datetime/datetime.module |
Expands a date element into an array of individual elements. |
FormTest::testDisabledElements |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Test handling of disabled elements. |
NegotiationUrlForm::submitForm |
function |
drupal/core/modules/language/lib/Drupal/language/Form/NegotiationUrlForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
EntityFormController::validate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::validate(). |
HtmlFormController::$container |
property |
drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php |
The injection container for this object. |
ActionFormControllerBase::form |
function |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Returns the actual form array to be built. |
OptionsFormattersTest::getInfo |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFormattersTest.php |
|
ActionFormControllerBase::save |
function |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Form submission handler for the 'save' action. |
TestEntityFormController::form |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
TestEntityFormController::save |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
HandlerBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
ChainDecoder::$decoderByFormat |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
|
HandlerBase::submitGroupByForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
FormatDateTest::testFormatDate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php |
Tests the format_date() function. |
EntityTestFormController::form |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
TwigFormulaLoader::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php |
|
EntityTestFormController::save |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
ViewEditFormController::submit |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::submit(). |
ViewEditFormController::cancel |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Form submission handler for the 'cancel' action. |
EditorBase::settingsFormSubmit |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit(). |
DefaultProcessor::settingsForm |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php |
Implements \Drupal\aggregator\Plugin\ProcessorInterface::settingsForm(). |
locale_translation_status_form |
function |
drupal/core/modules/locale/locale.pages.inc |
Page callback: Display the current translation status. |
AggregatorFeedBlock::blockForm |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php |
Overrides \Drupal\block\BlockBase::blockForm(). |
CommentFormController::actions |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
VocabularyFormController::form |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
CommentFormController::preview |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Form submission handler for the 'preview' action. |
VocabularyFormController::save |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
FunctionCallsFormulaLoader.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php |
|