Search for state

  1. Search 7.x-1.x for state
  2. Search 4.x for state
  3. Other projects
Title Object type File name Summary
DevelController::stateSystemPage function src/Controller/DevelController.php Builds the state variable overview page.
DevelStateEditorTest class tests/src/Functional/DevelStateEditorTest.php Tests devel state editor.
DevelStateEditorTest.php file tests/src/Functional/DevelStateEditorTest.php
DevelStateEditorTest::$state property tests/src/Functional/DevelStateEditorTest.php The state store.
DevelStateEditorTest::assertElementsTextEquals function tests/src/Functional/DevelStateEditorTest.php Checks that the passed in elements have the expected text.
DevelStateEditorTest::setUp function tests/src/Functional/DevelStateEditorTest.php
DevelStateEditorTest::testStateEdit function tests/src/Functional/DevelStateEditorTest.php Tests state edit.
DevelStateEditorTest::testStateEditMenuLink function tests/src/Functional/DevelStateEditorTest.php Tests state editor menu link.
DevelStateEditorTest::testStateListing function tests/src/Functional/DevelStateEditorTest.php Tests state listing.
SystemStateEdit class src/Form/SystemStateEdit.php Form API form to edit a state.
SystemStateEdit.php file src/Form/SystemStateEdit.php
SystemStateEdit::$dumper property src/Form/SystemStateEdit.php The dumper service.
SystemStateEdit::$logger property src/Form/SystemStateEdit.php Logger service.
SystemStateEdit::$state property src/Form/SystemStateEdit.php The state store.
SystemStateEdit::buildForm function src/Form/SystemStateEdit.php Form constructor.
SystemStateEdit::checkObject function src/Form/SystemStateEdit.php Helper function to determine if a variable is or contains an object.
SystemStateEdit::create function src/Form/SystemStateEdit.php Instantiates a new instance of this class.
SystemStateEdit::getFormId function src/Form/SystemStateEdit.php Returns a unique string identifying the form.
SystemStateEdit::submitForm function src/Form/SystemStateEdit.php Form submission handler.
SystemStateEdit::validateForm function src/Form/SystemStateEdit.php Form validation handler.
TestRouteSubscriber::$state property tests/modules/devel_test/src/Routing/TestRouteSubscriber.php The state store.