Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
PharExtensionInterceptor::assert function core/lib/Drupal/Core/Security/PharExtensionInterceptor.php Determines whether phar file is allowed to execute.
PharExtensionInterceptor::baseFileContainsPharExtension function core/lib/Drupal/Core/Security/PharExtensionInterceptor.php Determines if a path has a .phar extension or invoked execution.
PharWrapperTest class core/tests/Drupal/KernelTests/Core/File/PharWrapperTest.php Tests that the phar stream wrapper works.
PharWrapperTest.php file core/tests/Drupal/KernelTests/Core/File/PharWrapperTest.php
PharWrapperTest::testPharFile function core/tests/Drupal/KernelTests/Core/File/PharWrapperTest.php Tests that only valid phar files can be used.
PHP Runtime Assert Statements group core/core.api.php Use of the assert() statement in Drupal.
PHP wrapper functions group core/includes/common.inc Functions that are wrappers or custom implementations of PHP functions.
PhpArrayContainer::createService function core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php Creates a service from a service definition.
PhpArrayContainer::resolveServicesAndParameters function core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php Resolves arguments that represent services or variables to the real values.
PhpArrayContainer::__construct function core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php Constructs a new Container instance.
PhpArrayContainerTest class core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php @coversDefaultClass \Drupal\Component\DependencyInjection\PhpArrayContainer[[api-linebreak]]
@group DependencyInjection
PhpArrayContainerTest.php file core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php
PhpArrayContainerTest::getCollection function core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php Helper function to return a machine-optimized '@notation'.
PhpArrayContainerTest::getParameterCall function core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php Helper function to return a service definition.
PhpArrayContainerTest::getServiceCall function core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php Helper function to return a service definition.
PhpArrayContainerTest::setUp function core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php
PhpArrayDumper::getServiceCall function core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php Gets a service reference for an ID in a suitable PHP array format.
PhpArrayDumper::supportsMachineFormat function core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php Whether this supports the machine-optimized format or not.
PhpArrayDumperTest class core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php @coversDefaultClass \Drupal\Component\DependencyInjection\Dumper\PhpArrayDumper[[api-linebreak]]
@group DependencyInjection
PhpArrayDumperTest.php file core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php
PhpArrayDumperTest::getCollection function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to return a machine-optimized collection.
PhpArrayDumperTest::getParameterCall function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to return a parameter definition.
PhpArrayDumperTest::getServiceCall function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to return a service definition.
PhpArrayDumperTest::serializeDefinition function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to serialize a definition.
PhpArrayDumperTest::setUp function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php
PhpassHashedPassword class core/lib/Drupal/Core/Password/PhpassHashedPassword.php Secure password hashing functions based on the Portable PHP password
hashing framework.
PhpassHashedPassword.php file core/lib/Drupal/Core/Password/PhpassHashedPassword.php
PhpassHashedPassword::$countLog2 property core/lib/Drupal/Core/Password/PhpassHashedPassword.php Specifies the number of times the hashing function will be applied when
generating new password hashes. The number of times is calculated by
raising 2 to the power of the given value.
PhpassHashedPassword::$ITOA64 property core/lib/Drupal/Core/Password/PhpassHashedPassword.php Returns a string for mapping an int to the corresponding base 64 character.
PhpassHashedPassword::base64Encode function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Encodes bytes into printable base 64 using the *nix standard from crypt().
PhpassHashedPassword::check function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Check whether a plain text password matches a hashed password.
PhpassHashedPassword::crypt function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Hash a password using a secure stretched hash.
PhpassHashedPassword::enforceLog2Boundaries function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Ensures that $count_log2 is within set bounds.
PhpassHashedPassword::generateSalt function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Generates a random base 64-encoded salt prefixed with hash settings.
PhpassHashedPassword::getCountLog2 function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Parses the log2 iteration count from a stored hash or setting string.
PhpassHashedPassword::hash function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Hash a password using a secure hash.
PhpassHashedPassword::HASH_LENGTH constant core/lib/Drupal/Core/Password/PhpassHashedPassword.php The expected (and maximum) number of characters in a hashed password.
PhpassHashedPassword::MAX_HASH_COUNT constant core/lib/Drupal/Core/Password/PhpassHashedPassword.php The maximum allowed log2 number of iterations for password stretching.
PhpassHashedPassword::MIN_HASH_COUNT constant core/lib/Drupal/Core/Password/PhpassHashedPassword.php The minimum allowed log2 number of iterations for password stretching.
PhpassHashedPassword::needsRehash function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Check whether a hashed password needs to be replaced with a new hash.
PhpassHashedPassword::__construct function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Constructs a new password hashing instance.
PhpBackend::$checksumProvider property core/lib/Drupal/Core/Cache/PhpBackend.php The cache tags checksum provider.
PhpBackend::getByHash function core/lib/Drupal/Core/Cache/PhpBackend.php Fetch a cache item using a hashed cache ID.
PhpBackend::invalidatebyHash function core/lib/Drupal/Core/Cache/PhpBackend.php Invalidate one cache item.
PhpBackend::set function core/lib/Drupal/Core/Cache/PhpBackend.php Stores data in the persistent cache.
PhpBackend::setMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php Store multiple items in the persistent cache.
PhpBackend::storage function core/lib/Drupal/Core/Cache/PhpBackend.php Gets the PHP code storage object to use.
PhpBackend::__construct function core/lib/Drupal/Core/Cache/PhpBackend.php Constructs a PhpBackend object.
PhpBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/PhpBackendFactory.php The cache tags checksum provider.
PhpBackendFactory::__construct function core/lib/Drupal/Core/Cache/PhpBackendFactory.php Constructs a PhpBackendFactory object.

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