EntityCloneEntityViewModeTest::$modules |
property |
tests/src/Functional/EntityCloneEntityViewModeTest.php |
Modules to enable. |
EntityCloneEntityViewModeTest::$permissions |
property |
tests/src/Functional/EntityCloneEntityViewModeTest.php |
Permissions to grant admin user. |
EntityCloneEntityViewModeTest::setUp |
function |
tests/src/Functional/EntityCloneEntityViewModeTest.php |
Sets the test up. |
EntityCloneEntityViewModeTest::testEntityViewModeEntityClone |
function |
tests/src/Functional/EntityCloneEntityViewModeTest.php |
Test entity view mode entity clone. |
EntityCloneEvent |
class |
src/Event/EntityCloneEvent.php |
Represents entity selection as event. |
EntityCloneEvent.php |
file |
src/Event/EntityCloneEvent.php |
|
EntityCloneEvent::$clonedEntity |
property |
src/Event/EntityCloneEvent.php |
New cloned entity. |
EntityCloneEvent::$entity |
property |
src/Event/EntityCloneEvent.php |
Entity being cloned. |
EntityCloneEvent::$properties |
property |
src/Event/EntityCloneEvent.php |
Properties. |
EntityCloneEvent::getClonedEntity |
function |
src/Event/EntityCloneEvent.php |
Gets new cloned entity. |
EntityCloneEvent::getEntity |
function |
src/Event/EntityCloneEvent.php |
Gets entity being cloned. |
EntityCloneEvent::getProperties |
function |
src/Event/EntityCloneEvent.php |
Gets entity properties. |
EntityCloneEvent::__construct |
function |
src/Event/EntityCloneEvent.php |
Constructs an EntityCloneEvent object. |
EntityCloneEvents |
class |
src/Event/EntityCloneEvents.php |
Contains all events thrown by entity clone. |
EntityCloneEvents.php |
file |
src/Event/EntityCloneEvents.php |
|
EntityCloneEvents::POST_CLONE |
constant |
src/Event/EntityCloneEvents.php |
The POST_CLONE event occurs when an entity has been cloned and saved. |
EntityCloneEvents::PRE_CLONE |
constant |
src/Event/EntityCloneEvents.php |
The PRE_CLONE event occurs before the entity was cloned. |
EntityCloneFileTest |
class |
tests/src/Functional/EntityCloneFileTest.php |
Create a filer and test a clone. |
EntityCloneFileTest.php |
file |
tests/src/Functional/EntityCloneFileTest.php |
|
EntityCloneFileTest::$adminUser |
property |
tests/src/Functional/EntityCloneFileTest.php |
An administrative user with permission to configure files settings. |
EntityCloneFileTest::$defaultTheme |
property |
tests/src/Functional/EntityCloneFileTest.php |
Theme to enable by default. |
EntityCloneFileTest::$modules |
property |
tests/src/Functional/EntityCloneFileTest.php |
Modules to enable. |
EntityCloneFileTest::$permissions |
property |
tests/src/Functional/EntityCloneFileTest.php |
Permissions to grant admin user. |
EntityCloneFileTest::setUp |
function |
tests/src/Functional/EntityCloneFileTest.php |
Sets the test up. |
EntityCloneFileTest::testFileEntityClone |
function |
tests/src/Functional/EntityCloneFileTest.php |
Test file entity clone. |
EntityCloneFilterFormatTest |
class |
tests/src/Functional/EntityCloneFilterFormatTest.php |
Create a filter format and test a clone. |
EntityCloneFilterFormatTest.php |
file |
tests/src/Functional/EntityCloneFilterFormatTest.php |
|
EntityCloneFilterFormatTest::$adminUser |
property |
tests/src/Functional/EntityCloneFilterFormatTest.php |
An administrative user. |
EntityCloneFilterFormatTest::$defaultTheme |
property |
tests/src/Functional/EntityCloneFilterFormatTest.php |
Theme to enable by default. |
EntityCloneFilterFormatTest::$modules |
property |
tests/src/Functional/EntityCloneFilterFormatTest.php |
Modules to enable. |
EntityCloneFilterFormatTest::$permissions |
property |
tests/src/Functional/EntityCloneFilterFormatTest.php |
Permissions to grant admin user. |
EntityCloneFilterFormatTest::setUp |
function |
tests/src/Functional/EntityCloneFilterFormatTest.php |
Sets the test up. |
EntityCloneFilterFormatTest::testFilterFormatEntityClone |
function |
tests/src/Functional/EntityCloneFilterFormatTest.php |
Test filter format entity clone. |
EntityCloneForm |
class |
src/Form/EntityCloneForm.php |
Implements an entity Clone form. |
EntityCloneForm.php |
file |
src/Form/EntityCloneForm.php |
|
EntityCloneForm::$currentUser |
property |
src/Form/EntityCloneForm.php |
The current user. |
EntityCloneForm::$entity |
property |
src/Form/EntityCloneForm.php |
The entity ready to clone. |
EntityCloneForm::$entityCloneSettingsManager |
property |
src/Form/EntityCloneForm.php |
The entity clone settings manager service. |
EntityCloneForm::$entityTypeDefinition |
property |
src/Form/EntityCloneForm.php |
The entity type définition. |
EntityCloneForm::$entityTypeManager |
property |
src/Form/EntityCloneForm.php |
The entity type manager. |
EntityCloneForm::$eventDispatcher |
property |
src/Form/EntityCloneForm.php |
Event dispatcher service. |
EntityCloneForm::$messenger |
property |
src/Form/EntityCloneForm.php |
The messenger service. |
EntityCloneForm::$serviceProvider |
property |
src/Form/EntityCloneForm.php |
The Service Provider that verifies if entity has ownership. |
EntityCloneForm::$stringTranslationManager |
property |
src/Form/EntityCloneForm.php |
The string translation manager. |
EntityCloneForm::buildForm |
function |
src/Form/EntityCloneForm.php |
|
EntityCloneForm::cancelForm |
function |
src/Form/EntityCloneForm.php |
Cancel form handler. |
EntityCloneForm::create |
function |
src/Form/EntityCloneForm.php |
|
EntityCloneForm::formSetRedirect |
function |
src/Form/EntityCloneForm.php |
Sets a redirect on form state. |
EntityCloneForm::getEntity |
function |
src/Form/EntityCloneForm.php |
Gets the entity of this form. |
EntityCloneForm::getFormId |
function |
src/Form/EntityCloneForm.php |
|