Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| IMAGE_STORAGE_EDITABLE | constant | core/ |
Image style constant to represent an editable preset. |
| IMAGE_STORAGE_MODULE | constant | core/ |
Image style constant to represent any module-based preset. |
| IMAGE_STORAGE_NORMAL | constant | core/ |
Image style constant for user presets in the database. |
| IMAGE_STORAGE_OVERRIDE | constant | core/ |
Image style constant for user presets that override module-defined presets. |
| ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
| ImportableEntityStorageInterface.php | file | core/ |
|
| ImportableEntityStorageInterface::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importRename | function | core/ |
Renames entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
| ImportOpmlTest | class | core/ |
Tests OPML import. |
| ImportOpmlTest.php | file | core/ |
|
| ImportOpmlTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ImportOpmlTest::$modules | property | core/ |
Modules to install. |
| ImportOpmlTest::openImportForm | function | core/ |
Opens OPML import form. |
| ImportOpmlTest::setUp | function | core/ |
|
| ImportOpmlTest::submitImportForm | function | core/ |
Submits form with invalid, empty, and valid OPML files. |
| ImportOpmlTest::testOpmlImport | function | core/ |
Tests the import of an OPML file. |
| ImportOpmlTest::validateImportFormFields | function | core/ |
Submits form filled with invalid fields. |
| ImportStorageTransformer | class | core/ |
The import storage transformer helps to use the configuration management api. |
| ImportStorageTransformer.php | file | core/ |
|
| ImportStorageTransformer::$connection | property | core/ |
The drupal database connection. |
| ImportStorageTransformer::$eventDispatcher | property | core/ |
The event dispatcher to get changes to the configuration. |
| ImportStorageTransformer::$persistentLock | property | core/ |
The persistent lock which the config importer uses across requests. |
| ImportStorageTransformer::$requestLock | property | core/ |
The normal lock for the duration of the request. |
| ImportStorageTransformer::LOCK_NAME | constant | core/ |
The name used to identify the lock. |
| ImportStorageTransformer::transform | function | core/ |
Transform the storage to be imported from. |
| ImportStorageTransformer::__construct | function | core/ |
ImportStorageTransformer constructor. |
| ImportStorageTransformerTest | class | core/ |
Tests the import storage transformer. |
| ImportStorageTransformerTest.php | file | core/ |
|
| ImportStorageTransformerTest::$modules | property | core/ |
Modules to enable. |
| ImportStorageTransformerTest::setUp | function | core/ |
|
| ImportStorageTransformerTest::testTransform | function | core/ |
Test the import transformation. |
| ImportStorageTransformerTest::testTransformLocked | function | core/ |
Test that the import transformer throws an exception. |
| ImportStorageTransformerTest::testTransformWhileImporting | function | core/ |
Test the import transformer during a running config import. |
| IncludeResolver::toIncludeTree | function | core/ |
Returns a tree of field names to include from an include parameter. |
| IndexTidDepth::$termStorage | property | core/ |
|
| InfoHookDecorator | class | core/ |
Allows info hook implementations to enhance discovered plugin definitions. |
| InfoHookDecorator.php | file | core/ |
|
| InfoHookDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
| InfoHookDecorator::$hook | property | core/ |
The name of the info hook that will be implemented by this discovery instance. |
| InfoHookDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| InfoHookDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| InfoHookDecorator::__construct | function | core/ |
Constructs a InfoHookDecorator object. |
| InlineBlock::$entityDisplayRepository | property | core/ |
The entity display repository. |
| InlineBlockEntityOperations::$blockContentStorage | property | core/ |
The block content storage. |
| InlineBlockPrivateFilesTest::addInlineFileBlockToLayout | function | core/ |
Adds an entity block with a file. |
| InlineBlockPrivateFilesTest::attachFileToBlockForm | function | core/ |
Attaches a file to the block edit form. |
| InlineBlockTestBase::$blockStorage | property | core/ |
The block storage. |
| InlineBlockTestBase::addInlineBlockToLayout | function | core/ |
Adds an entity block to the layout. |
Pagination
- Previous page
- Page 121
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.