Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| Importer::getCustomSerializedPropertyNames | function | core/ |
Gets the names of all properties the plugin treats as serialized data. |
| Importer::toEntity | function | core/ |
Converts an array of content entity data to a content entity object. |
| 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 install. |
| ImportStorageTransformerTest::setUp | function | core/ |
|
| ImportStorageTransformerTest::testTransform | function | core/ |
Tests the import transformation. |
| ImportStorageTransformerTest::testTransformLocked | function | core/ |
Tests that the import transformer throws an exception. |
| ImportStorageTransformerTest::testTransformWhileImporting | function | core/ |
Tests the import transformer during a running config import. |
| IncludeResolver::toIncludeTree | function | core/ |
Returns a tree of field names to include from an include parameter. |
| 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. |
| 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 an 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. |
| InlineBlockTestBase::INLINE_BLOCK_LOCATOR | constant | core/ |
Locator for inline blocks. |
| InOperator | class | core/ |
Filter to handle matching of multiple options selectable via checkboxes. |
| InOperator.php | file | core/ |
|
| InOperator::$valueFormType | property | core/ |
The default form type. |
| InOperator::$valueOptions | property | core/ |
Stores all operations which are available on the form. |
| InOperator::$valueTitle | property | core/ |
The filter title. |
| InOperator::acceptExposedInput | function | core/ |
Determines if the input from a filter should change the generated query. |
| InOperator::adminSummary | function | core/ |
Display the filter on the administrative summary. |
| InOperator::buildExposeForm | function | core/ |
Options form subform for exposed filter options. |
| InOperator::defaultExposeOptions | function | core/ |
Provide default options for exposed filters. |
| InOperator::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| InOperator::getValueOptions | function | core/ |
Gets the value options. |
| InOperator::init | function | core/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
Pagination
- Previous page
- Page 138
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.