Classes, traits, and interfaces

Primary tabs

Name Typesort descending Namespace Location Description Direct uses Use statements Strings
EntityReferenceItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php Defines the 'entityreference_field' entity field item. 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.
Update class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Update.php
Insert class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Insert.php
Connection class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php 1
Transaction class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php
Delete class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Delete.php
Merge class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Merge.php
Schema class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Select class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Select.php
Truncate class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php
Update class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite specific implementation of UpdateQuery.
Statement class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php Specific SQLite implementation of DatabaseConnection. 1
Insert class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php SQLite specific implementation of InsertQuery.
Connection class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Specific SQLite implementation of DatabaseConnection. 1
Transaction class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php
Delete class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php SQLite specific implementation of DeleteQuery.
Merge class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php
Schema class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Select class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php
Truncate class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php SQLite specific implementation of TruncateQuery.
Update class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php
Insert class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php
Connection class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php 1
Transaction class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php
Delete class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php
Merge class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php
Schema class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Select class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php
Truncate class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php
XmlRpcValidatorTest class Drupal\xmlrpc\Tests drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcValidatorTest.php XML-RPC validator1 specification.
XmlRpcBasicTest class Drupal\xmlrpc\Tests drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcBasicTest.php Perform basic XML-RPC tests that do not require addition callbacks.
XmlRpcMessagesTest class Drupal\xmlrpc\Tests drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcMessagesTest.php XML-RPC message and alteration tests.
BreakpointMediaQueryTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryTest.php Tests for media queries in a breakpoint.
BreakpointThemeTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php Test breakpoints provided by themes.
BreakpointCRUDTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointCRUDTest.php Tests for breakpoint CRUD operations.
BreakpointGroupAPITest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupAPITest.php Tests for general breakpoint group API functions.
BreakpointAPITest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php Tests for general breakpoint API functions.
BreakpointTestBase abstract class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointTestBase.php Base class for Breakpoint tests. 2 1
BreakpointGroupCRUDTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupCRUDTest.php Tests for breakpoint group CRUD operations.
BreakpointGroupTestBase abstract class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php Base class for Breakpoint group tests. 3 2
StatisticsBlockVisitorsTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsBlockVisitorsTest.php Tests that the visitor blocking functionality works.
StatisticsTestBase abstract class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTestBase.php Defines a base class for testing the Statistics module. 3
StatisticsReportsTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php Tests that report pages render properly, and that access logging works.
StatisticsLoggingTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php Tests that logging via statistics_exit() works for all pages.
StatisticsAdminTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php Tests the statistics administration screen.
StatisticsTokenReplaceTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php Tests statistics token replacement in strings.
ForumBlockTest class Drupal\forum\Tests drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php Provides automated tests for the Forum blocks.
ForumTest class Drupal\forum\Tests drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php Provides automated tests for the Forum module.
ForumIndexTest class Drupal\forum\Tests drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumIndexTest.php Tests the forum index listing.

Pages

Other projects