Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
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 50
HttpKernelTest class Drupal\Tests\Core drupal/core/tests/Drupal/Tests/Core/HttpKernelTest.php Tests the custom http kernel of drupal.
HttpKernelTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php
Iban class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Iban.php 1
IbanValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IbanValidator.php @author Manuel Reinhard <manu@sprain.ch> @author Michael Schummel @link http://www.michael-schummel.de/2007/10/05/iban-prufung-mit-php/ 1
IbanValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php
IdenticalTo class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IdenticalTo.php @author Daniel Holmes <daniel@danielholmes.org> 1
IdenticalToValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IdenticalToValidator.php Validates values are identical (===). 1
IdenticalToValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php @author Daniel Holmes <daniel@danielholmes.org>
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
IgnoreSlaveSubscriberTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/IgnoreSlaveSubscriberTest.php Tests the event subscriber that disables the slave database.
Image class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Image.php @api 1
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.
ImageEffectDeleteForm class Drupal\image\Form drupal/core/modules/image/lib/Drupal/image/Form/ImageEffectDeleteForm.php Form for deleting an image effect. 1
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. 6 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.
ImageItem class Drupal\image\Type drupal/core/modules/image/lib/Drupal/image/Type/ImageItem.php Defines the 'image_field' entity field item.
ImageItemTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageItemTest.php Tests the new entity API for the image field type.
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. 4
ImageStyleDeleteForm class Drupal\image\Form drupal/core/modules/image/lib/Drupal/image/Form/ImageStyleDeleteForm.php Creates a form to delete an image style. 1
ImageStyleFlushTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php Tests flushing of image styles.
ImageStyleInterface interface Drupal\image drupal/core/modules/image/lib/Drupal/image/ImageStyleInterface.php Provides an interface defining an image style entity. 1 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.
ImageStyleStorageController class Drupal\image drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php Defines a controller class for image styles.
ImageThemeFunctionTest class Drupal\image\Tests drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php Tests image theme functions.
ImageToolkitForm class Drupal\system\Form drupal/core/modules/system/lib/Drupal/system/Form/ImageToolkitForm.php Configures image toolkit settings for this site. 1
ImageToolkitInterface interface Drupal\system\Plugin drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitInterface.php Defines an interface for image toolkits. 2 3 2
ImageToolkitManager class Drupal\system\Plugin drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitManager.php Manages toolkit plugins. 4 2
ImageUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php Test upgrade of overridden and custom image styles.
ImageValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/ImageValidator.php Validates whether a value is a valid image file and is valid against minWidth, maxWidth, minHeight and maxHeight constraints 1
ImageValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php
ImageWidget class Drupal\image\Plugin\field\widget drupal/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php Plugin implementation of the 'image_image' widget.
ImmutableEventDispatcher class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php A read-only proxy for an event dispatcher. 1
ImmutableEventDispatcherTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php @author Bernhard Schussek <bschussek@gmail.com>
ImportOpmlTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php Tests importing feeds from OPML functionality for the Aggregator module.
InactiveScopeException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php This exception is thrown when you try to create a service of an inactive scope. 8
InboundPathProcessorInterface interface Drupal\Core\PathProcessor drupal/core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php Defines an interface for classes that process the inbound path. 7 4
IncompleteTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/IncompleteTest.php
IndexedReader class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/IndexedReader.php Allows the reader to be used in-place of Doctrine's reader.
IndexPhpTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/IndexPhpTest.php Test the handling of requests containing 'index.php'.
IndexTid class Drupal\taxonomy\Plugin\views\argument drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTid.php Allow taxonomy term ID(s) as argument.
IndexTidDepth class Drupal\taxonomy\Plugin\views\argument drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepth.php Argument handler for taxonomy terms with depth.
IndexTidDepthModifier class Drupal\taxonomy\Plugin\views\argument drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php Argument handler for to modify depth for a previous term.
Inflector class Doctrine\Common\Util drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php Doctrine inflector has static methods for inflecting text

Pages

Other projects