Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocalStream::getType | function | core/ |
Returns the type of stream wrapper. |
| LocalStream::getUri | function | core/ |
Returns the stream resource URI. |
| LocalStream::mkdir | function | core/ |
Create a directory. |
| LocalStream::realpath | function | core/ |
Returns canonical, absolute path of the resource. |
| LocalStream::rename | function | core/ |
Renames a file or directory. |
| LocalStream::rmdir | function | core/ |
Removes a directory. |
| LocalStream::setUri | function | core/ |
Sets the absolute stream resource URI. |
| LocalStream::stream_cast | function | core/ |
Retrieve the underlying stream resource. |
| LocalStream::stream_close | function | core/ |
Closes stream. |
| LocalStream::stream_eof | function | core/ |
Tests for end-of-file on a file pointer. |
| LocalStream::stream_flush | function | core/ |
Flushes the output. |
| LocalStream::stream_lock | function | core/ |
Advisory file locking. |
| LocalStream::stream_metadata | function | core/ |
Sets metadata on the stream. |
| LocalStream::stream_open | function | core/ |
Opens file or URL. |
| LocalStream::stream_read | function | core/ |
Read from stream. |
| LocalStream::stream_seek | function | core/ |
Seeks to specific location in a stream. |
| LocalStream::stream_set_option | function | core/ |
Since Windows systems do not allow it and it is not needed for most use cases anyway, this method is not supported on local files and will trigger an error and return false. If needed, custom subclasses can provide OS-specific implementations for… |
| LocalStream::stream_stat | function | core/ |
Retrieve information about a file resource. |
| LocalStream::stream_tell | function | core/ |
Retrieve the current position of a stream. |
| LocalStream::stream_truncate | function | core/ |
Truncate stream. |
| LocalStream::stream_write | function | core/ |
Write to stream. |
| LocalStream::unlink | function | core/ |
Delete a file. |
| LocalStream::url_stat | function | core/ |
Retrieve information about a file. |
| LocalTaskDefault | class | core/ |
Default object used for LocalTaskPlugins. |
| LocalTaskDefault.php | file | core/ |
|
| LocalTaskDefault::$active | property | core/ |
TRUE if this plugin is forced active for options attributes. |
| LocalTaskDefault::$routeProvider | property | core/ |
The route provider to load routes by name. |
| LocalTaskDefault::getActive | function | core/ |
Gets the active status. |
| LocalTaskDefault::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| LocalTaskDefault::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| LocalTaskDefault::getCacheTags | function | core/ |
The cache tags associated with this object. |
| LocalTaskDefault::getOptions | function | core/ |
Returns options for rendering a link to the local task. |
| LocalTaskDefault::getRouteName | function | core/ |
Get the route name from the settings. |
| LocalTaskDefault::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local task. |
| LocalTaskDefault::getTitle | function | core/ |
Returns the localized title to be shown for this tab. |
| LocalTaskDefault::getWeight | function | core/ |
Returns the weight of the local task. |
| LocalTaskDefault::routeProvider | function | core/ |
Returns the route provider. |
| LocalTaskDefault::setActive | function | core/ |
Sets the active status. |
| LocalTaskDefaultTest | class | core/ |
Tests Drupal\Core\Menu\LocalTaskDefault. |
| LocalTaskDefaultTest.php | file | core/ |
|
| LocalTaskDefaultTest::$config | property | core/ |
The used plugin configuration. |
| LocalTaskDefaultTest::$localTaskBase | property | core/ |
The tested local task default plugin. |
| LocalTaskDefaultTest::$pluginDefinition | property | core/ |
The used plugin definition. |
| LocalTaskDefaultTest::$pluginId | property | core/ |
The used plugin ID. |
| LocalTaskDefaultTest::providerTestGetWeight | function | core/ |
Defines a data provider for testGetWeight(). |
| LocalTaskDefaultTest::setupLocalTaskDefault | function | core/ |
Setups the local task default. |
| LocalTaskDefaultTest::testActive | function | core/ |
Tests active. |
| LocalTaskDefaultTest::testCacheabilityMetadata | function | core/ |
Tests cacheability metadata. |
| LocalTaskDefaultTest::testGetOptions | function | core/ |
Tests get options. |
| LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithNonUpcastedParameters | function | core/ |
Tests get route parameters for dynamic route with non upcasted parameters. |
Pagination
- Previous page
- Page 833
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.