Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
MissingMandatoryParametersException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php Exception thrown when a route cannot be generated because of missing mandatory parameters. 1
MockArraySessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php MockArraySessionStorage mocks the session for unit tests. 1 3
MockArraySessionStorageTest class Symfony\Component\HttpFoundation\Tests\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php Test class for MockArraySessionStorage.
MockBlockManager class Drupal\plugin_test\Plugin drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/MockBlockManager.php Defines a plugin manager used by Plugin API derivative unit tests. 1
MockController class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockController.php Dummy class, just for testing.
MockFileFinder class Drupal\Component\Reflection drupal/core/lib/Drupal/Component/Reflection/MockFileFinder.php Defines a mock file finder that only returns a single filename. 1
MockFileSessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php MockFileSessionStorage is used to mock sessions for functional testing when done in a single PHP process. 1
MockFileSessionStorageTest class Symfony\Component\HttpFoundation\Tests\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php Test class for MockFileSessionStorage.
MockFileTransfer class Drupal\update_test drupal/core/modules/update/tests/modules/update_test/lib/Drupal/update_test/MockFileTransfer.php Mocks a FileTransfer object to test the settings form functionality.
MockFileTransfer class Drupal\system_test drupal/core/modules/system/tests/modules/system_test/lib/Drupal/system_test/MockFileTransfer.php Mock FileTransfer object to test the settings form functionality.
MockLayoutBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockLayoutBlock.php Mock implementation of a layout block plugin used by Plugin API unit tests.
MockLayoutBlockDeriver class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php Mock implementation of DerivativeInterface for the mock layout block plugin.
MockMatcher class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockMatcher.php A mock matcher that can be configured with any matching logic for testing.
MockMenuBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlock.php Mock implementation of a menu block plugin used by Plugin API unit tests.
MockMenuBlockDeriver class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php Mock implementation of DerivativeInterface for the mock menu block plugin.
MockPathMatcher class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockPathMatcher.php Provides a mock path matcher.
MockTestBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockTestBlock.php Mock implementation of a test block plugin used by Plugin API unit tests.
MockTestConnection class Drupal\system\Tests\FileTransfer drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php Mock connection object for test case.
MockUserLoginBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php Mock implementation of a login block plugin used by Plugin API unit tests.
Model class Symfony\Component\Serializer\Tests drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php
Module class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/Module.php Defines a class for updating modules using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
ModuleApiTest class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php Unit tests for the module API.
ModuleEnable class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php Tests module_enable().
ModuleInfo class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/ModuleInfo.php Extends CacheArray to lazy load .info properties for modules. 1
ModulesDisabledUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php Tests upgrading with all non-required modules installed but disabled.
ModuleTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php Tests basic functions from the Views module.
ModuleTestBase abstract class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php Helper class for module test cases. 5
MongoDbProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php 1 1
MongoDbProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php
MongoDbSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php MongoDB session handler 1
MongoDbSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php @author Markus Bachmann <markus.bachmann@bachi.biz>
MoveTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php Move related tests
MTimeProtectedFastFileStorage class Drupal\Component\PhpStorage drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Stores PHP code in files with securely hashed names. 1 2
MTimeProtectedFastFileStorageTest class Drupal\system\Tests\PhpStorage drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFastFileStorageTest.php Tests the directory mtime based PHP loader implementation.
MTimeProtectedFileStorage class Drupal\Component\PhpStorage drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Stores PHP code in files with securely hashed names.
MTimeProtectedFileStorageTest class Drupal\system\Tests\PhpStorage drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFileStorageTest.php Tests the directory mtime based PHP loader implementation. 1
MultiFormTest class Drupal\system\Tests\Ajax drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/MultiFormTest.php Tests Ajax-enabled forms functionality with multiple instances of the form.
MultipleClassesInFile class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleClassesInFile.php
MultipleImportsInUseStatement class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleImportsInUseStatement.php
MultiStepNodeFormBasicOptionsTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/MultiStepNodeFormBasicOptionsTest.php Tests basic options of multi-step node forms.
MysqlProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php A ProfilerStorage for Mysql
Name class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Name.php Field handler to provide simple renderer that allows using a themed user link.
Name class Drupal\user\Plugin\views\filter drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php Filter handler for usernames. 1 1
Name class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php 2
Name class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php 2
NameMungingTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php Tests for file_munge_filename() and file_unmunge_filename().
NamespaceAndClassCommentedOut class Doctrine\Tests\Common\Annotations\Fixtures\Foo drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespaceAndClassCommentedOut.php
NamespacedAttributeBag class Symfony\Component\HttpFoundation\Session\Attribute drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php This class provides structured storage of session attributes using a name spacing character in the key. 1
NamespacedAttributeBagTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php Tests NamespacedAttributeBag
NamespacedSingleClassLOC1000 class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespacedSingleClassLOC1000.php

Pages

Other projects