HandlerTestBase |
abstract class |
Drupal\views\Tests\Handler |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTestBase.php |
@todo. |
5 |
|
|
HasDispatcherInterface |
interface |
Guzzle\Common |
drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php |
Holds an event dispatcher |
4 |
3 |
|
HashableInterface |
interface |
Assetic\Filter |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php |
A filter can implement a hash function |
|
1 |
|
Header |
class |
Guzzle\Http\Message |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php |
Represents a header and all of the values stored by that header |
|
|
|
HeaderBag |
class |
Symfony\Component\HttpFoundation |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
HeaderBag is a container for HTTP headers. |
1 |
2 |
|
HeaderBagTest |
class |
Symfony\Component\HttpFoundation\Tests |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
|
|
|
|
HeaderComparison |
class |
Guzzle\Http\Message |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/HeaderComparison.php |
Class used to compare HTTP headers using a custom DSL |
|
|
|
HelpTest |
class |
Drupal\help\Tests |
drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php |
Tests help display and user access for all modules implementing help. |
|
|
|
HistoryUserTimestamp |
class |
Drupal\node\Plugin\views\field |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/HistoryUserTimestamp.php |
Field handler to display the marker for new content. |
|
|
|
HistoryUserTimestamp |
class |
Drupal\node\Plugin\views\filter |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/HistoryUserTimestamp.php |
Filter for new content. |
|
|
|
HookBootExitTest |
class |
Drupal\system\Tests\Bootstrap |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php |
Tests hook_boot() and hook_exit(). |
|
|
|
HookDiscovery |
class |
Drupal\Core\Plugin\Discovery |
drupal/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php |
Provides a hook-based plugin discovery class. |
|
2 |
|
HookInitTest |
class |
Drupal\system\Tests\Theme |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HookInitTest.php |
Functional test for initialization of the theme system in hook_init(). |
|
|
|
HookRequirementsTest |
class |
Drupal\system\Tests\Module |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/HookRequirementsTest.php |
Tests failure of hook_requirements('install'). |
|
|
|
HooksTest |
class |
Drupal\taxonomy\Tests |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/HooksTest.php |
Tests for taxonomy hook invocation. |
|
|
|
HtmlCommand |
class |
Drupal\Core\Ajax |
drupal/core/lib/Drupal/Core/Ajax/HtmlCommand.php |
AJAX command for calling the jQuery html() method. |
|
1 |
|
HtmlIdentifierUnitTest |
class |
Drupal\system\Tests\Common |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php |
Tests cleaning HTML identifiers. |
|
|
|
HTMLIdTest |
class |
Drupal\system\Tests\Form |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/HTMLIdTest.php |
Tests uniqueness of generated HTML IDs. |
|
|
|
HtmlList |
class |
Drupal\views\Plugin\views\style |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/HtmlList.php |
Style plugin to render each item in an ordered or unordered list. |
|
|
|
HtmlPageController |
class |
Drupal\Core |
drupal/core/lib/Drupal/Core/HtmlPageController.php |
Default controller for most HTML pages. |
|
|
|
HtmlTagUnitTest |
class |
Drupal\system\Tests\Theme |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTagUnitTest.php |
Unit tests for theme_html_tag(). |
|
|
|
HtmlToTextTest |
class |
Drupal\system\Tests\Mail |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php |
Tests for drupal_html_to_text(). |
|
|
|
HtmlTplPhpAttributesTest |
class |
Drupal\system\Tests\Theme |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTplPhpAttributesTest.php |
Functional test for attributes of html.tpl.php. |
|
|
|
HttpAsset |
class |
Assetic\Asset |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php |
Represents an asset loaded via an HTTP request. |
|
3 |
|
HttpAssetTest |
class |
Assetic\Test\Asset |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/HttpAssetTest.php |
|
|
|
|
HttpCache |
class |
Symfony\Component\HttpKernel\HttpCache |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php |
Cache provides HTTP caching. |
|
2 |
|
HttpCacheTest |
class |
Symfony\Component\HttpKernel\Tests\HttpCache |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
|
|
|
HttpCacheTestCase |
class |
Symfony\Component\HttpKernel\Tests\HttpCache |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php |
|
1 |
|
|
HttpException |
interface |
Guzzle\Http\Exception |
drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/HttpException.php |
Http exception interface |
2 |
|
|
HttpException |
class |
Symfony\Component\HttpKernel\Exception |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpException.php |
HttpException. |
3 |
2 |
|
HttpExceptionInterface |
interface |
Symfony\Component\HttpKernel\Exception |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php |
Interface for HTTP error exceptions. |
1 |
4 |
|
HttpKernel |
class |
Symfony\Component\HttpKernel |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php |
HttpKernel notifies events to convert a Request object to a Response one. |
4 |
6 |
|
HttpKernel |
class |
Drupal\Core |
drupal/core/lib/Drupal/Core/HttpKernel.php |
This HttpKernel is used to manage scope changes of the DI container. |
|
|
|
HttpKernelInterface |
interface |
Symfony\Component\HttpKernel |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernelInterface.php |
HttpKernelInterface handles a Request to convert it to a Response. |
5 |
35 |
|
HttpKernelTest |
class |
Symfony\Component\HttpKernel\Tests |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
|
|
|
HttpMethodMatcher |
class |
Drupal\Core\Routing |
drupal/core/lib/Drupal/Core/Routing/HttpMethodMatcher.php |
This class filters routes based on their HTTP Method. |
|
3 |
|
HttpMethodMatcherTest |
class |
Drupal\system\Tests\Routing |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php |
Basic tests for the HttpMethodMatcher class. |
|
|
|
HttpRequestTest |
class |
Drupal\system\Tests\Common |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HttpRequestTest.php |
Tests drupal_http_request(). |
|
|
|
IgnoreAnnotation |
final class |
Doctrine\Common\Annotations\Annotation |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php |
Annotation that can be used to signal to the parser to ignore specific
annotations during the parsing process. |
|
3 |
|
ImageAdminStylesTest |
class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Tests creation, deletion, and editing of image styles and effects. |
|
|
|
ImageDimensionsScaleUnitTest |
class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsScaleUnitTest.php |
Tests image_dimensions_scale(). |
|
|
|
ImageDimensionsTest |
class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php |
Tests that images have correct dimensions when styled. |
|
|
|
ImageEffectsTest |
class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php |
Use the image_test.module's mock toolkit to ensure that the effects are
properly passing parameters to the image toolkit. |
|
|
|
ImageFieldDefaultImagesTest |
class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php |
Tests default image settings. |
|
|
|
ImageFieldDisplayTest |
class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test class to check that formatters and display settings are working. |
|
|
|
ImageFieldTestBase |
abstract class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
This class provides methods specifically for testing Image's field handling. |
5 |
1 |
|
ImageFieldValidateTest |
class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
Test class to check for various validations. |
|
|
|
ImageFormatter |
class |
Drupal\image\Plugin\field\formatter |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php |
Plugin implementation of the 'image' formatter. |
|
|
|
ImageStyle |
class |
Drupal\image\Plugin\Core\Entity |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
Defines an image style configuration entity. |
|
1 |
|
ImageStylesPathAndUrlTest |
class |
Drupal\image\Tests |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Tests the functions for generating paths and URLs for image styles. |
|
|
|