SubformState::$parentForm |
property |
core/lib/Drupal/Core/Form/SubformState.php |
The parent form. |
SubformState::$subform |
property |
core/lib/Drupal/Core/Form/SubformState.php |
The subform. |
SubformState::createForSubform |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Creates a new instance for a subform. |
SubformState::getCompleteFormState |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Gets the complete form state. |
SubformState::getFormObject |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Returns the form object that is responsible for building this form. |
SubformState::getLimitValidationErrors |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Retrieves the limited validation error sections. |
SubformState::getParents |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Gets the subform's parents relative to its parent form. |
SubformState::getValues |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Implements \Drupal\Core\Form\FormStateInterface::getValues() |
SubformState::setErrorByName |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Files an error against a form element. |
SubformState::setLimitValidationErrors |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Sets the limited validation error sections. |
SubformState::__construct |
function |
core/lib/Drupal/Core/Form/SubformState.php |
Constructs a new instance. |
SubformStateInterface |
interface |
core/lib/Drupal/Core/Form/SubformStateInterface.php |
Stores information about the state of a subform. |
SubformStateInterface.php |
file |
core/lib/Drupal/Core/Form/SubformStateInterface.php |
|
SubformStateInterface::getCompleteFormState |
function |
core/lib/Drupal/Core/Form/SubformStateInterface.php |
Gets the complete form state. |
SubformStateTest |
class |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests Drupal\Core\Form\SubformState. |
SubformStateTest.php |
file |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
|
SubformStateTest::$formStateValues |
property |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
The form state's values test fixture. |
SubformStateTest::$parentForm |
property |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
The parent form. |
SubformStateTest::providerGetValues |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testGetValues(). |
SubformStateTest::providerGetValuesBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testGetValuesBroken(). |
SubformStateTest::providerTestGetValue |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testGetValue(). |
SubformStateTest::providerTestGetValueBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testGetValueBroken(). |
SubformStateTest::providerTestSetValues |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testSetValues(). |
SubformStateTest::providerTestSetValuesBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testSetValuesBroken(). |
SubformStateTest::testFormObject |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests form object. |
SubformStateTest::testGetCompleteFormStateWithParentCompleteForm |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get complete form state with parent complete form. |
SubformStateTest::testGetCompleteFormStateWithParentSubform |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get complete form state with parent subform. |
SubformStateTest::testGetLimitValidationErrors |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get limit validation errors. |
SubformStateTest::testGetValue |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get value. |
SubformStateTest::testGetValueBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get value broken. |
SubformStateTest::testGetValues |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get values. |
SubformStateTest::testGetValuesBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get values broken. |
SubformStateTest::testSetErrorByName |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests set error by name. |
SubformStateTest::testSetLimitValidationErrors |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests set limit validation errors. |
SubformStateTest::testSetValues |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests set values. |
SubformStateTest::testSetValuesBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests set values broken. |
TableDragTest::$state |
property |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
The state service. |
TableDragTestForm::$state |
property |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
The state service. |
TermParentsTest::$state |
property |
core/modules/taxonomy/tests/src/Functional/TermParentsTest.php |
The state service. |
TestClass::$state |
property |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
The state keyvalue collection. |
TestRunResultsStorageInterface::getCurrentTestRunState |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Get state information about a test run, from storage. |
TestSandboxDatabaseUpdatesValidator::$state |
property |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
The state service. |
TestSandboxDatabaseUpdatesValidator::setState |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
Sets the state service dependency. |
TestStateBasedSectionStorage |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Provides a test section storage that is controlled by state. |
TestStateBasedSectionStorage.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
|
TestStateBasedSectionStorage::access |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
TestStateBasedSectionStorage::buildRoutes |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Provides the routes needed for Layout Builder UI. |
TestStateBasedSectionStorage::deriveContextsFromRoute |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Derives the available plugin contexts from route values. |
TestStateBasedSectionStorage::extractIdFromRoute |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
|
TestStateBasedSectionStorage::getLayoutBuilderUrl |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Gets the URL used to display the Layout Builder UI. |