Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
pgsql.views.date_sql service core/modules/views/views.services.yml Drupal\views\Plugin\views\query\PostgresqlDateSql
pgsql.workspaces.entity.query.sql service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\EntityQuery\PgsqlQueryFactory
PgsqlDriverLegacyTest class core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php Tests the deprecations of the PostgreSQL database driver classes in Core.
PgsqlDriverLegacyTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php
PgsqlDriverLegacyTest::testDeprecationConnection function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Connection[[api-linebreak]]
PgsqlDriverLegacyTest::testDeprecationDelete function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Delete[[api-linebreak]]
PgsqlDriverLegacyTest::testDeprecationInsert function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Insert[[api-linebreak]]
PgsqlDriverLegacyTest::testDeprecationInstallTasks function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Install\Tasks[[api-linebreak]]
PgsqlDriverLegacyTest::testDeprecationSchema function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Schema[[api-linebreak]]
PgsqlDriverLegacyTest::testDeprecationSelect function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Select[[api-linebreak]]
PgsqlDriverLegacyTest::testDeprecationTruncate function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Truncate[[api-linebreak]]
PgsqlDriverLegacyTest::testDeprecationUpdate function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Update[[api-linebreak]]
PgsqlDriverLegacyTest::testDeprecationUpsert function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Upsert[[api-linebreak]]
PgsqlQueryFactory class core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php Workspaces PostgreSQL-specific entity query implementation.
PgsqlQueryFactory.php file core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php
PgsqlQueryFactory::$workspaceManager property core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php The workspace manager.
PgsqlQueryFactory::get function core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php Instantiates an entity query for a given entity type.
PgsqlQueryFactory::getAggregate function core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php Instantiates an aggregation query object for a given entity type.
PgsqlQueryFactory::__construct function core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php Constructs a PgsqlQueryFactory object.
pgsql_help function core/modules/pgsql/pgsql.module Implements hook_help().
PharExtensionInterceptor class core/lib/Drupal/Core/Security/PharExtensionInterceptor.php An alternate PharExtensionInterceptor to support phar-based CLI tools.
PharExtensionInterceptor.php file core/lib/Drupal/Core/Security/PharExtensionInterceptor.php
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 hashing functions based on 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 Password stretching iteration count.

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