Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
StorageTest class core/modules/system/tests/src/Functional/Form/StorageTest.php Tests a multistep form using form storage and makes sure validation and
caching works right.
StorageTest.php file core/modules/system/tests/src/Functional/Form/StorageTest.php
StorageTest.php file core/modules/views_ui/tests/src/Functional/StorageTest.php
StorageTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/StorageTest.php The theme to install as the default for testing.
StorageTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/StorageTest.php The theme to install as the default for testing.
StorageTest::$modules property core/modules/system/tests/src/Functional/Form/StorageTest.php Modules to enable.
StorageTest::$modules property core/modules/views_ui/tests/src/Functional/StorageTest.php Modules to enable.
StorageTest::$testViews property core/modules/views_ui/tests/src/Functional/StorageTest.php Views used by this test.
StorageTest::setUp function core/modules/system/tests/src/Functional/Form/StorageTest.php
StorageTest::testCachedFormStorageValidation function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests updating cached form storage during form validation.
StorageTest::testDetails function core/modules/views_ui/tests/src/Functional/StorageTest.php Tests changing label, description and tag.
StorageTest::testForm function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests using the form in a usual way.
StorageTest::testFormCached function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests using the form after calling $form_state->setCached().
StorageTest::testImmutableForm function core/modules/system/tests/src/Functional/Form/StorageTest.php Verifies that form build-id is regenerated when loading an immutable form
from the cache.
StorageTest::testImmutableFormLegacyProtection function core/modules/system/tests/src/Functional/Form/StorageTest.php Verify that existing contrib code cannot overwrite immutable form state.
StorageTest::testValidation function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests validation when form storage is used.
StorageTestBase class core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Base class for testing key-value storages.
StorageTestBase.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php
StorageTestBase::$collections property core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php An array of data collection labels.
StorageTestBase::$factory property core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Whether we are using an expirable key/value store.
StorageTestBase::$objects property core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php An array of random stdClass objects.
StorageTestBase::createStorage function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Creates storage objects for each collection defined for this class.
StorageTestBase::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php
StorageTestBase::testCRUD function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests CRUD operations.
StorageTestBase::testNonExistingKeys function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests expected behavior for non-existing keys.
StorageTestBase::testRename function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests the rename operation.
StorageTestBase::testSetIfNotExists function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests the setIfNotExists() method.
StorageTransformerException class core/lib/Drupal/Core/Config/StorageTransformerException.php Thrown by config storage transformers if they cannot acquire a lock.
StorageTransformerException.php file core/lib/Drupal/Core/Config/StorageTransformerException.php
StorageTransformEvent class core/lib/Drupal/Core/Config/StorageTransformEvent.php Class StorageTransformEvent.
StorageTransformEvent.php file core/lib/Drupal/Core/Config/StorageTransformEvent.php
StorageTransformEvent::$storage property core/lib/Drupal/Core/Config/StorageTransformEvent.php The configuration storage which is transformed.
StorageTransformEvent::getStorage function core/lib/Drupal/Core/Config/StorageTransformEvent.php Returns the mutable storage ready to be read from and written to.
StorageTransformEvent::__construct function core/lib/Drupal/Core/Config/StorageTransformEvent.php StorageTransformEvent constructor.
StreamWrapperInterface interface core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Defines a Drupal stream wrapper extension.
StreamWrapperInterface.php file core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php
StreamWrapperInterface::ALL constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php A filter that matches all wrappers.
StreamWrapperInterface::dirname function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Gets the name of the directory from a given path.
StreamWrapperInterface::getDescription function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the description of the stream wrapper for use in the UI.
StreamWrapperInterface::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns a web accessible URL for the resource.
StreamWrapperInterface::getName function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the name of the stream wrapper for use in the UI.
StreamWrapperInterface::getType function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the type of stream wrapper.
StreamWrapperInterface::getUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the stream resource URI.
StreamWrapperInterface::HIDDEN constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Defines the stream wrapper bit flag for a hidden file.
StreamWrapperInterface::LOCAL constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Refers to a local file system location.
StreamWrapperInterface::LOCAL_HIDDEN constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Hidden, readable and writable using local files.
StreamWrapperInterface::LOCAL_NORMAL constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Visible, readable and writable using local files.
StreamWrapperInterface::NORMAL constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php This is the default 'type' flag. This does not include
StreamWrapperInterface::LOCAL, because PHP grants a greater trust level to
local files (for example, they can be used in an "include" statement,
regardless of the…
StreamWrapperInterface::READ constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Wrapper is readable (almost always true).
StreamWrapperInterface::READ_VISIBLE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Visible and read-only.

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