Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
InfoAlterTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/InfoAlterTest.php Tests the effectiveness of hook_system_info_alter().
InfoHookDecorator class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php Allows info hook implementations to enhance discovered plugin definitions. 1
InheritedTestCase class drupal/core/vendor/phpunit/phpunit/Tests/_files/InheritedTestCase.php
IniFileLoader class Symfony\Component\DependencyInjection\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php IniFileLoader loads parameters from INI files. 4 1
IniFileLoaderTest class Symfony\Component\DependencyInjection\Tests\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php
Inline class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php Inline implements a YAML parser/dumper for the YAML inline syntax. 1
InlineFragmentRenderer class Symfony\Component\HttpKernel\Fragment drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php Implements the inline rendering strategy where the Request is rendered by the current HTTP kernel. 1
InlineFragmentRendererTest class Symfony\Component\HttpKernel\Fragment\Tests\FragmentRenderer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
InlineServiceDefinitionsPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php Inline service definitions where this is possible. 1
InlineServiceDefinitionsPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php
InlineTest class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php
InOperator class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php Simple filter to handle matching of multiple options selectable via checkboxes 6 5
InPlaceEditor class Drupal\edit\Annotation drupal/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php Defines an InPlaceEditor annotation object. 4
InPlaceEditorManager class Drupal\edit\Plugin drupal/core/modules/edit/lib/Drupal/edit/Plugin/InPlaceEditorManager.php Editor manager. 3 2
InputRequired class Drupal\views\Plugin\views\exposed_form drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php Exposed form plugin that provides an exposed form with required input.
Insert class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php SQLite specific implementation of InsertQuery.
Insert class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php
Insert class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Insert.php General class for an abstracted INSERT query. 3 3
Insert class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Insert.php
InsertCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/InsertCommand.php Generic AJAX command for inserting content. 6 9
InsertDefaultsTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertDefaultsTest.php Tests insertion for database default values.
InsertLobTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertLobTest.php Tests inserts using LOB fields, which are weird on some databases.
InsertTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php Tests the insert builder.
InspectionTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/InspectionTest.php Tests that plugins implementing PluginInspectionInterface are inspectable.
InstallationProfileModuleTestsTest class Drupal\simpletest\Tests drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php Verifies that tests bundled with installation profile modules are found.
InstallerLanguageTest class Drupal\system\Tests\Installer drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php Tests installer language detection.
InstallerTest class Drupal\system\Tests drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php Allows testing of the interactive installer.
InstallStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/InstallStorage.php Storage controller used by the Drupal installer. 1 1 2
InstallTest class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php Unit tests for module installation.
InstantiatorInterface interface Symfony\Component\DependencyInjection\LazyProxy\Instantiator drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php Lazy proxy instantiator, capable of instantiating a proxy given a container, the service definitions and a callback that produces the real service instance. 1 1
IntefaceWithConstants interface Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/IntefaceWithConstants.php 1
Integer class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Integer.php The integer data type. 1
IntegerItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/IntegerItem.php Defines the 'integer_field' entity field item. 1 1
IntegerItem class Drupal\number\Type drupal/core/modules/number/lib/Drupal/number/Type/IntegerItem.php Defines the 'number_integer_field' entity field item.
IntegrationTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php This class tests the integration of the different compiler passes
IntegrationTest class Drupal\statistics\Tests\Views drupal/core/modules/statistics/lib/Drupal/statistics/Tests/Views/IntegrationTest.php Tests basic integration of views data from the statistics module.
IntegrityConstraintViolationException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php Exception thrown if a query would violate an integrity constraint. 4
Internal class Drupal\ckeditor\Plugin\CKEditorPlugin drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/CKEditorPlugin/Internal.php Defines the "internal" plugin (i.e. core plugins part of our CKEditor build).
IntrospectableContainerInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php IntrospectableContainerInterface defines additional introspection functionality for containers, allowing logic to be implemented based on a Container's state. 1
InvalidAnnotationUsageButIgnoredClass class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageButIgnoredClass.php @NoAnnotation
InvalidAnnotationUsageClass class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageClass.php @NoAnnotation
InvalidArgumentException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/InvalidArgumentException.php InvalidArgumentException 2 1
InvalidArgumentException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php Base InvalidArgumentException for Dependency Injection component. 3 20
InvalidArgumentException class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php 1 12
InvalidArgumentException class Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/InvalidArgumentException.php InvalidArgumentException for the Process Component. 1 2
InvalidArgumentException class Symfony\Component\Validator\Exception drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/InvalidArgumentException.php Base InvalidArgumentException for the Validator component. 1 1
InvalidArgumentException class Psr\Log drupal/core/vendor/psr/log/Psr/Log/InvalidArgumentException.php 1
InvalidBreakpointException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointException.php Base exception for breakpoint exception. 4 5
InvalidBreakpointMediaQueryException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointMediaQueryException.php Exception thrown if an illegal media query is detected. 2
InvalidBreakpointNameException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointNameException.php Exception thrown if an invalid name is detected. 3

Pages

Other projects