Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
A abstract class drupal/core/vendor/phpunit/php-token-stream/Tests/_files/source2.php
A class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php
A class ClassesWithParents drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php 1
A class Alpha drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php
A class Foo\Bar drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php
a interface drupal/core/vendor/phpunit/php-token-stream/Tests/_files/source4.php 1
AbstractAnnotationLoaderTest abstract class Symfony\Component\Routing\Tests\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php 3
AbstractClass abstract class Symfony\Component\Routing\Tests\Fixtures\AnnotatedClasses drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php
AbstractClassMetadataFactory abstract class Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php The ClassMetadataFactory is used to create ClassMetadata objects that contain all the metadata mapping informations of a class which describes how a class should be mapped to a relational database. 1 1
AbstractComparison abstract class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/AbstractComparison.php Used for the comparison of values. 8
AbstractComparisonValidator abstract class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php Provides a base class for the validation of property comparisons. 8 1
AbstractComparisonValidatorTestCase abstract class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php @author Daniel Holmes <daniel@danielholmes.org> 8 4
AbstractEntityBodyDecorator class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php Abstract decorator used to wrap entity bodies 2
AbstractHasDispatcher class Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php Class that holds an event dispatcher 2 2
AbstractLoader abstract class Symfony\Component\Validator\Mapping\Loader drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php 1
AbstractLogger abstract class Psr\Log drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php This is a simple Logger implementation that other Loggers can inherit from. 1
AbstractManagerRegistry abstract class Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php Abstract implementation of the ManagerRegistry contract.
AbstractMessage abstract class Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php Abstract HTTP request/response message 2
AbstractMessageParser abstract class Guzzle\Parser\Message drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php Implements shared message parsing functionality 2
AbstractMockTestClass abstract class drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/AbstractMockTestClass.php
AbstractProcessTest abstract class Symfony\Component\Process\Tests drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php @author Robert Schönthal <seroscho@googlemail.com> 3
AbstractProfilerStorageTest abstract class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php 6
AbstractProxy abstract class Symfony\Component\HttpFoundation\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php AbstractProxy. 4 4
AbstractProxyTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php Test class for AbstractProxy.
AbstractReaderTest abstract class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php 4
AbstractTest abstract class drupal/core/vendor/phpunit/phpunit/Tests/_files/AbstractTest.php 2
AcceptHeader class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php Represents an Accept-* header. 1
AcceptHeaderItem class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php Represents an Accept-* header item. 2
AcceptHeaderItemTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php
AcceptHeaderTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php
Access class Drupal\node\Plugin\views\filter drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Access.php Filter by node_access records.
AccessCheckInterface interface Drupal\Core\Access drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php An access check service determines access rules for particular routes. 19 20
AccessDeniedException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php Thrown when the access on a file was denied. 5
AccessDeniedHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php AccessDeniedHttpException. 25
AccessDeniedTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/AccessDeniedTest.php Tests custom access denied functionality.
AccessibleInterface interface Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/AccessibleInterface.php Interface for checking access. 3 4
AccessManager class Drupal\Core\Access drupal/core/lib/Drupal/Core/Access/AccessManager.php Attaches access check services to routes and runs them on request. 2 2
AccessManagerTest class Drupal\Tests\Core\Access drupal/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests the access manager.
AccessPermissionTest class Drupal\user\Tests\Views drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessPermissionTest.php Tests views perm access plugin.
AccessPluginBase abstract class Drupal\views\Plugin\views\access drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php The base plugin to handle access control. 4 4
AccessRoleTest class Drupal\user\Tests\Views drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessRoleTest.php Tests views role access plugin.
AccessSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/AccessSubscriber.php Access subscriber for controller requests. 2
AccessTest class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/AccessTest.php Basic test for pluggable access.
AccessTestBase abstract class Drupal\user\Tests\Views drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessTestBase.php A common test base class for the user access plugin tests. 2
AccountFormController abstract class Drupal\user drupal/core/modules/user/lib/Drupal/user/AccountFormController.php Form controller for the user account forms. 2
AccountInterface interface Drupal\Core\Session drupal/core/lib/Drupal/Core/Session/AccountInterface.php Defines an account interface which represents the current user. 2 30
AccountSettingsForm class Drupal\user drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php Configure user settings for this site. 1 1
Action class Drupal\Core\Annotation drupal/core/lib/Drupal/Core/Annotation/Action.php Defines an Action annotation object. 24
Action class Drupal\system\Plugin\Core\Entity drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php Defines the configured action entity.
ActionAddFormController class Drupal\action drupal/core/modules/action/lib/Drupal/action/ActionAddFormController.php Provides a form controller for action add forms.

Pages

Other projects