Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
PathListenerBase abstract class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/PathListenerBase.php Base class for listeners that are manipulating the path. 1
PathPluginBase abstract class Drupal\views\Plugin\views\display drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php The base display plugin for path/callbacks. This is used for pages and feeds. 3 1
PathProcessor class Drupal\url_alter_test drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathProcessor.php Path processor for url_alter_test.
PathProcessorAlias class Drupal\Core\PathProcessor drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Processes the inbound path using path alias lookups. 2 2
PathProcessorDecode class Drupal\Core\PathProcessor drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path by urldecoding it. 1 2
PathProcessorFront class Drupal\Core\PathProcessor drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Processes the inbound path by resolving it to the front page if empty. 1 2
PathProcessorLanguage class Drupal\language\HttpKernel drupal/core/modules/language/lib/Drupal/language/HttpKernel/PathProcessorLanguage.php Processes the inbound path using path alias lookups. 1 2
PathProcessorManager class Drupal\Core\PathProcessor drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Path processor manager. 2 2
PathProcessorTest class Drupal\url_alter_test drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathProcessorTest.php Path processor for url_alter_test. 2
PathProcessorTest class Drupal\Tests\Core\PathProcessor drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Tests path processor functionality.
PathSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php Access subscriber for controller requests. 2
PathTaxonomyTermTest class Drupal\path\Tests drupal/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php Tests URL aliases for taxonomy terms.
PathTestBase abstract class Drupal\path\Tests drupal/core/modules/path/lib/Drupal/path/Tests/PathTestBase.php Provides a base class for testing the Path module. 4
PathUnitTestBase class Drupal\system\Tests\Path drupal/core/modules/system/lib/Drupal/system/Tests/Path/PathUnitTestBase.php Defines a base class for path unit testing. 1
PdoProfilerStorage abstract class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php Base PDO storage for profiling information in a PDO database. 2
PdoSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php PdoSessionHandler. 1
PdoSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
Pearlike2_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php
Pearlike2_Baz class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php
Pearlike2_Foo class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php
Pearlike2_FooBar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php
Pearlike_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php
Pearlike_Baz class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php
Pearlike_Foo class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php
Pearlike_FooBar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php
Pearlike_WithComments class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php
Pecl class Drupal\Component\Uuid drupal/core/lib/Drupal/Component/Uuid/Pecl.php UUID implementation using the PECL extension.
PeclHttpMessageParser class Guzzle\Parser\Message drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php Pecl HTTP message parser
PeclUriTemplate class Guzzle\Parser\UriTemplate drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php Expands URI templates using the uri_template pecl extension (pecl install uri_template-beta)
PercentagesUnitTest class Drupal\system\Tests\Batch drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PercentagesUnitTest.php Unit tests of progress percentage rounding.
PerformanceForm class Drupal\system\Form drupal/core/modules/system/lib/Drupal/system/Form/PerformanceForm.php Configure performance settings for this site. 1
PerformanceTest class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php
Permission class Drupal\user\Plugin\views\access drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Permission.php Access plugin that provides permission-based access control. 1
PermissionAccessCheck class Drupal\user\Access drupal/core/modules/user/lib/Drupal/user/Access/PermissionAccessCheck.php Determines access to routes based on permissions defined via hook_permission(). 2
Permissions class Drupal\user\Plugin\views\filter drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Permissions.php Filter handler for user roles.
Permissions class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php Field handler to provide a list of permissions.
PersistentObject abstract class Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php PersistentObject base class that implements getter/setter methods for all mapped fields and associations by overriding __call. 1 1
PersistentObjectTest class Doctrine\Tests\Common\Persistence drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php @group DDC-1448
Php class Drupal\views\Plugin\views\argument_default drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Php.php Default argument plugin to provide a PHP code block.
Php class Drupal\views\Plugin\views\argument_validator drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/Php.php Provide PHP code to validate whether or not an argument is ok.
Php class Drupal\php\Plugin\Filter drupal/core/modules/php/lib/Drupal/php/Plugin/Filter/Php.php Provides PHP code filter. Use with care.
Php class Drupal\php\Plugin\Condition drupal/core/modules/php/lib/Drupal/php/Plugin/Condition/Php.php Provides a 'Php' condition.
Php class Drupal\Component\Uuid drupal/core/lib/Drupal/Component/Uuid/Php.php Generates a UUID v4 using PHP code.
PhpAccessTest class Drupal\php\Tests drupal/core/modules/php/lib/Drupal/php/Tests/PhpAccessTest.php Tests to make sure access to the PHP filter is properly restricted.
PhpassHashedPassword class Drupal\Core\Password drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php Secure password hashing functions based on the Portable PHP password hashing framework. 2 4
PhpBridgeSessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php Allows session to be started by PHP and managed by Symfony2 1
PhpConditionTest class Drupal\php\Tests\Condition drupal/core/modules/php/lib/Drupal/php/Tests/Condition/PhpConditionTest.php Tests the php condition.
PhpCssEmbedFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php A filter that embed url directly into css
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff class drupal/core/vendor/phpunit/php-text-template/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff class drupal/core/vendor/phpunit/php-file-iterator/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php

Pages

Other projects