Search for operation
- Search 7.x for operation
- Search 9.5.x for operation
- Search 10.3.x for operation
- Search 11.x for operation
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
InlineBlockEntityOperations::__construct | function | core/ |
Constructs a new EntityOperations object. |
install_download_additional_translations_operations | function | core/ |
Prepares the system for import and downloads additional translations. |
ManageFieldsTest::testFieldDropButtonOperations | function | core/ |
|
MediaTypeAccessControlHandler::$viewLabelOperation | property | core/ |
|
MenuAccessControlHandler::$viewLabelOperation | property | core/ |
|
MenuLinkContentEntityAccessTest::testUnrecognizedOperation | function | core/ |
Tests an operation not implemented by the access control handler. |
MenuListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
MigrateControllerTest::clickViewsOperationsLink | function | core/ |
Clicks a view link to perform an operation. |
NodeAccessTest::testUnsupportedOperation | function | core/ |
Test operations not supported by node grants. |
NodeTypeListBuilder::getDefaultOperations | function | core/ |
|
OperationBase | class | core/ |
Provides a base class for test operations. |
OperationBase.php | file | core/ |
|
OperationBase::arguments | function | core/ |
|
OperationBase::execute | function | core/ |
|
OperationData | class | composer/ |
Holds parameter data for operation objects during operation creation only. |
OperationData.php | file | composer/ |
|
OperationData::$data | property | composer/ |
The parameter data. |
OperationData::$destination | property | composer/ |
The destination path |
OperationData::APPEND | constant | composer/ |
|
OperationData::append | function | composer/ |
Gets append path. |
OperationData::convertScaffoldMetadata | function | composer/ |
Performs the conversion-to-array step in normalizeScaffoldMetadata. |
OperationData::DEFAULT | constant | composer/ |
|
OperationData::default | function | composer/ |
Gets default path. |
OperationData::destination | function | composer/ |
Gets the destination path that this operation data is associated with. |
OperationData::forceAppend | function | composer/ |
Determines whether 'force-append' has been set. |
OperationData::FORCE_APPEND | constant | composer/ |
|
OperationData::hasAppend | function | composer/ |
Checks if append path exists. |
OperationData::hasDefault | function | composer/ |
Checks if default path exists. |
OperationData::hasPath | function | composer/ |
Checks if path exists |
OperationData::hasPrepend | function | composer/ |
Checks if prepend path exists. |
OperationData::MODE | constant | composer/ |
|
OperationData::mode | function | composer/ |
Gets operation mode |
OperationData::normalizeScaffoldMetadata | function | composer/ |
Normalizes metadata by converting literal values into arrays. |
OperationData::OVERWRITE | constant | composer/ |
|
OperationData::overwrite | function | composer/ |
Determines overwrite. |
OperationData::PATH | constant | composer/ |
|
OperationData::path | function | composer/ |
Gets path |
OperationData::PREPEND | constant | composer/ |
|
OperationData::prepend | function | composer/ |
Gets prepend path. |
OperationData::__construct | function | composer/ |
OperationData constructor. |
OperationFactory | class | composer/ |
Create Scaffold operation objects based on provided metadata. |
OperationFactory.php | file | composer/ |
|
OperationFactory::$composer | property | composer/ |
The Composer service. |
OperationFactory::create | function | composer/ |
Creates a scaffolding operation object as determined by the metadata. |
OperationFactory::createAppendOp | function | composer/ |
Creates an 'append' (or 'prepend') scaffold op. |
OperationFactory::createReplaceOp | function | composer/ |
Creates a 'replace' scaffold op. |
OperationFactory::getPackagePath | function | composer/ |
Gets the file path of a package. |
OperationFactory::hasContent | function | composer/ |
Checks to see if the specified scaffold file exists and has content. |
OperationFactory::__construct | function | composer/ |
OperationFactory constructor. |
OperationInterface | interface | composer/ |
Interface for scaffold operation objects. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.