FormStateTest::testPrepareCallbackValidMethod |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests prepare callback valid method. |
FormStateTest::testSetCachedGet |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests set cached get. |
FormStateTest::testSetCachedPost |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests set cached post. |
FormStateTest::testSetCleanValueKeys |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests set clean value keys. |
FormStateTest::testSetError |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests the setError() method. |
FormStateTest::testSetErrorByName |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests set error by name. |
FormStateTest::testTemporaryValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests temporary value. |
FormStateValuesTrait |
trait |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Provides methods to manage form state values. |
FormStateValuesTrait.php |
file |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
|
FormStateValuesTrait::getValue |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::getValue() |
FormStateValuesTrait::getValues |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::getValues() |
FormStateValuesTrait::hasValue |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::hasValue() |
FormStateValuesTrait::isValueEmpty |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::isValueEmpty() |
FormStateValuesTrait::setValue |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::setValue() |
FormStateValuesTrait::setValueForElement |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::setValueForElement() |
FormStateValuesTrait::setValues |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::setValues() |
FormStateValuesTrait::unsetValue |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::unsetValue() |
FormStateValuesTraitStub |
class |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Stub class with trait for testing. |
FormStateValuesTraitStub::$values |
property |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
The submitted form values. |
FormStateValuesTraitStub::getValues |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Implements \Drupal\Core\Form\FormStateInterface::getValues() |
FormStateValuesTraitTest |
class |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Tests Drupal\Core\Form\FormStateValuesTrait. |
FormStateValuesTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
|
FormStateValuesTraitTest::providerGetValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Provides data to self::testGetValue(). |
FormStateValuesTraitTest::providerHasValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Provides data to self::testHasValue(). |
FormStateValuesTraitTest::providerIsValueEmpty |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Provides data to self::testIsValueEmpty(). |
FormStateValuesTraitTest::providerSetValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Provides data to self::testSetValue(). |
FormStateValuesTraitTest::testGetValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Tests get value. |
FormStateValuesTraitTest::testGetValueModifyReturn |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Tests get value modify return. |
FormStateValuesTraitTest::testHasValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Tests has value. |
FormStateValuesTraitTest::testIsValueEmpty |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Tests is value empty. |
FormStateValuesTraitTest::testSetValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Tests set value. |
FormStateValuesTraitTest::testSetValueForElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Tests that setting the value for an element adds to the values. |
FormTestFormStateValuesCleanAdvancedForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php |
Form builder for \Drupal\Core\Form\FormState::cleanValues() test. |
FormTestFormStateValuesCleanAdvancedForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php |
|
FormTestFormStateValuesCleanAdvancedForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php |
Form constructor. |
FormTestFormStateValuesCleanAdvancedForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php |
Returns a unique string identifying the form. |
FormTestFormStateValuesCleanAdvancedForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php |
Form submission handler. |
FormTestFormStateValuesCleanForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php |
Form builder for \Drupal\Core\Form\FormState::cleanValues() test. |
FormTestFormStateValuesCleanForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php |
|
FormTestFormStateValuesCleanForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php |
Form constructor. |
FormTestFormStateValuesCleanForm::cleanValue |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php |
Helper function to clean a value on an element. |
FormTestFormStateValuesCleanForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php |
Returns a unique string identifying the form. |
FormTestFormStateValuesCleanForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php |
Form submission handler. |
FormTestStatePersistForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
Form constructor for testing form state persistence. |
FormTestStatePersistForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
|
FormTestStatePersistForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
Form constructor. |
FormTestStatePersistForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
Returns a unique string identifying the form. |
FormTestStatePersistForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
Form submission handler. |
HelpSearch::$state |
property |
core/modules/help/src/Plugin/Search/HelpSearch.php |
The state object. |
HelpSearch::updateIndexState |
function |
core/modules/help/src/Plugin/Search/HelpSearch.php |
Updates the 'help_search_unindexed_count' state variable. |