Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
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.
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.
photo_flickr.html file core/modules/media/tests/fixtures/oembed/photo_flickr.html
PhpassHashedPassword::$ITOA64 property core/lib/Drupal/Core/Password/PhpassHashedPassword.php Returns a string for mapping an int to the corresponding base 64 character.
PhpBackend::storage function core/lib/Drupal/Core/Cache/PhpBackend.php Gets the PHP code storage object to use.
PhpBackendFactory class core/lib/Drupal/Core/Cache/PhpBackendFactory.php
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.
PhpMail::$configFactory property core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php The configuration factory.
PhpStorageFactory class core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php Creates a php storage object
PhpStorageFactory.php file core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php
PhpStorageFactory::get function core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php Instantiates a storage for generated PHP code.
PhpStorageFactoryTest class core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the PHP storage factory.
PhpStorageFactoryTest.php file core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php
PhpStorageFactoryTest::setSettings function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Sets the Settings() singleton.
PhpStorageFactoryTest::setUp function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php
PhpStorageFactoryTest::testGetDefault function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method using the 'default' settings.
PhpStorageFactoryTest::testGetNoSettings function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method with no settings.
PhpStorageFactoryTest::testGetOverride function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method with overridden settings.
PhpStorageInterface interface core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Stores and loads PHP code.
PhpStorageInterface.php file core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php
PhpStorageInterface::delete function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Deletes PHP code from storage.
PhpStorageInterface::deleteAll function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Removes all files in this bin.
PhpStorageInterface::exists function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Checks whether the PHP code exists in storage.
PhpStorageInterface::garbageCollection function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Performs garbage collection on the storage.
PhpStorageInterface::getFullPath function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Gets the full file path.
PhpStorageInterface::listAll function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Lists all the files in the storage.
PhpStorageInterface::load function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Loads PHP code from storage.
PhpStorageInterface::save function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Saves PHP code to storage.
PhpStorageInterface::writeable function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Whether this is a writable storage.
PhpStorageTestBase class core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Base test for PHP storages.
PhpStorageTestBase.php file core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
PhpStorageTestBase::$directory property core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php A unique per test class directory path to test php storage.
PhpStorageTestBase::additionalAssertCRUD function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Additional asserts to be run.
PhpStorageTestBase::assertCRUD function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Assert that a PHP storage's load/save/delete operations work.
PhpStorageTestBase::setUp function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
PhpTransliteration::$dataDirectory property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Directory where data for transliteration resides.
PhpUnitAutoloaderTest class core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php Tests that classes are correctly loaded during PHPUnit initialization.
PhpUnitAutoloaderTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php
PhpUnitAutoloaderTest::testPhpUnitTestClassesLoading function core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php Test loading of classes provided by test sub modules.
PhpUnitTestRunner::$workingDirectory property core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Path to the working directory.

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