Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
PhpBackend::getMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php
PhpBackend::invalidate function core/lib/Drupal/Core/Cache/PhpBackend.php
PhpBackend::invalidateByHash function core/lib/Drupal/Core/Cache/PhpBackend.php Invalidate one cache item.
PhpBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php
PhpBackend::normalizeCid function core/lib/Drupal/Core/Cache/PhpBackend.php Ensures a normalized cache ID.
PhpBackend::prepareItem function core/lib/Drupal/Core/Cache/PhpBackend.php Prepares a cached item.
PhpBackend::removeBin function core/lib/Drupal/Core/Cache/PhpBackend.php
PhpBackend::set function core/lib/Drupal/Core/Cache/PhpBackend.php
PhpBackend::setMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php
PhpBackend::storage function core/lib/Drupal/Core/Cache/PhpBackend.php Gets the PHP code storage object to use.
PhpBackend::writeItem function core/lib/Drupal/Core/Cache/PhpBackend.php Writes a cache item to PhpStorage.
PhpBackend::__construct function core/lib/Drupal/Core/Cache/PhpBackend.php Constructs a PhpBackend object.
PhpBackendFactory class core/lib/Drupal/Core/Cache/PhpBackendFactory.php Defines a PHP cache backend factory.
PhpBackendFactory.php file core/lib/Drupal/Core/Cache/PhpBackendFactory.php
PhpBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/PhpBackendFactory.php The cache tags checksum provider.
PhpBackendFactory::get function core/lib/Drupal/Core/Cache/PhpBackendFactory.php Gets PhpBackend for the specified cache bin.
PhpBackendFactory::__construct function core/lib/Drupal/Core/Cache/PhpBackendFactory.php Constructs a PhpBackendFactory object.
PhpBackendTest class core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php Unit test of the PHP cache backend using the generic cache unit test base.
PhpBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php
PhpBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php Creates a new instance of MemoryBackend.
PhpExtensionsValidator class core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Performs validation if certain PHP extensions are enabled.
PhpExtensionsValidator.php file core/modules/package_manager/src/Validator/PhpExtensionsValidator.php
PhpExtensionsValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php
PhpExtensionsValidator::insideTest function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Whether this validator is running inside a test.
PhpExtensionsValidator::isExtensionLoaded function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Indicates if a particular PHP extension is loaded.
PhpExtensionsValidator::validateOpenSsl function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Flags an error if the OpenSSL extension is not installed.
PhpExtensionsValidator::validateXdebug function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Flags a warning if Xdebug is enabled.
PhpExtensionsValidatorTest class core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php Tests Php Extensions Validator.
PhpExtensionsValidatorTest.php file core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php
PhpExtensionsValidatorTest::providerPhpExtensionsValidation function core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php Data provider for ::testPhpExtensionsValidation().
PhpExtensionsValidatorTest::testPhpExtensionsValidation function core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php Tests that PHP extensions' status are checked by Package Manager.
PhpMail class core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php Defines the default Drupal mail backend, using PHP's native mail() function.
PhpMail.php file core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php
PhpMail::$configFactory property core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php The configuration factory.
PhpMail::$request property core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php The currently active request object.
PhpMail::doMail function core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php Wrapper around PHP's mail() function.
PhpMail::format function core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php Concatenates and wraps the email body for plain-text mails.
PhpMail::mail function core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php Sends an email message.
PhpMail::MAILBOX_LIST_HEADERS constant core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php A list of headers that can contain multiple email addresses.
PhpMail::_isShellSafe function core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php Disallows potentially unsafe shell characters.
PhpMail::__construct function core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php PhpMail constructor.
PhpMailTest class core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php Tests Drupal\Core\Mail\Plugin\Mail\PhpMail.
PhpMailTest.php file core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php
PhpMailTest::$configFactory property core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php The configuration factory.
PhpMailTest::$request property core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php The current request.
PhpMailTest::$requestStack property core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php The request stack.
PhpMailTest::createPhpMailInstance function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php Creates a mocked PhpMail object.
PhpMailTest::setUp function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php
PhpMailTest::testMail function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php Tests sending a mail using a From address with a comma in it.
PhpPassword class core/lib/Drupal/Core/Password/PhpPassword.php Secure PHP password hashing functions.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.