Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
PictureFormatter class Drupal\picture\Plugin\field\formatter drupal/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php Plugin for picture formatter.
PictureMapping class Drupal\picture\Plugin\Core\Entity drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php Defines the Picture entity. 1
PictureMappingActionConfirmForm class Drupal\picture\Form drupal/core/modules/picture/lib/Drupal/picture/Form/PictureMappingActionConfirmForm.php 1
PictureMappingFormController class Drupal\picture drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php Form controller for the picture edit/add forms.
PictureMappingInterface interface Drupal\picture drupal/core/modules/picture/lib/Drupal/picture/PictureMappingInterface.php Provides an interface defining a picture mapping entity. 1 1
PictureMappingListController class Drupal\picture drupal/core/modules/picture/lib/Drupal/picture/PictureMappingListController.php Provides a listing of Pictures.
PlaceholderInterface interface Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php Interface for a query that accepts placeholders. 3 1
PlainFormatter class Drupal\taxonomy\Plugin\field\formatter drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/PlainFormatter.php Plugin implementation of the 'taxonomy_term_reference_plain' formatter.
Plugin class Drupal\Component\Annotation drupal/core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object. 10 161
PluginBag abstract class Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/PluginBag.php Defines an object which stores multiple plugin instances to lazy load them. 6 6
PluginBagTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginBagTest.php Tests the generic plugin bag.
PluginBase abstract class Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/PluginBase.php Base class for plugins wishing to support metadata inspection. 21 24
PluginBase abstract class Drupal\views\Plugin\views drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php 14 16
PluginBaseUnitTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/PluginBaseUnitTest.php Tests code of the views plugin base class.
PluginExample class Drupal\plugin_test\Plugin\Annotation drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/Annotation/PluginExample.php Defines a custom Plugin annotation. 2
PluginException class Drupal\Component\Plugin\Exception drupal/core/lib/Drupal/Component/Plugin/Exception/PluginException.php Generic Plugin exception class to be thrown when no more specific class is applicable. 16
PluginID class Drupal\Component\Annotation drupal/core/lib/Drupal/Component/Annotation/PluginID.php Defines a Plugin annotation object that just contains an ID. 1 163
PluginInspectionInterface interface Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Plugin interface for providing some metadata inspection. 9 7
PluginInstanceTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/PluginInstanceTest.php Checks general plugin data and instances for all plugin types.
PluginInterface interface Drupal\views\Plugin\views drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginInterface.php 1 1
PluginManagerBase abstract class Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php Base class for plugin managers. 25 25
PluginManagerInterface interface Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php Interface implemented by plugin managers. 2 9
PluginSettingsBase abstract class Drupal\field\Plugin drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php Base class for the Field API plugins. 2 4
PluginSettingsInterface interface Drupal\field\Plugin drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsInterface.php Interface definition for plugin with settings. 3 3
PluginTestBase abstract class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginTestBase.php Base class for Plugin API unit tests. 4
PluginTestBase abstract class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PluginTestBase.php @todo. 12 2
PluginTypeListTest class Drupal\views\Tests drupal/core/modules/views/tests/Drupal/views/Tests/PluginTypeListTest.php Class for plugin list testing.
PluginUIBase abstract class Drupal\system\Plugin drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIBase.php Provides defaults for creating user interfaces for plugins of a given type. 1 1
PluginUIInterface interface Drupal\system\Plugin drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIInterface.php Defines an interface for Plugin UI plugins. 1
PluginUIManager class Drupal\system\Plugin\Type drupal/core/modules/system/lib/Drupal/system/Plugin/Type/PluginUIManager.php Manages discovery and instantiation of Plugin UI plugins. 2
PluginUnitTestBase abstract class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PluginUnitTestBase.php Base test class for views plugin unit tests. 2
PngoutFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php Runs assets through pngout.
PoDatabaseReader class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php Gettext PO reader working with the locale module database. 1
PoDatabaseWriter class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php Gettext PO writer working with the locale module database. 1
PoHeader class Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoHeader.php Gettext PO header handler. 6
PoItem class Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoItem.php PoItem handles one translation. 5
PoMemoryWriter class Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Defines a Gettext PO memory writer, to be used by the installer. 2
PoMetadataInterface interface Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoMetadataInterface.php Methods required for both reader and writer implementations. 2 2
PoReaderInterface interface Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoReaderInterface.php Shared interface definition for all Gettext PO Readers. 2 4
PostFile class Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php POST file upload
PostFileInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php POST file upload 1
PoStreamInterface interface Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php Common functions for file/stream based PO readers/writers. 2 2
PoStreamReader class Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php Implements Gettext PO stream reader. 2
PoStreamWriter class Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php Defines a Gettext PO stream writer. 1
PostResponseEvent class Symfony\Component\HttpKernel\Event drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/PostResponseEvent.php Allows to execute logic after a response was sent 5
PoWriterInterface interface Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoWriterInterface.php Shared interface definition for all Gettext PO Writers. 3 3
PreconditionFailedHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php PreconditionFailedHttpException. 1
PreconditionRequiredHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php PreconditionRequiredHttpException. 1
PrefixCollision_A_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php
PrefixCollision_A_B_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php

Pages

Other projects