Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TopLevelDataInterface | interface | core/ |
Interface for objects that can appear as top-level object data. |
| TopLevelDataInterface.php | file | core/ |
|
| TopLevelDataInterface::getData | function | core/ |
Returns the data for the top-level data member of a JSON:API document. |
| TopLevelDataInterface::getMergedLinks | function | core/ |
Merges the object's links with the top-level links. |
| TopLevelDataInterface::getMergedMeta | function | core/ |
Merges the object's meta member with the top-level meta member. |
| TopLevelDataInterface::getOmissions | function | core/ |
Returns the data that was omitted from the JSON:API document. |
| top_bar.css | file | core/ |
/* 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/ |
Navigation top bar layout styles. |
| top_bar.pcss.css | file | core/ |
Navigation top bar layout styles. |
| ToStringTrait | trait | core/ |
Wraps __toString in a trait to avoid some fatal errors. |
| ToStringTrait.php | file | core/ |
|
| ToStringTrait::render | function | core/ |
Renders the object as a string. |
| ToStringTrait::_die | function | core/ |
For test purposes, wrap die() in an overridable method. |
| ToStringTrait::__toString | function | core/ |
Implements the magic __toString() method. |
| TrackChangesTest | class | core/ |
Source plugin for migration track changes tests. |
| TrackChangesTest | class | core/ |
Tests migration track changes property. |
| TrackChangesTest.php | file | core/ |
|
| TrackChangesTest.php | file | core/ |
|
| TrackChangesTest::$modules | property | core/ |
|
| TrackChangesTest::assertTermDoesNotExist | function | core/ |
Assert that term with given title does not exist. |
| TrackChangesTest::assertTermExists | function | core/ |
Assert that term with given name exists. |
| TrackChangesTest::fields | function | core/ |
|
| TrackChangesTest::getIds | function | core/ |
|
| TrackChangesTest::query | function | core/ |
|
| TrackChangesTest::setUp | function | core/ |
|
| TrackChangesTest::termExists | function | core/ |
Checks if term with given name exists. |
| TrackChangesTest::testTrackChanges | function | core/ |
Tests track changes property of SqlBase. |
| track_changes_test.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml |
| TraitAccessTest | class | core/ |
Test whether traits are autoloaded during PHPUnit discovery time. |
| TraitAccessTest.php | file | core/ |
|
| TraitAccessTest::testSimpleStuff | function | core/ |
Tests \Drupal\Tests\system\Traits\TestTrait::getStuff(). |
| Transaction | class | core/ |
A wrapper class for creating and managing database transactions. |
| Transaction | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Transaction. |
| Transaction.php | file | core/ |
|
| Transaction.php | file | core/ |
|
| Transaction::commitOrRelease | function | core/ |
Returns the transaction to the parent nesting level. |
| Transaction::name | function | core/ |
Retrieves the name of the transaction or savepoint. |
| Transaction::rollBack | function | core/ |
Rolls back the transaction. |
| Transaction::__construct | function | core/ |
|
| Transaction::__destruct | function | core/ |
Destructs the object. |
| Transaction::__wakeup | function | core/ |
Prevent transactions from being unserialized. |
| TransactionCommitFailedException | class | core/ |
Exception thrown when a commit() function fails. |
| TransactionCommitFailedException.php | file | core/ |
|
| TransactionException | class | core/ |
Exception thrown by an error in a database transaction. |
| TransactionException.php | file | core/ |
|
| TransactionExplicitCommitNotAllowedException | class | core/ |
Exception to deny attempts to explicitly manage transactions. |
| TransactionExplicitCommitNotAllowedException.php | file | core/ |
|
| TransactionManager | class | core/ |
MySql implementation of TransactionManagerInterface. |
| TransactionManager | class | core/ |
PostgreSql implementation of TransactionManagerInterface. |
| TransactionManager | class | core/ |
MySqli implementation of TransactionManagerInterface. |
Pagination
- Previous page
- Page 1666
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.