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
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.
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.
PhpSelection class core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php Defines an alternative to the default Entity Reference Selection plugin.
PhpSelection.php file core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php
PhpSelection::countReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php Counts entities that are referenceable.
PhpSelection::getReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php Gets the list of referenceable entities.
PhpSelection::matchLabel function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php Matches an entity label to an input string.
PhpSerialize class core/lib/Drupal/Component/Serialization/PhpSerialize.php Default serialization for serialized PHP.
PhpSerialize.php file core/lib/Drupal/Component/Serialization/PhpSerialize.php
PhpSerialize::decode function core/lib/Drupal/Component/Serialization/PhpSerialize.php Decodes data from the serialization format.
PhpSerialize::encode function core/lib/Drupal/Component/Serialization/PhpSerialize.php Encodes data into the serialization format.
PhpSerialize::getFileExtension function core/lib/Drupal/Component/Serialization/PhpSerialize.php Gets the file extension for this serialization format.
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
PhpStreamWrapperInterface interface core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Defines a generic PHP stream wrapper interface.
PhpStreamWrapperInterface.php file core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::dir_closedir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::dir_opendir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::dir_readdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::dir_rewinddir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::mkdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::rename function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php

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