Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| AppendCommand.php | file | core/ |
|
| AppendCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| AppendOp | class | composer/ |
Scaffold operation to add to the beginning and/or end of a scaffold file. |
| AppendOp.php | file | composer/ |
|
| AppendOp::$append | property | composer/ |
Path to the source file to append, if any. |
| AppendOp::$default | property | composer/ |
Path to the default data to use when appending to an empty file. |
| AppendOp::$forceAppend | property | composer/ |
An indicator of whether we are allowed to append to a non-scaffolded file. |
| AppendOp::$managed | property | composer/ |
An indicator of whether the file we are appending to is managed or not. |
| AppendOp::$originalContents | property | composer/ |
The contents from the file that we are prepending / appending to. |
| AppendOp::$prepend | property | composer/ |
Path to the source file to prepend, if any. |
| AppendOp::existingFileHasData | function | composer/ |
Check to see if the append/prepend data has already been applied. |
| AppendOp::generateContents | function | composer/ |
Load the scaffold contents or otherwise generate what is needed. |
| AppendOp::ID | constant | composer/ |
Identifies Append operations. |
| AppendOp::process | function | composer/ |
Process this scaffold operation. |
| AppendOp::scaffoldAtNewLocation | function | composer/ |
Determines what to do if operation is used without a previous operation. |
| AppendOp::scaffoldOverExistingTarget | function | composer/ |
Determines what to do if operation is used at same path as a previous op. |
| AppendOp::__construct | function | composer/ |
Constructs an AppendOp. |
| AppendOpTest | class | core/ |
@coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\AppendOp[[api-linebreak]] |
| AppendOpTest.php | file | core/ |
|
| AppendOpTest::testProcess | function | core/ |
@covers ::process[[api-linebreak]] |
| Apple | class | core/ |
|
| Apple | class | core/ |
Plugin annotation @Plugin( id = "apple", label = "Apple", color = "green" ) |
| Apple.php | file | core/ |
|
| ArbitraryRebuildTest | class | core/ |
Tests altering forms to be rebuilt so there are multiple steps. |
| ArbitraryRebuildTest.php | file | core/ |
|
| ArbitraryRebuildTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ArbitraryRebuildTest::$modules | property | core/ |
Modules to install. |
| ArbitraryRebuildTest::setUp | function | core/ |
|
| ArbitraryRebuildTest::testUserRegistrationMultipleField | function | core/ |
Tests a rebuild caused by a multiple value field. |
| ArbitraryRebuildTest::testUserRegistrationRebuild | function | core/ |
Tests a basic rebuild with the user registration form. |
| Archiver | class | core/ |
Defines an archiver attribute object. |
| Archiver | class | core/ |
Defines an archiver annotation object. |
| Archiver.php | file | core/ |
|
| Archiver.php | file | core/ |
|
| Archiver::$description | property | core/ |
The description of the archiver plugin. |
| Archiver::$extensions | property | core/ |
An array of valid extensions for this archiver. |
| Archiver::$id | property | core/ |
The archiver plugin ID. |
| Archiver::$title | property | core/ |
The human-readable name of the archiver plugin. |
| Archiver::__construct | function | core/ |
Constructs an archiver plugin attribute object. |
| ArchiverException | class | core/ |
Defines an exception class for Drupal\Core\Archiver\ArchiverInterface. |
| ArchiverException.php | file | core/ |
|
| ArchiverInterface | interface | core/ |
Defines the common interface for all Archiver classes. |
| ArchiverInterface.php | file | core/ |
|
| ArchiverInterface::add | function | core/ |
Adds the specified file or directory to the archive. |
| ArchiverInterface::extract | function | core/ |
Extracts multiple files in the archive to the specified path. |
| ArchiverInterface::listContents | function | core/ |
Lists all files in the archive. |
| ArchiverInterface::remove | function | core/ |
Removes the specified file from the archive. |
| ArchiverManager | class | core/ |
Provides an Archiver plugin manager. |
| ArchiverManager.php | file | core/ |
|
| ArchiverManager::$fileSystem | property | core/ |
The file system service. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.