File::setTemporary |
function |
core/modules/file/src/Entity/File.php |
Sets the file status to temporary. |
FormState::setTemporary |
function |
core/lib/Drupal/Core/Form/FormState.php |
Sets temporary data. |
FileInterface::setTemporary |
function |
core/modules/file/src/FileInterface.php |
Sets the file status to temporary. |
FormState::setTemporaryValue |
function |
core/lib/Drupal/Core/Form/FormState.php |
Sets an arbitrary value in temporary storage. |
FormStateInterface::setTemporary |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Sets temporary data. |
FormStateDecoratorBase::setTemporary |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Sets temporary data. |
SqlContentEntityStorage::setTemporary |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Changes the temporary state of the storage. |
FormStateInterface::setTemporaryValue |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Sets an arbitrary value in temporary storage. |
FormStateDecoratorBase::setTemporaryValue |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Sets an arbitrary value in temporary storage. |
FormStateDecoratorBaseTest::testSetTemporary |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setTemporary |
FormStateDecoratorBaseTest::testSetTemporaryValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setTemporaryValue |
FormStateDecoratorBaseTest::providerSetTemporaryValue |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Provides data to self::testSetTemporaryValue(). |