Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ProcessBuilder class Symfony\Component\Process drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php Process builder. 16
ProcessBuilderTest class Symfony\Component\Process\Tests drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php
ProcessDecorator class Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/ProcessDecorator.php Allows custom processing of the discovered definition. 8
ProcessFailedException class Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ProcessFailedException.php Exception for failed processes. 1
ProcessFailedExceptionTest class Symfony\Component\Process\Tests drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php @author Sebastian Marek <proofek@gmail.com>
ProcessingTest class Drupal\system\Tests\Batch drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php Tests the Batch API.
ProcessTest class Symfony\Component\Process\Tests drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessTest.php @author Robert Schönthal <seroscho@googlemail.com>
Profile class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php Profile. 5
ProfileFormController class Drupal\user drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php Form controller for the profile forms.
Profiler class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php Profiler. 3
ProfilerListener class Symfony\Component\HttpKernel\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php ProfilerListener collects data for the current request by listening to the onKernelResponse event.
ProfilerStorageInterface interface Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php ProfilerStorageInterface. 5 1
ProfilerTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php
ProfileTranslationController class Drupal\user drupal/core/modules/user/lib/Drupal/user/ProfileTranslationController.php Defines the translation controller class for terms.
ProgrammaticTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/ProgrammaticTest.php Test the programmatic form submission behavior.
ProjectExtension class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php 1
ProjectServiceContainer class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php ProjectServiceContainer
ProjectServiceContainer class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php ProjectServiceContainer
ProjectServiceContainer class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php ProjectServiceContainer
ProjectServiceContainer class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php ProjectServiceContainer
ProjectServiceContainer class Symfony\Component\DependencyInjection\Tests drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php
ProjectUrlMatcher class drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php ProjectUrlMatcher
ProjectUrlMatcher class drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php ProjectUrlMatcher
ProjectUrlMatcher class drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php ProjectUrlMatcher
ProjectWithXsdExtension class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php
PropertyChangedListener interface Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php Contract for classes that are potential listeners of a <tt>NotifyPropertyChanged</tt> implementor.
Proxy interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php Interface for proxy classes. 1
Psr0FindFile class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php Finds a class in a PSR-0 structure. 2
PublicStream class Drupal\Core\StreamWrapper drupal/core/lib/Drupal/Core/StreamWrapper/PublicStream.php Defines a Drupal public (public://) stream wrapper class. 1 1
Query abstract class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Query.php Base class for query builders. 6
Query class Drupal\field_sql_storage\Entity drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php The SQL storage entity query class.
QueryBase abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php The base entity query class. 1 1
QueryException class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryException.php Exception thrown by Query() on unsupported query syntax. 2
QueryFactory class Drupal\field_sql_storage\Entity drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryFactory.php Factory class creating entity query objects for the SQL backend.
QueryFactory class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php Factory class Creating entity query objects. 3
QueryGroupByTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php Tests aggregate functionality of views, for example count.
QueryInterface interface Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php Interface for entity queries. 1 3
QueryInterface interface Drupal\views\Plugin\views\query drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryInterface.php @todo. 1
QueryPluginBase abstract class Drupal\views\Plugin\views\query drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php @todo. 2 1
QueryString class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php Query string object to handle managing query string parameters and aggregating those parameters together as a string. 3
QueryTest class Drupal\views_test_data\Plugin\views\query drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php Defines a query test plugin. 2
QueryTest class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php Tests query plugins.
QueryTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/QueryTest.php Tests Drupal-specific SQL syntax tests.
QueryTest class Drupal\views\Tests\UI drupal/core/modules/views/lib/Drupal/views/Tests/UI/QueryTest.php Tests query plugins.
QueueInterface interface Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/QueueInterface.php Interface for a queue. 2
QueueTest class Drupal\system\Tests\Queue drupal/core/modules/system/lib/Drupal/system/Tests/Queue/QueueTest.php Tests the basic queue functionality.
Random class Drupal\views\Plugin\views\sort drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Random.php Handle a random sort.
RangeQueryTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/RangeQueryTest.php Tests range queries.
Raw class Drupal\views\Plugin\views\argument_default drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Raw.php Default argument plugin to use the raw value from the URL.
RdfaMarkupTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php Tests RDFa markup generation.

Pages

Other projects