Search for conf

  1. Search 7.x for conf
  2. Search 8.9.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
ConfirmFormInterface interface core/lib/Drupal/Core/Form/ConfirmFormInterface.php Defines the behavior a confirmation form.
ConfirmFormInterface.php file core/lib/Drupal/Core/Form/ConfirmFormInterface.php
ConfirmFormInterface::getCancelText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the link which cancels the action.
ConfirmFormInterface::getCancelUrl function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the route to go to if the user cancels the action.
ConfirmFormInterface::getConfirmText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the button that confirms the action.
ConfirmFormInterface::getDescription function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns additional text to display as a description.
ConfirmFormInterface::getFormName function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the internal name used to refer to the confirmation item.
ConfirmFormInterface::getQuestion function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the question to ask the user.
ConfirmFormTest class core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests confirmation forms.
ConfirmFormTest.php file core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConfirmFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php The theme to install as the default for testing.
ConfirmFormTest::$modules property core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Modules to enable.
ConfirmFormTest::testConfirmForm function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConfirmFormTest::testConfirmFormWithExternalDestination function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests that the confirm form does not use external destinations.
ConfirmFormTestForm class core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Provides a test confirmation form.
ConfirmFormTestForm.php file core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
ConfirmFormTestForm::buildForm function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Form constructor.
ConfirmFormTestForm::getCancelText function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a caption for the link which cancels the action.
ConfirmFormTestForm::getCancelUrl function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the route to go to if the user cancels the action.
ConfirmFormTestForm::getConfirmText function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a caption for the button that confirms the action.
ConfirmFormTestForm::getDescription function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns additional text to display as a description.
ConfirmFormTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a unique string identifying the form.
ConfirmFormTestForm::getQuestion function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the question to ask the user.
ConfirmFormTestForm::submitForm function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Form submission handler.
contact.configuring_personal.html.twig file core/modules/help_topics/help_topics/contact.configuring_personal.html.twig ---
label: 'Configuring personal contact forms'
related:
- contact.overview
- contact.adding_fields
---
{% set config_link_text %}{% trans %}Account settings{% endtrans %}{% endset %}
{% set config_link =…
ContactFormEditForm::getEditableConfigNames function core/modules/contact/src/ContactFormEditForm.php Gets the configuration names that will be editable.
ContactPageAccess::$configFactory property core/modules/contact/src/Access/ContactPageAccess.php The contact settings config object.
ContainerTest::testGetForConfigurator function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for configurable services works.
ContainerTest::testGetForConfiguratorWithException function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for configurable services throws an Exception.
ContentEntity::$defaultConfiguration property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The plugin's default configuration.
ContentEntityConfirmFormBase class core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Provides a generic base class for an entity-based confirmation form.
ContentEntityConfirmFormBase.php file core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
ContentEntityConfirmFormBase::actions function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns an array of supported actions for the current entity form.
ContentEntityConfirmFormBase::buildForm function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Form constructor.
ContentEntityConfirmFormBase::delete function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php The delete() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that redirects to the delete-form
confirmation form.
ContentEntityConfirmFormBase::form function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Gets the actual form array to be built.
ContentEntityConfirmFormBase::getBaseFormId function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a string identifying the base form.
ContentEntityConfirmFormBase::getCancelText function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a caption for the link which cancels the action.
ContentEntityConfirmFormBase::getConfirmText function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a caption for the button that confirms the action.
ContentEntityConfirmFormBase::getDescription function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns additional text to display as a description.
ContentEntityConfirmFormBase::getFormName function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ContentEntityConfirmFormBase::save function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php The save() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that saves the entity.
ContentEntityConfirmFormBase::validateForm function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
ContentEntityTest::migrationConfigurationProvider function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php Data provider for several test methods.
ContentEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets the key that is used to store configuration dependencies.
ContentLanguageSettings::isDefaultConfiguration function core/modules/language/src/Entity/ContentLanguageSettings.php Checks if this config object contains the default values in every property.
ContentLanguageSettingsInterface::isDefaultConfiguration function core/modules/language/src/ContentLanguageSettingsInterface.php Checks if this config object contains the default values in every property.
ContentLanguageSettingsUnitTest::$configEntityStorageInterface property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The typed configuration manager used for testing.
ContentLanguageSettingsUnitTest::$typedConfigManager property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The typed configuration manager used for testing.
ContentLanguageSettingsUnitTest::providerIsDefaultConfiguration function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php

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