Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
NumberFieldTest class Drupal\number\Tests drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php Tests for number field types.
NumberIntegerFormatter class Drupal\number\Plugin\field\formatter drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberIntegerFormatter.php Plugin implementation of the 'number_integer' formatter.
NumberUnformattedFormatter class Drupal\number\Plugin\field\formatter drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberUnformattedFormatter.php Plugin implementation of the 'number_unformatted' formatter.
NumberWidget class Drupal\number\Plugin\field\widget drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/widget/NumberWidget.php Plugin implementation of the 'number' widget.
Numeric class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Numeric.php Render a field as a numeric value 2 3
Numeric class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php Simple filter to handle greater than/less than filters 2
Numeric class Drupal\views\Plugin\views\argument_validator drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/Numeric.php Validate whether an argument is numeric or not.
Numeric class Drupal\views\Plugin\views\argument drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Numeric.php Basic argument handler for arguments that are numeric. Incorporates break_phrase. 7 7
ObjectManager interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php Contract for a Doctrine persistence layer ObjectManager class to implement. 4
ObjectManagerAware interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php Makes a Persistent Objects aware of its own object-manager. 1
ObjectRepository interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php Contract for a Doctrine persistence layer ObjectRepository class to implement.
OnClearEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php Provides event arguments for the onClear event.
OpenIDFunctionalTest class Drupal\openid\Tests drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php Test discovery and login using OpenID
OpenIDRegistrationTest class Drupal\openid\Tests drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php Test account registration using Simple Registration and Attribute Exchange.
OpenIDTest class Drupal\openid\Tests drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php Test internal helper functions.
OpenIDTestBase abstract class Drupal\openid\Tests drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTestBase.php Base class for OpenID tests. 2
OptionsDynamicValuesTest class Drupal\options\Tests drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesTest.php Sets up a Options field for testing allowed values functions. 2
OptionsDynamicValuesValidationTest class Drupal\options\Tests drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesValidationTest.php Tests the Options field allowed values function.
OptionsFieldTest class Drupal\options\Tests drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php Tests for the 'Options' field types.
OptionsFieldUITest class Drupal\options\Tests drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php Options module UI tests.
OptionsSelectDynamicValuesTest class Drupal\options\Tests drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsSelectDynamicValuesTest.php Tests an options select with a dynamic allowed values function.
OptionsWidgetsTest class Drupal\options\Tests drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php Test the Options widgets.
OptiPngFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php Runs assets through OptiPNG. 1
OptiPngFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/OptiPngFilterTest.php @group integration
Orange class Drupal\plugin_test\Plugin\plugin_test\fruit drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Orange.php Plugin annotation @Plugin( id = "orange", label = "Orange", color = "orange" )
OtherInstallationProfileModuleTestsTest class Drupal\simpletest\Tests drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php Verifies that tests in other installation profiles are not found.
OutOfBoundsException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php Base OutOfBoundsException for Dependency Injection component. 1 2
OverrideDisplaysTest class Drupal\views\Tests\UI drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php Tests that displays can be correctly overridden via the user interface.
OverrideServerVariablesUnitTest class Drupal\system\Tests\Bootstrap drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/OverrideServerVariablesUnitTest.php Tests for overriding server variables via the API.
OverviewBase abstract class Drupal\field_ui drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php Abstract base class for Field UI overview forms. 2 2
PackagerFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php Runs assets through Packager. 1
PackagerFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/PackagerFilterTest.php @group integration
PackerFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php Runs assets through Packager, a JavaScript Compressor/Obfuscator. 1
PackerFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/PackerFilterTest.php
Page class Drupal\views\Plugin\views\display drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php The plugin that handles a full page. 2
PageCacheTest class Drupal\system\Tests\Bootstrap drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php Enables the page cache and tests it with various HTTP requests.
PageEditTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php Tests the node edit functionality.
PageNotFoundTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/PageNotFoundTest.php
PagePreviewTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php Tests the node entity preview functionality.
PagerPluginBase abstract class Drupal\views\Plugin\views\pager drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php The base plugin to handle pager. 3
PagerSelectExtender class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Query extender for pager queries. 1
PagerTest class Drupal\system\Tests\Pager drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php Tests pager functionality.
PagerTest class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php Tests the pluggable pager system.
PageTest class Drupal\system\Tests\Batch drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PageTest.php Tests the Batch API Progress page.
PageTitleFilteringTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
PageViewTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/PageViewTest.php Tests the functionality of node entity edit permissions.
Parameter class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Parameter.php Parameter represents a parameter reference. 10
ParameterBag class Symfony\Component\DependencyInjection\ParameterBag drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php Holds parameters. 1 11
ParameterBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php ParameterBag is a container for key/value pairs. 2 2
ParameterBagInterface interface Symfony\Component\DependencyInjection\ParameterBag drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php ParameterBagInterface. 1 1

Pages

Other projects