Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
PermissionsPerBundleTest::testInvalidValue function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests that there is an exception if the permission templates are invalid.
PermissionsTest class core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php @coversDefaultClass \Drupal\user\Plugin\views\field\Permissions[[api-linebreak]]
@group user
PermissionsTest class core/modules/system/tests/src/Kernel/PermissionsTest.php @group system
PermissionsTest.php file core/modules/system/tests/src/Kernel/PermissionsTest.php
PermissionsTest.php file core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php
PermissionsTest::$modules property core/modules/system/tests/src/Kernel/PermissionsTest.php Modules to install.
PermissionsTest::setUp function core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php
PermissionsTest::testAccessContentPermission function core/modules/system/tests/src/Kernel/PermissionsTest.php Tests the 'access content' permission is provided by the System module.
PermissionsTest::testPreRenderNullEntity function core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php Tests the preRender method when getEntity returns NULL.
permission_checker service core/core.services.yml Drupal\Core\Session\PermissionChecker
PersistentDatabaseLockBackend class core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Provides a proxy class for \Drupal\Core\Lock\PersistentDatabaseLockBackend.
PersistentDatabaseLockBackend class core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php Defines the persistent database lock backend.
PersistentDatabaseLockBackend.php file core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php
PersistentDatabaseLockBackend.php file core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
PersistentDatabaseLockBackend::$container property core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php The service container.
PersistentDatabaseLockBackend::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php The id of the original proxied service.
PersistentDatabaseLockBackend::$service property core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php The real proxied service, after it was lazy loaded.
PersistentDatabaseLockBackend::acquire function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Acquires a lock.
PersistentDatabaseLockBackend::getLockId function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Gets the unique page token for locks.
PersistentDatabaseLockBackend::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Lazy loads the real service from the container.
PersistentDatabaseLockBackend::lockMayBeAvailable function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Checks if a lock is available for acquiring.
PersistentDatabaseLockBackend::release function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Releases the given lock.
PersistentDatabaseLockBackend::releaseAll function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Releases all locks for the given lock token identifier.
PersistentDatabaseLockBackend::schemaDefinition function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
PersistentDatabaseLockBackend::wait function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Waits a short amount of time before a second lock acquire attempt.
PersistentDatabaseLockBackend::__construct function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Constructs a ProxyClass Drupal proxy object.
PersistentDatabaseLockBackend::__construct function core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php Constructs a new PersistentDatabaseLockBackend.
pgsql.entity.query.sql service core/core.services.yml Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory
pgsql.info.yml file core/modules/pgsql/pgsql.info.yml core/modules/pgsql/pgsql.info.yml
pgsql.install file core/modules/pgsql/pgsql.install Install, update and uninstall functions for the pgsql module.
pgsql.module file core/modules/pgsql/pgsql.module The PostgreSQL module provides the connection between Drupal and a PostgreSQL database.
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
PgsqlCastedIntFieldJoinTest class core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php Tests PostgreSQL specific cast handling.
PgsqlCastedIntFieldJoinTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php
PgsqlCastedIntFieldJoinTest::$castingType property core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php The db type that should be used for casting fields as integers.
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
pgsql_help function core/modules/pgsql/pgsql.module Implements hook_help().

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