Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LoadTest::testLoadInvalidStatus | function | core/ |
Try to load a non-existent file by status. |
| LoadTest::testLoadMissingFid | function | core/ |
Try to load a non-existent file by fid. |
| LoadTest::testLoadMissingFilepath | function | core/ |
Try to load a non-existent file by URI. |
| LoadTest::testMultiple | function | core/ |
This will test loading file data from the database. |
| LoadTest::testSingleValues | function | core/ |
Load a single file and ensure that the correct values are returned. |
| LoadTest::testUuidValues | function | core/ |
Loads a single file and ensure that the correct values are returned. |
| Local | class | core/ |
Defines the local connection class for copying files as the httpd user. |
| local-actions.css | file | core/ |
Layout styles for local actions. |
| local-actions.pcss.css | file | core/ |
Layout styles for local actions. |
| Local.php | file | core/ |
|
| Local::$fileSystem | property | core/ |
The file system service. |
| Local::chmodJailed | function | core/ |
Changes the permissions of the file / directory specified in $path. |
| Local::connect | function | core/ |
Connects to the server. |
| Local::copyFileJailed | function | core/ |
Copies a file. |
| Local::createDirectoryJailed | function | core/ |
Creates a directory. |
| Local::factory | function | core/ |
Defines a factory method for this class. |
| Local::isDirectory | function | core/ |
Checks if a particular path is a directory. |
| Local::isFile | function | core/ |
Checks if a particular path is a file (not a directory). |
| Local::removeDirectoryJailed | function | core/ |
Removes a directory. |
| Local::removeFileJailed | function | core/ |
Removes a file. |
| Local::__construct | function | core/ |
Constructs a Drupal\Core\FileTransfer\FileTransfer object. |
| LocalActionDefault | class | core/ |
Provides a default implementation for local action plugins. |
| LocalActionDefault.php | file | core/ |
|
| LocalActionDefault::$routeProvider | property | core/ |
The route provider to load routes by name. |
| LocalActionDefault::create | function | core/ |
Creates an instance of the plugin. |
| LocalActionDefault::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| LocalActionDefault::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| LocalActionDefault::getCacheTags | function | core/ |
The cache tags associated with this object. |
| LocalActionDefault::getOptions | function | core/ |
Returns options for rendering a link for the local action. |
| LocalActionDefault::getRouteName | function | core/ |
Get the route name from the settings. |
| LocalActionDefault::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local action. |
| LocalActionDefault::getTitle | function | core/ |
Returns the localized title to be shown for this action. |
| LocalActionDefault::getWeight | function | core/ |
Returns the weight for the local action. |
| LocalActionDefault::__construct | function | core/ |
Constructs a LocalActionDefault object. |
| LocalActionDefaultTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\LocalActionDefault[[api-linebreak]] @group Menu |
| LocalActionDefaultTest.php | file | core/ |
|
| LocalActionDefaultTest::$config | property | core/ |
The used plugin configuration. |
| LocalActionDefaultTest::$localActionDefault | property | core/ |
The tested local action default plugin. |
| LocalActionDefaultTest::$pluginDefinition | property | core/ |
The used plugin definition. |
| LocalActionDefaultTest::$pluginId | property | core/ |
The used plugin ID. |
| LocalActionDefaultTest::$routeProvider | property | core/ |
The mocked route provider. |
| LocalActionDefaultTest::$stringTranslation | property | core/ |
The mocked translator. |
| LocalActionDefaultTest::setUp | function | core/ |
|
| LocalActionDefaultTest::setupLocalActionDefault | function | core/ |
Setups the local action default. |
| LocalActionDefaultTest::testGetTitle | function | core/ |
Tests the getTitle method without a translation context. |
| LocalActionDefaultTest::testGetTitleWithContext | function | core/ |
Tests the getTitle method with a translation context. |
| LocalActionDefaultTest::testGetTitleWithTitleArguments | function | core/ |
Tests the getTitle method with title arguments. |
| LocalActionInterface | interface | core/ |
Defines an interface for menu local actions. |
| LocalActionInterface.php | file | core/ |
|
| LocalActionInterface::getOptions | function | core/ |
Returns options for rendering a link for the local action. |
Pagination
- Previous page
- Page 894
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.