| ModuleRuntimeRequirementsHooks::runtimeRequirements |
function |
core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php |
Implements hook_runtime_requirements(). |
| ModuleRuntimeRequirementsHooks::runtimeRequirementsAlter |
function |
core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php |
Implements hook_runtime_requirements_alter(). |
| module_runtime_requirements.info.yml |
file |
core/modules/system/tests/modules/module_runtime_requirements/module_runtime_requirements.info.yml |
core/modules/system/tests/modules/module_runtime_requirements/module_runtime_requirements.info.yml |
| MTimeProtectedFastFileStorage |
class |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Stores PHP code in files with securely hashed names. |
| MTimeProtectedFastFileStorage.php |
file |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
|
| MTimeProtectedFastFileStorage::$secret |
property |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
The secret used in the HMAC. |
| MTimeProtectedFastFileStorage::delete |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Deletes PHP code from storage. |
| MTimeProtectedFastFileStorage::garbageCollection |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Performs garbage collection on the storage. |
| MTimeProtectedFastFileStorage::getContainingDirectoryFullPath |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Gets the full path of the file storage directory's parent. |
| MTimeProtectedFastFileStorage::getFullPath |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Gets the full path where the file is or should be stored. |
| MTimeProtectedFastFileStorage::getUncachedMTime |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Clears PHP's stat cache and returns the directory's mtime. |
| MTimeProtectedFastFileStorage::save |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Saves PHP code to storage. |
| MTimeProtectedFastFileStorage::tempnam |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
A brute force tempnam implementation supporting streams. |
| MTimeProtectedFastFileStorage::__construct |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Constructs this MTimeProtectedFastFileStorage object. |
| MTimeProtectedFastFileStorageTest |
class |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php |
Tests the MTimeProtectedFastFileStorage implementation. |
| MTimeProtectedFastFileStorageTest.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php |
|
| MTimeProtectedFastFileStorageTest::$expected |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php |
The expected test results for the security test. |
| MTimeProtectedFastFileStorageTest::$storageClass |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php |
The PHP storage class to test. |
| MTimeProtectedFileStorage |
class |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Stores PHP code in files with securely hashed names. |
| MTimeProtectedFileStorage.php |
file |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
|
| MTimeProtectedFileStorage::checkFile |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Determines whether a protected file exists and sets the filename too. |
| MTimeProtectedFileStorage::exists |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Checks whether the PHP code exists in storage. |
| MTimeProtectedFileStorage::getPath |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
|
| MTimeProtectedFileStorage::load |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Loads PHP code from storage. |
| MTimeProtectedFileStorageBase |
class |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
Base test class for MTime protected storage. |
| MTimeProtectedFileStorageBase.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
|
| MTimeProtectedFileStorageBase::$expected |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
The expected test results for the security test. |
| MTimeProtectedFileStorageBase::$secret |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
The secret string to use for file creation. |
| MTimeProtectedFileStorageBase::$settings |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
Test settings to pass to storage instances. |
| MTimeProtectedFileStorageBase::$storageClass |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
The PHP storage class to test. |
| MTimeProtectedFileStorageBase::setUp |
function |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
|
| MTimeProtectedFileStorageBase::testCRUD |
function |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
Tests basic load/save/delete operations. |
| MTimeProtectedFileStorageBase::testSecurity |
function |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
Tests the security of the MTimeProtectedFileStorage implementation. |
| MTimeProtectedFileStorageTest |
class |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
Tests the MTimeProtectedFileStorage implementation. |
| MTimeProtectedFileStorageTest.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
|
| MTimeProtectedFileStorageTest::$expected |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
The expected test results for the security test. |
| MTimeProtectedFileStorageTest::$storageClass |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
The PHP storage class to test. |
| MultipleStaticContext::getRuntimeContexts |
function |
core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php |
Gets runtime context values for the given context IDs. |
| MysqlDateSql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/MysqlDateSql.php |
Applies the given offset to the given field. |
| MysqlDateSql::setTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/MysqlDateSql.php |
Set the database to the given timezone. |
| MysqlDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php |
Tests timezone offset formatting. |
| MysqlDateSqlTest::testSetTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php |
Tests setting the database offset. |
| MysqliHooks::runtimeRequirements |
function |
core/modules/mysqli/src/Hook/MysqliHooks.php |
Implements hook_runtime_requirements(). |
| MysqlRequirements::runtime |
function |
core/modules/mysql/src/Hook/MysqlRequirements.php |
Implements hook_runtime_requirements(). |
| NavigationRequirements::runtime |
function |
core/modules/navigation/src/Hook/NavigationRequirements.php |
Implements hook_runtime_requirements(). |
| Node::getCreatedTime |
function |
core/modules/node/src/Entity/Node.php |
Gets the node creation timestamp. |
| Node::setCreatedTime |
function |
core/modules/node/src/Entity/Node.php |
Sets the node creation timestamp. |
| NodeFormSaveChangedTimeTest |
class |
core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php |
Tests updating the changed time after API and FORM entity save. |
| NodeFormSaveChangedTimeTest.php |
file |
core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php |
|
| NodeFormSaveChangedTimeTest::$authorUser |
property |
core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php |
A user with permissions to create and edit articles. |