Search for state
- Search 6.x-1.x for state
- Search 7.x-1.x for state
- Search 4.x for state
- Search 5.x for state
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DevelController::stateSystemPage | function | src/ |
Builds the state variable overview page. |
DevelStateEditorTest | class | tests/ |
Tests devel state editor. |
DevelStateEditorTest.php | file | tests/ |
|
DevelStateEditorTest::$adminUser | property | tests/ |
The user for tests. |
DevelStateEditorTest::$develUser | property | tests/ |
The user for tests. |
DevelStateEditorTest::$modules | property | tests/ |
|
DevelStateEditorTest::$state | property | tests/ |
The state store. |
DevelStateEditorTest::assertElementsTextEquals | function | tests/ |
Checks that the passed in elements have the expected text. |
DevelStateEditorTest::setUp | function | tests/ |
|
DevelStateEditorTest::testStateEdit | function | tests/ |
Tests state edit. |
DevelStateEditorTest::testStateEditMenuLink | function | tests/ |
Tests state editor menu link. |
DevelStateEditorTest::testStateListing | function | tests/ |
Tests state listing. |
state.html.twig | file | webprofiler/ |
{% block toolbar %} {% set icon %} {{ collector.getStateKeysCount }} {% endset %} {% set text %} {{ 'State get'|t }} {{ collector.getStateKeysCount }} {% endset %} {{… |
StateDataCollector | class | webprofiler/ |
Provides a data collector to get all requested state values. |
StateDataCollector.php | file | webprofiler/ |
|
StateDataCollector::addState | function | webprofiler/ |
|
StateDataCollector::collect | function | webprofiler/ |
|
StateDataCollector::getIcon | function | webprofiler/ |
Returns the collector icon in base64 format. |
StateDataCollector::getName | function | webprofiler/ |
Returns the name of the collector. |
StateDataCollector::getPanelSummary | function | webprofiler/ |
Returns the string used in vertical tab summary. |
StateDataCollector::getStateKeysCount | function | webprofiler/ |
Twig callback to show all requested state keys. |
StateDataCollector::getTitle | function | webprofiler/ |
Returns the datacollector title. |
StateWrapper | class | webprofiler/ |
Class StateWrapper. |
StateWrapper.php | file | webprofiler/ |
|
StateWrapper::$dataCollector | property | webprofiler/ |
The state data collector. |
StateWrapper::$state | property | webprofiler/ |
The system state. |
StateWrapper::delete | function | webprofiler/ |
|
StateWrapper::deleteMultiple | function | webprofiler/ |
|
StateWrapper::destruct | function | webprofiler/ |
|
StateWrapper::get | function | webprofiler/ |
|
StateWrapper::getMultiple | function | webprofiler/ |
|
StateWrapper::resetCache | function | webprofiler/ |
|
StateWrapper::resolveCacheMiss | function | webprofiler/ |
|
StateWrapper::set | function | webprofiler/ |
|
StateWrapper::setMultiple | function | webprofiler/ |
|
StateWrapper::__call | function | webprofiler/ |
Passes through all non-tracked calls onto the decorated object. |
StateWrapper::__construct | function | webprofiler/ |
StateWrapper constructor. |
SystemStateEdit | class | src/ |
Form API form to edit a state. |
SystemStateEdit.php | file | src/ |
|
SystemStateEdit::$state | property | src/ |
The state store. |
SystemStateEdit::buildForm | function | src/ |
|
SystemStateEdit::checkObject | function | src/ |
Helper function to determine if a variable is or contains an object. |
SystemStateEdit::create | function | src/ |
|
SystemStateEdit::getFormId | function | src/ |
|
SystemStateEdit::submitForm | function | src/ |
|
SystemStateEdit::validateForm | function | src/ |
|
SystemStateEdit::__construct | function | src/ |
Constructs a new SystemStateEdit object. |
webprofiler.debug.state | service | webprofiler/ |
Drupal\webprofiler\State\StateWrapper |
webprofiler.state | service | webprofiler/ |
Drupal\webprofiler\DataCollector\StateDataCollector |