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 |
|---|---|---|---|
| Row::getDestination | function | core/ |
Returns the whole destination array. |
| Row::getDestinationProperty | function | core/ |
Returns the value of a destination property. |
| Row::getEmptyDestinationProperties | function | core/ |
Gets the empty destination properties. |
| Row::getHash | function | core/ |
Returns the hash for the source values. |
| Row::getIdMap | function | core/ |
Retrieves the Migrate ID mappings. |
| Row::getMultiple | function | core/ |
Retrieve multiple source and destination properties at once. |
| Row::getRawDestination | function | core/ |
Returns the raw destination. Rarely necessary. |
| Row::getSource | function | core/ |
Retrieves all source properties. |
| Row::getSourceIdValues | function | core/ |
Retrieves the values of the source identifiers. |
| Row::getSourceProperty | function | core/ |
Retrieves a source property. |
| Row::hasDestinationProperty | function | core/ |
Tests if destination property exists. |
| Row::hasEmptyDestinationProperty | function | core/ |
Tests if a property is an empty destination. |
| Row::hasSourceProperty | function | core/ |
Determines whether a source has a property. |
| Row::isStub | function | core/ |
Reports whether this row is a stub. |
| Row::needsUpdate | function | core/ |
Returns if this row needs an update. |
| Row::PROPERTY_SEPARATOR | constant | core/ |
Level separator of destination and source properties. |
| Row::rehash | function | core/ |
Recalculates the hash for the row. |
| Row::removeDestinationProperty | function | core/ |
Removes destination property. |
| Row::removeEmptyDestinationProperty | function | core/ |
Removes an empty destination property. |
| Row::setDestinationProperty | function | core/ |
Sets destination properties. |
| Row::setEmptyDestinationProperty | function | core/ |
Sets a destination to be empty. |
| Row::setIdMap | function | core/ |
Sets the Migrate ID mappings. |
| Row::setSourceProperty | function | core/ |
Sets a source property if the row is not frozen. |
| Row::__construct | function | core/ |
Constructs a \Drupal\migrate\Row object. |
| RowCountException | class | core/ |
Exception thrown if a SELECT query trying to execute rowCount() on result. |
| RowCountException.php | file | core/ |
|
| RowCountException::__construct | function | core/ |
|
| RowCountExceptionTest | class | core/ |
Tests Drupal\Core\Database\RowCountException. |
| RowCountExceptionTest.php | file | core/ |
|
| RowCountExceptionTest::DEFAULT_EXCEPTION_MESSAGE | constant | core/ |
The default exception message. |
| RowCountExceptionTest::providerTestExceptionMessage | function | core/ |
Data provider for ::testExceptionMessage() |
| RowCountExceptionTest::testExceptionMessage | function | core/ |
Tests exception message. |
| RowCountExceptionTest::testExceptionMessageNull | function | core/ |
Tests exception message null. |
| RowEntityRenderersTest | class | core/ |
Tests the entity row renderers. |
| RowEntityRenderersTest.php | file | core/ |
|
| RowEntityRenderersTest::$ids | property | core/ |
|
| RowEntityRenderersTest::$langcodes | property | core/ |
An array of added languages. |
| RowEntityRenderersTest::$modules | property | core/ |
|
| RowEntityRenderersTest::$testAuthor | property | core/ |
The author of the test content. |
| RowEntityRenderersTest::$testViews | property | core/ |
Views used by this test. |
| RowEntityRenderersTest::$values | property | core/ |
|
| RowEntityRenderersTest::assertTranslations | function | core/ |
Checks that the view results match the expected values. |
| RowEntityRenderersTest::checkLanguageRenderers | function | core/ |
Checks that the language renderer configurations work as expected. |
| RowEntityRenderersTest::checkLanguageRenderersRelationship | function | core/ |
Checks language renderer configurations work with relationships. |
| RowEntityRenderersTest::setUp | function | core/ |
|
| RowEntityRenderersTest::testEntityRenderers | function | core/ |
Tests the entity row renderers. |
| RowEntityRenderersTest::testEntityRenderersRelationship | function | core/ |
Tests the entity row renderers for relationships. |
| RowEntityRenderersTest::testFieldRenderers | function | core/ |
Tests the field row renderers. |
| RowEntityRenderersTest::testFieldRenderersRelationship | function | core/ |
Tests the field row renderers for relationships. |
| RowEntityRenderersTest::testRevisionBaseTable | function | core/ |
Tests the row renderer with a revision base table. |
Pagination
- Previous page
- Page 1402
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.