Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| SqlContentEntityStorageTest::testGetBaseTable | function | core/ |
Tests SqlContentEntityStorage::getBaseTable(). |
| SqlContentEntityStorageTest::testGetDataTable | function | core/ |
Tests SqlContentEntityStorage::getDataTable(). |
| SqlContentEntityStorageTest::testGetFieldStorageDefinitions | function | core/ |
@covers ::getFieldStorageDefinitions[[api-linebreak]] |
| SqlContentEntityStorageTest::testGetRevisionDataTable | function | core/ |
Tests SqlContentEntityStorage::getRevisionDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionTable | function | core/ |
Tests SqlContentEntityStorage::getRevisionTable(). |
| SqlContentEntityStorageTest::testGetTableMappingEmpty | function | core/ |
Tests getTableMapping() with an empty entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionable | function | core/ |
Tests getTableMapping() with a revisionable, non-translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable | function | core/ |
Tests getTableMapping() with a revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields | function | core/ |
Tests getTableMapping() with a complex entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields | function | core/ |
Tests getTableMapping() with a revisionable entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingSimple | function | core/ |
Tests getTableMapping() with a simple entity type. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields | function | core/ |
Tests getTableMapping() with a base field that requires a dedicated table. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields | function | core/ |
Tests getTableMapping() with a simple entity type with some base fields. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatable | function | core/ |
Tests getTableMapping() with a non-revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields | function | core/ |
Tests getTableMapping() with a translatable entity type with fields. |
| SqlContentEntityStorageTest::testHasData | function | core/ |
@covers ::hasData[[api-linebreak]] |
| SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] @covers ::setPersistentCache[[api-linebreak]] |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCached | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] @covers ::setPersistentCache[[api-linebreak]] |
| SqlContentEntityStorageTest::testOnEntityTypeCreate | function | core/ |
Tests ContentEntityDatabaseStorage::onEntityTypeCreate(). |
| SqlContentEntityStorageTest::testSetTableMapping | function | core/ |
Tests that setting a new table mapping also updates the table names. |
| SqlContentEntityStorageTestEntityInterface | class | core/ |
Provides an entity with dummy implementations of static methods, because those cannot be mocked. |
| SqlContentEntityStorageTestEntityInterface::postLoad | function | core/ |
Acts on loaded entities. |
| SqlEntityStorageInterface | interface | core/ |
A common interface for SQL-based entity storage implementations. |
| SqlEntityStorageInterface.php | file | core/ |
|
| SqlEntityStorageInterface::getTableMapping | function | core/ |
Gets a table mapping for the entity's SQL tables. |
| SSH::copyDirectoryJailed | function | core/ |
Copies a directory. |
| SSH::createDirectoryJailed | function | core/ |
Creates a directory. |
| SSH::factory | function | core/ |
Defines a factory method for this class. |
| SSH::isDirectory | function | core/ |
Implements Drupal\Core\FileTransfer\FileTransfer::isDirectory(). |
| SSH::removeDirectoryJailed | function | core/ |
Removes a directory. |
| StableLibraryOverrideTest::$librariesToSkip | property | core/ |
A list of libraries to skip checking, in the format extension/library_name. |
| StableTemplateOverrideTest::$templatesToSkip | property | core/ |
An array of template names to skip, without the extension. |
| State::$keyValueStore | property | core/ |
The key value store to use. |
| State::canTransitionTo | function | core/ |
Determines if the state can transition to the provided state ID. |
| State::getTransitionTo | function | core/ |
Gets the Transition object for the provided state ID. |
| StateInterface::canTransitionTo | function | core/ |
Determines if the state can transition to the provided state ID. |
| StateInterface::getTransitionTo | function | core/ |
Gets the Transition object for the provided state ID. |
| StateTest::testCanTransitionTo | function | core/ |
@covers ::canTransitionTo[[api-linebreak]] |
| StateTest::testGetTransitionTo | function | core/ |
@covers ::getTransitionTo[[api-linebreak]] |
| StateTest::testGetTransitionToException | function | core/ |
@covers ::getTransitionTo[[api-linebreak]] |
| StaticDiscoveryDecorator | class | core/ |
A decorator that allows manual registration of undiscoverable definitions. |
| StaticDiscoveryDecorator.php | file | core/ |
|
| StaticDiscoveryDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
| StaticDiscoveryDecorator::$registerDefinitions | property | core/ |
A callback or closure used for registering additional definitions. |
| StaticDiscoveryDecorator::getDefinition | function | core/ |
|
| StaticDiscoveryDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| StaticDiscoveryDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object |
| StaticDiscoveryDecorator::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator object. |
| StaticDiscoveryDecoratorTest | class | core/ |
@group Plugin @coversDefaultClass \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator[[api-linebreak]] |
Pagination
- Previous page
- Page 198
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.