Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| print.css | file | core/ |
body { margin: 1em; background-color: #fff; } [dir="rtl"] body { direction: rtl; } th { text-align: left; /* LTR */ color: #006; border-bottom: 1px solid #ccc; } [dir="rtl"] th { text-align: right; } tr:nth-child(odd)… |
| print.pcss.css | file | core/ |
@media print { * { /* Black prints faster */ /* https://github.com/h5bp/main.css/blob/main/dist/_print.css#L14 */ color: #000 !important; background-color: transparent !important; box-shadow: none !important; text-shadow:… |
| print.pcss.css | file | core/ |
@media print { * { /* Black prints faster */ /* https://github.com/h5bp/main.css/blob/main/dist/_print.css#L14 */ color: #000 !important; background-color: transparent !important; box-shadow: none !important; text-shadow:… |
| print.pcss.css | file | core/ |
@media print { * { /* Black prints faster */ /* https://github.com/h5bp/main.css/blob/main/dist/_print.css#L14 */ color: #000 !important; background-color: transparent !important; box-shadow: none !important; text-shadow:… |
| PrivateFileOnTranslatedEntityTest | class | core/ |
Uploads private files to translated node and checks access. |
| PrivateFileOnTranslatedEntityTest.php | file | core/ |
|
| PrivateFileOnTranslatedEntityTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PrivateFileOnTranslatedEntityTest::$fieldName | property | core/ |
The name of the file field used in the test. |
| PrivateFileOnTranslatedEntityTest::$modules | property | core/ |
Modules to install. |
| PrivateFileOnTranslatedEntityTest::setUp | function | core/ |
|
| PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile | function | core/ |
Tests private file fields on translated nodes. |
| PrivateKey | class | core/ |
Manages the Drupal private key. |
| PrivateKey.php | file | core/ |
|
| PrivateKey::$state | property | core/ |
The state service. |
| PrivateKey::create | function | core/ |
Creates a new private key. |
| PrivateKey::get | function | core/ |
Gets the private key. |
| PrivateKey::set | function | core/ |
Sets the private key. |
| PrivateKey::__construct | function | core/ |
Constructs the private key object. |
| PrivateKeyTest | class | core/ |
Tests the PrivateKey class. |
| PrivateKeyTest.php | file | core/ |
|
| PrivateKeyTest::$key | property | core/ |
The random key to use in tests. |
| PrivateKeyTest::setUp | function | core/ |
|
| PrivateKeyTest::testGet | function | core/ |
Tests PrivateKey::get(). |
| PrivateKeyTest::testGetNoState | function | core/ |
Tests PrivateKey::get() with no private key from state. |
| PrivateKeyTest::testSet | function | core/ |
Tests PrivateKey::setPrivateKey(). |
| PrivateMethodUnitTestTrait | trait | core/ |
Provides methods to test protected/private methods in unit tests. |
| PrivateMethodUnitTestTrait.php | file | core/ |
|
| PrivateMethodUnitTestTrait::getMethod | function | core/ |
Gets a protected/private method to test. |
| PrivateStream | class | core/ |
Drupal private (private://) stream wrapper class. |
| PrivateStream.php | file | core/ |
|
| PrivateStream::basePath | function | core/ |
Returns the base path for private://. |
| PrivateStream::getDescription | function | core/ |
|
| PrivateStream::getDirectoryPath | function | core/ |
|
| PrivateStream::getExternalUrl | function | core/ |
|
| PrivateStream::getName | function | core/ |
|
| PrivateStream::getType | function | core/ |
|
| PrivateTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
| PrivateTempStore.php | file | core/ |
|
| PrivateTempStore::$currentUser | property | core/ |
The current user. |
| PrivateTempStore::$expire | property | core/ |
The time to live for items in seconds. |
| PrivateTempStore::$lockBackend | property | core/ |
The lock object used for this data. |
| PrivateTempStore::$requestStack | property | core/ |
The request stack. |
| PrivateTempStore::$storage | property | core/ |
The key/value storage object used for this data. |
| PrivateTempStore::createKey | function | core/ |
Ensures that the key is unique for a user. |
| PrivateTempStore::delete | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
| PrivateTempStore::get | function | core/ |
Retrieves a value from this PrivateTempStore for a given key. |
| PrivateTempStore::getMetadata | function | core/ |
Returns the metadata associated with a particular key/value pair. |
| PrivateTempStore::getOwner | function | core/ |
Gets the current owner based on the current user or the session ID. |
| PrivateTempStore::set | function | core/ |
Stores a particular key/value pair in this PrivateTempStore. |
| PrivateTempStore::__construct | function | core/ |
Constructs a new object for accessing data from a key/value store. |
Pagination
- Previous page
- Page 1291
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.