Search for destination
- Search 7.x for destination
- Search 9.5.x for destination
- Search 10.3.x for destination
- Search 11.x for destination
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityOperationsUnitTest::testRenderWithDestination | function | core/ |
@covers ::render |
EntityOperationsUnitTest::testRenderWithoutDestination | function | core/ |
@covers ::render |
EntityRevisionTest::getEntityRevisionDestination | function | core/ |
Helper method to create an entity revision destination with mock services. |
EntityRevisionTest::testGetEntityDestinationValues | function | core/ |
Test that passed old destination values are used by default. |
EntityRevisionTestDestination | class | core/ |
Stub class for testing EntityRevision methods. |
EntityRevisionTestDestination::$entity | property | core/ |
|
EntityRevisionTestDestination::getEntity | function | core/ |
Gets the entity. |
EntityRevisionTestDestination::getEntityTypeId | function | core/ |
Finds the entity type from configuration or plugin ID. |
EntityRevisionTestDestination::setEntity | function | core/ |
|
EntityTestDestination | class | core/ |
Stub class for testing EntityContentBase methods. |
EntityTestDestination::$entity | property | core/ |
|
EntityTestDestination::getEntity | function | core/ |
Creates or loads an entity. |
EntityTestDestination::getEntityTypeId | function | core/ |
Finds the entity type from configuration or plugin ID. |
EntityTestDestination::setEntity | function | core/ |
|
FieldUI::getNextDestination | function | core/ |
Returns the next redirect path in a multipage sequence. |
FieldUiTest::testGetNextDestination | function | core/ |
@covers ::getNextDestination |
FieldUiTest::testGetNextDestinationEmpty | function | core/ |
@covers ::getNextDestination |
FieldUiTest::testGetNextDestinationRouteName | function | core/ |
@covers ::getNextDestination |
FileCopyTest::testNonWritableDestination | function | core/ |
Tests that non-writable destination throw an exception. |
FileSystem::getDestinationFilename | function | core/ |
Determines the destination path for a file. |
FileSystem::prepareDestination | function | core/ |
Prepares the destination for a file copy or move operation. |
FileSystemDeprecationTest::testDeprecatedFileDestination | function | core/ |
@expectedDeprecation file_destination() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::getDestinationFilename(). See https://www.drupal.org/node/3006851. |
FileSystemInterface::getDestinationFilename | function | core/ |
Determines the destination path for a file. |
FileSystemTest::testDestinationDirectoryFailureOnCopy | function | core/ |
@covers ::copy |
file_destination | function | core/ |
Determines the destination path for a file. |
Fixtures::destinationPath | function | core/ |
Gets a destination path in a tmp dir. |
LegacyDestinationCategoryTest | class | core/ |
Extends DestinationCategoryTest to test with deprecated modules. |
LegacyDestinationCategoryTest.php | file | core/ |
|
LegacyDestinationCategoryTest::$excludeDeprecated | property | core/ |
Flag to exclude deprecated modules from the tests. |
ManageFieldsFunctionalTest::testExternalDestinations | function | core/ |
Tests that external URLs in the 'destinations' query parameter are blocked. |
MenuLinkAdd::$redirectDestination | property | core/ |
The redirect destination. |
MigrateBundleTest::testDestinationBundle | function | core/ |
Tests setting the bundle in the destination. |
MigrateDestination | class | core/ |
Defines a migration destination plugin annotation object. |
MigrateDestination.php | file | core/ |
|
MigrateDestination::$destination_module | property | core/ |
Identifies the system handling the data the destination plugin will write. |
MigrateDestination::$id | property | core/ |
A unique identifier for the process plugin. |
MigrateDestination::$requirements_met | property | core/ |
Whether requirements are met. |
MigrateDestinationInterface | interface | core/ |
Defines an interface for Migration Destination classes. |
MigrateDestinationInterface.php | file | core/ |
|
MigrateDestinationInterface::fields | function | core/ |
Returns an array of destination fields. |
MigrateDestinationInterface::getDestinationModule | function | core/ |
Gets the destination module handling the destination data. |
MigrateDestinationInterface::getIds | function | core/ |
Gets the destination IDs. |
MigrateDestinationInterface::import | function | core/ |
Import the row. |
MigrateDestinationInterface::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
MigrateDestinationInterface::rollbackAction | function | core/ |
The rollback action for the last imported item. |
MigrateDestinationInterface::supportsRollback | function | core/ |
Whether the destination can be rolled back or not. |
MigrateDestinationPluginManager | class | core/ |
Plugin manager for migrate destination plugins. |
MigrateDestinationPluginManager.php | file | core/ |
|
MigrateDestinationPluginManager::$deprecatedProperties | property | core/ |
|
MigrateDestinationPluginManager::$entityTypeManager | property | core/ |
The entity type manager. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.