Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ComplexDataInterface | interface | core/ |
Interface for complex data; i.e. data containing named and typed properties. |
| ComplexDataInterface.php | file | core/ |
|
| ComplexDataInterface::get | function | core/ |
Gets a property object. |
| ComplexDataInterface::getDataDefinition | function | core/ |
Gets the data definition. |
| ComplexDataInterface::getProperties | function | core/ |
Gets an array of property objects. |
| ComplexDataInterface::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| ComplexDataInterface::set | function | core/ |
Sets a property value. |
| ComplexDataInterface::toArray | function | core/ |
Returns an array of all property values. |
| ComplexDataNormalizer | class | core/ |
Converts the Drupal entity object structures to a normalized array. |
| ComplexDataNormalizer.php | file | core/ |
|
| ComplexDataNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| ComplexDataNormalizer::hasCacheableSupportsMethod | function | core/ |
|
| ComplexDataNormalizer::normalize | function | core/ |
|
| ComplexDataNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\ComplexDataNormalizer[[api-linebreak]] @group serialization |
| ComplexDataNormalizerTest.php | file | core/ |
Contains \Drupal\Tests\serialization\Unit\Normalizer\ComplexDataNormalizerTest. |
| ComplexDataNormalizerTest::$normalizer | property | core/ |
The Complex data normalizer under test. |
| ComplexDataNormalizerTest::setUp | function | core/ |
|
| ComplexDataNormalizerTest::testNormalizeComplexData | function | core/ |
Tests normalizing complex data. |
| ComplexDataNormalizerTest::testNormalizeNonComplex | function | core/ |
Tests normalize() where $object does not implement ComplexDataInterface. |
| ComplexDataNormalizerTest::testSupportsNormalization | function | core/ |
@covers ::supportsNormalization[[api-linebreak]] |
| ComplexDataNormalizerTest::TEST_FORMAT | constant | core/ |
Test format string. |
| ComplexTestType | class | core/ |
Test workflow type. |
| ComplexTestType.php | file | core/ |
|
| ComplexTestType::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| ComplexTestType::onDependencyRemoval | function | core/ |
Informs the plugin that a dependency of the workflow will be deleted. |
| ComplexTestTypeConfigureForm | class | core/ |
Form to configure the complex test workflow type. |
| ComplexTestTypeConfigureForm.php | file | core/ |
|
| ComplexTestTypeConfigureForm::buildConfigurationForm | function | core/ |
Form constructor. |
| ComplexTestTypeConfigureForm::submitConfigurationForm | function | core/ |
Form submission handler. |
| ComplexTestTypeStateForm | class | core/ |
Form to configure the complex test workflow states. |
| ComplexTestTypeStateForm.php | file | core/ |
|
| ComplexTestTypeStateForm::buildConfigurationForm | function | core/ |
Form constructor. |
| ComplexTestTypeTransitionForm | class | core/ |
Form to configure the complex test workflow states. |
| ComplexTestTypeTransitionForm.php | file | core/ |
|
| ComplexTestTypeTransitionForm::buildConfigurationForm | function | core/ |
Form constructor. |
| ComplexWorkflowTypeTest | class | core/ |
Workflow entity tests that require modules or storage. |
| ComplexWorkflowTypeTest.php | file | core/ |
|
| ComplexWorkflowTypeTest::$modules | property | core/ |
Modules to enable. |
| ComplexWorkflowTypeTest::testLoadMultipleByType | function | core/ |
@covers \Drupal\workflows\Entity\Workflow::loadMultipleByType[[api-linebreak]] |
| ComponentEntityDisplayBase | class | core/ |
Provides a destination plugin for migrating entity display components. |
| ComponentEntityDisplayBase.php | file | core/ |
|
| ComponentEntityDisplayBase::$entityDisplayRepository | property | core/ |
The entity display repository. |
| ComponentEntityDisplayBase::create | function | core/ |
Creates an instance of the plugin. |
| ComponentEntityDisplayBase::fields | function | core/ |
Returns an array of destination fields. |
| ComponentEntityDisplayBase::getEntity | function | core/ |
Gets the entity. |
| ComponentEntityDisplayBase::getIds | function | core/ |
Gets the destination IDs. |
| ComponentEntityDisplayBase::import | function | core/ |
Import the row. |
| ComponentEntityDisplayBase::MODE_NAME | constant | core/ |
|
| ComponentEntityDisplayBase::__construct | function | core/ |
PerComponentEntityDisplay constructor. |
| ComponentGenerator | class | composer/ |
Reconciles Drupal component dependencies with core. |
Pagination
- Previous page
- Page 203
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.