Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| logger.channel.aggregator | service | core/ |
|
| logger.factory | service | core/ |
Drupal\Core\Logger\LoggerChannelFactory |
| LoggerChannelFactory | class | core/ |
Defines a factory for logging channels. |
| LoggerChannelFactory.php | file | core/ |
|
| LoggerChannelFactory::$channels | property | core/ |
Array of all instantiated logger channels keyed by channel name. |
| LoggerChannelFactory::$loggers | property | core/ |
An array of arrays of \Psr\Log\LoggerInterface keyed by priority. |
| LoggerChannelFactory::addLogger | function | core/ |
Adds a logger to all the channels. |
| LoggerChannelFactory::get | function | core/ |
Retrieves the registered logger for the requested channel. |
| LoggerChannelFactoryInterface | interface | core/ |
Logger channel factory interface. |
| LoggerChannelFactoryInterface.php | file | core/ |
|
| LoggerChannelFactoryInterface::addLogger | function | core/ |
Adds a logger to all the channels. |
| LoggerChannelFactoryInterface::get | function | core/ |
Retrieves the registered logger for the requested channel. |
| LoggerChannelFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Logger\LoggerChannelFactory[[api-linebreak]] @group Logger |
| LoggerChannelFactoryTest.php | file | core/ |
|
| LoggerChannelFactoryTest::testGet | function | core/ |
Tests LoggerChannelFactory::get(). |
| LoggerChannelTrait::$loggerFactory | property | core/ |
The logger channel factory service. |
| LoggerChannelTrait::setLoggerFactory | function | core/ |
Injects the logger channel factory. |
| MachineNameController::$tokenGenerator | property | core/ |
The token generator. |
| MachineNameControllerTest::$tokenGenerator | property | core/ |
The CSRF token generator. |
| MachineNameControllerTest::testMachineNameControllerWithMissingToken | function | core/ |
Tests the pattern validation with a missing token. |
| MailFormatHelper::htmlToMailUrls | function | core/ |
Keeps track of URLs and replaces them with placeholder tokens. |
| MailFormatHelper::htmlToText | function | core/ |
Transforms an HTML string into plain text, preserving its structure. |
| MailFormatHelper::htmlToTextClean | function | core/ |
Replaces non-quotation markers from a piece of indentation with spaces. |
| MailFormatHelper::htmlToTextPad | function | core/ |
Pads the last line with the given character. |
| MailHandler::$userStorage | property | core/ |
The user entity storage handler. |
| MailHandlerTest::$userStorage | property | core/ |
The user storage handler. |
| MailManager::$configFactory | property | core/ |
The config factory. |
| MailManager::$loggerFactory | property | core/ |
The logger factory. |
| MailManagerTest::$configFactory | property | core/ |
The configuration factory. |
| MailTest::testConvertRelativeUrlsIntoAbsolute | function | core/ |
Checks that relative paths in mails are converted into absolute URLs. |
| MailTest::testFromAndReplyToHeader | function | core/ |
Checks the From: and Reply-to: headers. |
| MailToFormatter | class | core/ |
Plugin implementation of the 'email_mailto' formatter. |
| MailToFormatter.php | file | core/ |
|
| MailToFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
| MaintenanceModeSubscriber::$urlGenerator | property | core/ |
The url generator. |
| main_content_renderer.off_canvas_top | service | core/ |
Drupal\Core\Render\MainContent\OffCanvasRenderer |
| MakeLayoutUntranslatableUpdatePathTestBase::$expectedFieldStorageUpdate | property | core/ |
Whether the field storage should be updated. |
| ManageDisplayTest::$display_storage | property | core/ |
|
| ManageDisplayTest::assertFieldSelectOptions | function | core/ |
Checks if a select element contains the specified options. |
| ManageDisplayTest::assertFieldSelectOptions | function | core/ |
Checks if a select element contains the specified options. |
| ManageDisplayTest::testViewModeCustom | function | core/ |
Tests switching view modes to use custom or 'default' settings'. |
| ManagedStorage | class | core/ |
The managed storage defers all the storage method calls to the manager. |
| ManagedStorage.php | file | core/ |
|
| ManagedStorage::$manager | property | core/ |
The storage manager to get the storage to decorate. |
| ManagedStorage::$storage | property | core/ |
The decorated storage. |
| ManagedStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| ManagedStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| ManagedStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| ManagedStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| ManagedStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
Pagination
- Previous page
- Page 142
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.