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 |
|---|---|---|---|
| PhpBackend::getMultiple | function | core/ |
|
| PhpBackend::invalidate | function | core/ |
|
| PhpBackend::invalidateByHash | function | core/ |
Invalidate one cache item. |
| PhpBackend::invalidateMultiple | function | core/ |
|
| PhpBackend::normalizeCid | function | core/ |
Ensures a normalized cache ID. |
| PhpBackend::prepareItem | function | core/ |
Prepares a cached item. |
| PhpBackend::removeBin | function | core/ |
|
| PhpBackend::set | function | core/ |
|
| PhpBackend::setMultiple | function | core/ |
|
| PhpBackend::storage | function | core/ |
Gets the PHP code storage object to use. |
| PhpBackend::writeItem | function | core/ |
Writes a cache item to PhpStorage. |
| PhpBackend::__construct | function | core/ |
Constructs a PhpBackend object. |
| PhpBackendFactory | class | core/ |
Defines a PHP cache backend factory. |
| PhpBackendFactory.php | file | core/ |
|
| PhpBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackendFactory::get | function | core/ |
Gets PhpBackend for the specified cache bin. |
| PhpBackendFactory::__construct | function | core/ |
Constructs a PhpBackendFactory object. |
| PhpBackendTest | class | core/ |
Unit test of the PHP cache backend using the generic cache unit test base. |
| PhpBackendTest.php | file | core/ |
|
| PhpBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
| PhpExtensionsValidator | class | core/ |
Performs validation if certain PHP extensions are enabled. |
| PhpExtensionsValidator.php | file | core/ |
|
| PhpExtensionsValidator::getSubscribedEvents | function | core/ |
|
| PhpExtensionsValidator::insideTest | function | core/ |
Whether this validator is running inside a test. |
| PhpExtensionsValidator::isExtensionLoaded | function | core/ |
Indicates if a particular PHP extension is loaded. |
| PhpExtensionsValidator::validateOpenSsl | function | core/ |
Flags an error if the OpenSSL extension is not installed. |
| PhpExtensionsValidator::validateXdebug | function | core/ |
Flags a warning if Xdebug is enabled. |
| PhpExtensionsValidatorTest | class | core/ |
Tests Php Extensions Validator. |
| PhpExtensionsValidatorTest.php | file | core/ |
|
| PhpExtensionsValidatorTest::providerPhpExtensionsValidation | function | core/ |
Data provider for ::testPhpExtensionsValidation(). |
| PhpExtensionsValidatorTest::testPhpExtensionsValidation | function | core/ |
Tests that PHP extensions' status are checked by Package Manager. |
| PhpMail | class | core/ |
Defines the default Drupal mail backend, using PHP's native mail() function. |
| PhpMail.php | file | core/ |
|
| PhpMail::$configFactory | property | core/ |
The configuration factory. |
| PhpMail::$request | property | core/ |
The currently active request object. |
| PhpMail::doMail | function | core/ |
Wrapper around PHP's mail() function. |
| PhpMail::format | function | core/ |
Concatenates and wraps the email body for plain-text mails. |
| PhpMail::mail | function | core/ |
Sends an email message. |
| PhpMail::MAILBOX_LIST_HEADERS | constant | core/ |
A list of headers that can contain multiple email addresses. |
| PhpMail::_isShellSafe | function | core/ |
Disallows potentially unsafe shell characters. |
| PhpMail::__construct | function | core/ |
PhpMail constructor. |
| PhpMailTest | class | core/ |
Tests Drupal\Core\Mail\Plugin\Mail\PhpMail. |
| PhpMailTest.php | file | core/ |
|
| PhpMailTest::$configFactory | property | core/ |
The configuration factory. |
| PhpMailTest::$request | property | core/ |
The current request. |
| PhpMailTest::$requestStack | property | core/ |
The request stack. |
| PhpMailTest::createPhpMailInstance | function | core/ |
Creates a mocked PhpMail object. |
| PhpMailTest::setUp | function | core/ |
|
| PhpMailTest::testMail | function | core/ |
Tests sending a mail using a From address with a comma in it. |
| PhpPassword | class | core/ |
Secure PHP password hashing functions. |
Pagination
- Previous page
- Page 1261
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.