Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Messenger::addWarning | function | core/ |
Adds a new warning message to the queue. |
| Messenger::all | function | core/ |
Gets all messages. |
| Messenger::deleteAll | function | core/ |
Deletes all messages. |
| Messenger::deleteByType | function | core/ |
Deletes all messages of a certain type. |
| Messenger::messagesByType | function | core/ |
Gets all messages of a certain type. |
| Messenger::__construct | function | core/ |
Messenger constructor. |
| MessengerInterface | interface | core/ |
Stores runtime messages sent out to individual users on the page. |
| MessengerInterface.php | file | core/ |
|
| MessengerInterface::addError | function | core/ |
Adds a new error message to the queue. |
| MessengerInterface::addMessage | function | core/ |
Adds a new message to the queue. |
| MessengerInterface::addStatus | function | core/ |
Adds a new status message to the queue. |
| MessengerInterface::addWarning | function | core/ |
Adds a new warning message to the queue. |
| MessengerInterface::all | function | core/ |
Gets all messages. |
| MessengerInterface::deleteAll | function | core/ |
Deletes all messages. |
| MessengerInterface::deleteByType | function | core/ |
Deletes all messages of a certain type. |
| MessengerInterface::messagesByType | function | core/ |
Gets all messages of a certain type. |
| MessengerInterface::TYPE_ERROR | constant | core/ |
An error. |
| MessengerInterface::TYPE_STATUS | constant | core/ |
A status message. |
| MessengerInterface::TYPE_WARNING | constant | core/ |
A warning. |
| MessengerTest | class | core/ |
Tests Drupal\Core\Messenger\Messenger. |
| MessengerTest.php | file | core/ |
|
| MessengerTest::$messenger | property | core/ |
The messenger under test. |
| MessengerTest::setUp | function | core/ |
|
| MessengerTest::testAddMarkup | function | core/ |
Tests adding markup. |
| MessengerTest::testAddNoDuplicates | function | core/ |
Tests we don't add duplicates. |
| MessengerTest::testAddWithDuplicates | function | core/ |
Tests we do add duplicates with repeat flag. |
| MessengerTest::testRemoveSingleMessage | function | core/ |
Tests remove single message. |
| MessengerTrait | trait | core/ |
Provides a trait for the messenger service. |
| MessengerTrait.php | file | core/ |
|
| MessengerTrait::$messenger | property | core/ |
The messenger. |
| MessengerTrait::messenger | function | core/ |
Gets the messenger. |
| MessengerTrait::setMessenger | function | core/ |
Sets the messenger. |
| MetadataBag::CSRF_TOKEN_SEED | constant | core/ |
The key used to store the CSRF token seed in the session. |
| MetadataBag::getCsrfTokenSeed | function | core/ |
Get the CSRF token seed. |
| MetadataBag::setCsrfTokenSeed | function | core/ |
Set the CSRF token seed. |
| MetadataBag::stampNew | function | core/ |
|
| MetadataBag::__construct | function | core/ |
Constructs a new metadata bag instance. |
| MetadataBagTest | class | core/ |
Tests Drupal\Core\Session\MetadataBag. |
| MetadataBagTest.php | file | core/ |
|
| MetadataBagTest::testStampNew | function | core/ |
Tests stamp new. |
| MetadataBubblingUrlGenerator::setContext | function | core/ |
|
| MetadataBubblingUrlGenerator::__construct | function | core/ |
Constructs a new bubbling URL generator service. |
| MetadataBubblingUrlGeneratorTest | class | core/ |
Confirm that the MetadataBubblingUrlGenerator is functioning properly. |
| MetadataBubblingUrlGeneratorTest.php | file | core/ |
|
| MetadataBubblingUrlGeneratorTest::$renderer | property | core/ |
The renderer. |
| MetadataBubblingUrlGeneratorTest::providerUrlBubbleableMetadataBubbling | function | core/ |
Data provider for ::testUrlBubbleableMetadataBubbling(). |
| MetadataBubblingUrlGeneratorTest::setUp | function | core/ |
|
| MetadataBubblingUrlGeneratorTest::testUrlBubbleableMetadataBubbling | function | core/ |
Tests bubbling of cacheable metadata for URLs. |
| MetaEventSubscriber | class | core/ |
Event subscriber which tests adding metadata to ResourceObjects and relationships. |
| MetaEventSubscriber.php | file | core/ |
Pagination
- Previous page
- Page 922
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.