markdown Drupal API说明

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Drupal API说明相关的知识,希望对你有一定的参考价值。

# Drupal API Notes

General notes on using the Drupal API.

## Importing Classes

Using [this](https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Url.php/function/Url%3A%3AfromUri/8.2.x) as an example.

The import would be:

```
use Drupal\Core\Url;
```

`Drupal\Core` - From the __Namespace__

`Url` - From the __Class__

以上是关于markdown Drupal API说明的主要内容,如果未能解决你的问题,请参考以下文章

markdown Drupal自定义模块文档

markdown 使用作曲家应用drupal补丁

markdown settings.local.php(Drupal)

markdown Drupal的东西

markdown 将ReCAPTCHA与Drupal一起使用

markdown Drupal变量约定