Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| print.css | file | core/ |
/* ---------- General Layout ---------- */ body, input, textarea, select { color: #000; background: none; } body.two-sidebars, body.sidebar-first, body.sidebar-second, body { width:… |
| 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.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.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.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 enable. |
| PrivateFileOnTranslatedEntityTest::setUp | function | core/ |
|
| PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile | function | core/ |
Tests private file fields on translated nodes. |
| PrivateKey::$state | property | core/ |
The state service. |
| 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::$privateKey | property | core/ |
The private key service mock. |
| PrivateKeyTest::$state | property | core/ |
The state mock class. |
| 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/ |
Returns the description of the stream wrapper for use in the UI. |
| PrivateStream::getDirectoryPath | function | core/ |
Gets the path that the wrapper is responsible for. |
| PrivateStream::getExternalUrl | function | core/ |
Returns a web accessible URL for the resource. |
| PrivateStream::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
| PrivateStream::getType | function | core/ |
Returns the type of stream wrapper. |
| 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::startSession | function | core/ |
Start session because it is required for a private temp store. |
Pagination
- Previous page
- Page 990
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.