Search for all
- Search 7.x for all
- Search 9.5.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 |
|---|---|---|---|
| LocalStream::$handle | property | core/ |
A generic resource handle. |
| LocalStream::$uri | property | core/ |
Instance URI (stream). |
| LocalStream::dirname | function | core/ |
Gets the name of the directory from a given path. |
| LocalStream::dir_closedir | function | core/ |
Support for closedir(). |
| LocalStream::dir_opendir | function | core/ |
Support for opendir(). |
| LocalStream::dir_readdir | function | core/ |
Support for readdir(). |
| LocalStream::dir_rewinddir | function | core/ |
Support for rewinddir(). |
| LocalStream::getDirectoryPath | function | core/ |
Gets the path that the wrapper is responsible for. |
| LocalStream::getFileSystem | function | core/ |
Returns file system service. |
| LocalStream::getLocalPath | function | core/ |
Returns the canonical absolute path of the URI, if possible. |
| LocalStream::getTarget | function | core/ |
Returns the local writable target of the resource within the stream. |
| LocalStream::getType | function | core/ |
Returns the type of stream wrapper. |
| LocalStream::getUri | function | core/ |
Returns the stream resource URI. |
| LocalStream::mkdir | function | core/ |
Support for mkdir(). |
| LocalStream::realpath | function | core/ |
Returns canonical, absolute path of the resource. |
| LocalStream::rename | function | core/ |
Support for rename(). |
| LocalStream::rmdir | function | core/ |
Support for rmdir(). |
| 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/ |
Support for fclose(). |
| LocalStream::stream_eof | function | core/ |
Support for feof(). |
| LocalStream::stream_flush | function | core/ |
Support for fflush(). |
| LocalStream::stream_lock | function | core/ |
Support for flock(). |
| LocalStream::stream_metadata | function | core/ |
Sets metadata on the stream. |
| LocalStream::stream_open | function | core/ |
Support for fopen(), file_get_contents(), file_put_contents() etc. |
| LocalStream::stream_read | function | core/ |
Support for fread(), file_get_contents() etc. |
| 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/ |
Support for fstat(). |
| LocalStream::stream_tell | function | core/ |
Support for ftell(). |
| LocalStream::stream_truncate | function | core/ |
Truncate stream. |
| LocalStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
| LocalStream::unlink | function | core/ |
Support for unlink(). |
| LocalStream::url_stat | function | core/ |
Support for stat(). |
| 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/ |
@coversDefaultClass \Drupal\Core\Menu\LocalTaskDefault[[api-linebreak]] @group Menu |
Pagination
- Previous page
- Page 890
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.