Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
TopLevelDataInterface interface core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Interface for objects that can appear as top-level object data.
TopLevelDataInterface.php file core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php
TopLevelDataInterface::getData function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data for the top-level data member of a JSON:API document.
TopLevelDataInterface::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's links with the top-level links.
TopLevelDataInterface::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's meta member with the top-level meta member.
TopLevelDataInterface::getOmissions function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data that was omitted from the JSON:API document.
top_bar.css file core/themes/admin/migration/css/layout/top_bar.css /* cspell:ignore xxxs */
:root {
--drupal-displace-offset-top: 64px;
--admin-toolbar-top-bar-height: 64px;
}

:is(#extra-specificity-hack, [data-drupal-admin-styles]).gin--navigation-top-bar {
height: auto;
min-height: 64px;
opacity: 0.95;
top_bar.css file core/themes/default_admin/migration/css/layout/top_bar.css Navigation top bar layout styles.
top_bar.pcss.css file core/themes/default_admin/migration/css/layout/top_bar.pcss.css Navigation top bar layout styles.
ToStringTrait trait core/lib/Drupal/Component/Utility/ToStringTrait.php Wraps __toString in a trait to avoid some fatal errors.
ToStringTrait.php file core/lib/Drupal/Component/Utility/ToStringTrait.php
ToStringTrait::render function core/lib/Drupal/Component/Utility/ToStringTrait.php Renders the object as a string.
ToStringTrait::_die function core/lib/Drupal/Component/Utility/ToStringTrait.php For test purposes, wrap die() in an overridable method.
ToStringTrait::__toString function core/lib/Drupal/Component/Utility/ToStringTrait.php Implements the magic __toString() method.
TrackChangesTest class core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php Source plugin for migration track changes tests.
TrackChangesTest class core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Tests migration track changes property.
TrackChangesTest.php file core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
TrackChangesTest.php file core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php
TrackChangesTest::$modules property core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
TrackChangesTest::assertTermDoesNotExist function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Assert that term with given title does not exist.
TrackChangesTest::assertTermExists function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Assert that term with given name exists.
TrackChangesTest::fields function core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php
TrackChangesTest::getIds function core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php
TrackChangesTest::query function core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php
TrackChangesTest::setUp function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
TrackChangesTest::termExists function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Checks if term with given name exists.
TrackChangesTest::testTrackChanges function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Tests track changes property of SqlBase.
track_changes_test.yml file core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml
TraitAccessTest class core/modules/system/tests/src/Unit/TraitAccessTest.php Test whether traits are autoloaded during PHPUnit discovery time.
TraitAccessTest.php file core/modules/system/tests/src/Unit/TraitAccessTest.php
TraitAccessTest::testSimpleStuff function core/modules/system/tests/src/Unit/TraitAccessTest.php Tests \Drupal\Tests\system\Traits\TestTrait::getStuff().
Transaction class core/lib/Drupal/Core/Database/Transaction.php A wrapper class for creating and managing database transactions.
Transaction class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Transaction.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Transaction.
Transaction.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Transaction.php
Transaction.php file core/lib/Drupal/Core/Database/Transaction.php
Transaction::commitOrRelease function core/lib/Drupal/Core/Database/Transaction.php Returns the transaction to the parent nesting level.
Transaction::name function core/lib/Drupal/Core/Database/Transaction.php Retrieves the name of the transaction or savepoint.
Transaction::rollBack function core/lib/Drupal/Core/Database/Transaction.php Rolls back the transaction.
Transaction::__construct function core/lib/Drupal/Core/Database/Transaction.php
Transaction::__destruct function core/lib/Drupal/Core/Database/Transaction.php Destructs the object.
Transaction::__wakeup function core/lib/Drupal/Core/Database/Transaction.php Prevent transactions from being unserialized.
TransactionCommitFailedException class core/lib/Drupal/Core/Database/TransactionCommitFailedException.php Exception thrown when a commit() function fails.
TransactionCommitFailedException.php file core/lib/Drupal/Core/Database/TransactionCommitFailedException.php
TransactionException class core/lib/Drupal/Core/Database/TransactionException.php Exception thrown by an error in a database transaction.
TransactionException.php file core/lib/Drupal/Core/Database/TransactionException.php
TransactionExplicitCommitNotAllowedException class core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php Exception to deny attempts to explicitly manage transactions.
TransactionExplicitCommitNotAllowedException.php file core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php
TransactionManager class core/modules/mysql/src/Driver/Database/mysql/TransactionManager.php MySql implementation of TransactionManagerInterface.
TransactionManager class core/modules/pgsql/src/Driver/Database/pgsql/TransactionManager.php PostgreSql implementation of TransactionManagerInterface.
TransactionManager class core/modules/mysqli/src/Driver/Database/mysqli/TransactionManager.php MySqli implementation of TransactionManagerInterface.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.