Enables replicate module.
@group paragraphs
Expanded class hierarchy of ParagraphsReplicateEnableTest
class ParagraphsReplicateEnableTest extends ParagraphsDuplicateFeatureTest {
protected static $modules = [
'replicate',
];
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParagraphsDuplicateFeatureTest:: |
public | function | Tests duplicate paragraph feature. | |
ParagraphsDuplicateFeatureTest:: |
public | function | Tests duplicate paragraph feature for fields with a limited cardinality. | |
ParagraphsDuplicateFeatureTest:: |
public | function | Tests duplicate paragraph feature with nested paragraphs. | |
ParagraphsReplicateEnableTest:: |
protected static | property |
Modules to enable. Overrides ParagraphsDuplicateFeatureTest:: |
|
ParagraphsTestBase:: |
protected | property | List of permissions used by loginAsAdmin(). | |
ParagraphsTestBase:: |
protected | property | Drupal user object created by loginAsAdmin(). | 1 |
ParagraphsTestBase:: |
protected | property | 2 | |
ParagraphsTestBase:: |
function | Creates an user with admin permissions and log in. | ||
ParagraphsTestBase:: |
protected | function |
Removes the default paragraph type. Overrides ParagraphsTestBase:: |
|
ParagraphsTestBase:: |
protected | function |
Sets the Paragraphs widget add mode. Overrides ParagraphsTestBase:: |
|
ParagraphsTestBase:: |
protected | function | Sets the allowed Paragraphs types that can be added. | |
ParagraphsTestBase:: |
protected | function | Sets the default paragraph type. | |
ParagraphsTestBase:: |
protected | function | Sets the weight of a given Paragraphs type. | |
ParagraphsTestBase:: |
protected | function | Sets the Paragraphs widget display mode. | |
ParagraphsTestBase:: |
protected | function | 19 | |
ParagraphsTestBaseTrait:: |
protected | property | The workflow entity. | |
ParagraphsTestBaseTrait:: |
protected | function | Adds a field to a given paragraph type. | |
ParagraphsTestBaseTrait:: |
protected | function | Adds a content type with a Paragraphs field. | |
ParagraphsTestBaseTrait:: |
protected | function | Adds a Paragraphs field to a given entity type. | |
ParagraphsTestBaseTrait:: |
protected | function | Adds a Paragraphs type. | |
ParagraphsTestBaseTrait:: |
protected | function | Adds an icon to a paragraphs type. | |
ParagraphsTestBaseTrait:: |
protected | function | Checks the core version. | |
ParagraphsTestBaseTrait:: |
protected | function | Creates a workflow entity. | |
ParagraphsTestBaseTrait:: |
protected | function | Sets some of the settings of a paragraphs field widget. |