| PrivateFileOnTranslatedEntityTest::setUp |
function |
core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php |
|
| PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile |
function |
core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php |
Tests private file fields on translated nodes. |
| PrivateKeyTest |
class |
core/tests/Drupal/Tests/Core/PrivateKeyTest.php |
Tests the PrivateKey class. |
| PrivateKeyTest.php |
file |
core/tests/Drupal/Tests/Core/PrivateKeyTest.php |
|
| PrivateKeyTest::$key |
property |
core/tests/Drupal/Tests/Core/PrivateKeyTest.php |
The random key to use in tests. |
| PrivateKeyTest::setUp |
function |
core/tests/Drupal/Tests/Core/PrivateKeyTest.php |
|
| PrivateKeyTest::testGet |
function |
core/tests/Drupal/Tests/Core/PrivateKeyTest.php |
Tests PrivateKey::get(). |
| PrivateKeyTest::testGetNoState |
function |
core/tests/Drupal/Tests/Core/PrivateKeyTest.php |
Tests PrivateKey::get() with no private key from state. |
| PrivateKeyTest::testSet |
function |
core/tests/Drupal/Tests/Core/PrivateKeyTest.php |
Tests PrivateKey::setPrivateKey(). |
| PrivateMethodUnitTestTrait |
trait |
core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php |
Provides methods to test protected/private methods in unit tests. |
| PrivateMethodUnitTestTrait.php |
file |
core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php |
|
| PrivateMethodUnitTestTrait::getMethod |
function |
core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php |
Gets a protected/private method to test. |
| PrivateStream |
class |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
Drupal private (private://) stream wrapper class. |
| PrivateStream.php |
file |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
|
| PrivateStream::basePath |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
Returns the base path for private://. |
| PrivateStream::getDescription |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
|
| PrivateStream::getDirectoryPath |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
|
| PrivateStream::getExternalUrl |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
|
| PrivateStream::getName |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
|
| PrivateStream::getType |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
|
| PrivateTempStoreTest |
class |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests Drupal\Core\TempStore\PrivateTempStore. |
| PrivateTempStoreTest.php |
file |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
|
| PrivateTempStoreTest::$currentUser |
property |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
The current user. |
| PrivateTempStoreTest::$keyValue |
property |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
The mocked key value expirable backend. |
| PrivateTempStoreTest::$lock |
property |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
The lock backend. |
| PrivateTempStoreTest::$otherObject |
property |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
A tempstore object not belonging to the owner. |
| PrivateTempStoreTest::$ownObject |
property |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
A tempstore object belonging to the owner. |
| PrivateTempStoreTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
The request stack. |
| PrivateTempStoreTest::$tempStore |
property |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
The temp store. |
| PrivateTempStoreTest::setUp |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
|
| PrivateTempStoreTest::setUpMockLock |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Reinitializes the lock backend as a mock object. |
| PrivateTempStoreTest::testDelete |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method. |
| PrivateTempStoreTest::testDeleteLocking |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the locking in the delete() method. |
| PrivateTempStoreTest::testDeleteWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method with no lock available. |
| PrivateTempStoreTest::testGet |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the get() method. |
| PrivateTempStoreTest::testGetMetadata |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the getMetadata() method. |
| PrivateTempStoreTest::testSet |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests a successful set() call. |
| PrivateTempStoreTest::testSetWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the set() method with no lock available. |
| ProceduralApiDeprecationTest |
class |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
Tests the deprecation of global rendering functions. |
| ProceduralApiDeprecationTest.php |
file |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
|
| ProceduralApiDeprecationTest::setUp |
function |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
|
| ProceduralApiDeprecationTest::testHideDeprecation |
function |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
Tests the deprecation of the global hide() function. |
| ProceduralApiDeprecationTest::testShowDeprecation |
function |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
Tests the deprecation of the global show() function. |
| ProcessedTextTestTrait |
trait |
core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php |
Provides a trait for testing processed text. |
| ProcessedTextTestTrait.php |
file |
core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php |
|
| ProcessedTextTestTrait::processText |
function |
core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php |
Processes a text using the renderer. |
| ProcessFieldTest |
class |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Tests the ProcessField migrate process plugin. |
| ProcessFieldTest.php |
file |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
|
| ProcessFieldTest::$fieldManager |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migrate field manager. |
| ProcessFieldTest::$fieldPlugin |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migrate field plugin. |