taxonomy.css |
file |
drupal/core/modules/taxonomy/taxonomy.css |
.taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}
.taxonomy-term-description {
margin: 5px 0 20px;
} |
theme_radios |
function |
drupal/core/includes/form.inc |
Returns HTML for a set of radio button form elements. |
LanguageItem |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/LanguageItem.php |
Defines the 'language_field' entity field item. |
Language.php |
file |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Language.php |
Definition of Drupal\user\Plugin\views\field\Language. |
standard.inc |
file |
drupal/core/includes/standard.inc |
Provides a list of countries and languages based on web standards. |
ValidateTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/ValidateTest.php |
Tests the file_validate() function. |
locale_theme |
function |
drupal/core/modules/locale/locale.module |
Implements hook_theme(). |
language.inc |
file |
drupal/core/includes/language.inc |
Language Negotiation API. |
weight_value |
function |
drupal/core/includes/form.inc |
Sets the value for a weight element, with zero as a default. |
AliasManager |
class |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
|
drupal_chmod |
function |
drupal/core/includes/file.inc |
Sets the permissions on a file or directory. |
history_read |
function |
drupal/core/modules/history/history.module |
Retrieves the timestamp for the current user's last view of a specified node. |
DateTimePlus |
class |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
Extends DateTime(). |
drupal_mkdir |
function |
drupal/core/includes/file.inc |
Creates a directory using Drupal's default mode. |
locale_reset |
function |
drupal/core/modules/locale/locale.module |
Reset static variables used by locale(). |
database.inc |
file |
drupal/core/includes/database.inc |
Core systems for the database layer. |
YamlTest.php |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/YamlTest.php |
|
drupal_rmdir |
function |
drupal/core/includes/file.inc |
Removes a directory. |
FlashBagTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
FlashBagTest |
ReadTest.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php |
Definition of Drupal\rest\test\ReadTest. |
drupal_alter |
function |
drupal/core/includes/module.inc |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
AssetFactory |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
The asset factory creates asset objects. |
current_path |
function |
drupal/core/includes/path.inc |
Return the current URL path of the page being viewed. |
Taxonomy.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/Taxonomy.php |
Definition of Drupal\taxonomy\Plugin\views\field\Taxonomy. |
MemcacheMock |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php |
MemcacheMock for simulating Memcache extension in tests. |
Template.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
|
Language.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/Language.php |
Definition of Drupal\taxonomy\Plugin\views\field\Language. |
hook_js_alter |
function |
drupal/core/modules/system/system.api.php |
Perform necessary alterations to the JavaScript before it is presented on
the page. |
user_password |
function |
drupal/core/modules/user/user.module |
Generate a random alphanumeric password. |
PagerTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php |
Definition of Drupal\views\Tests\Plugin\PagerTest. |
EmailTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php |
Definition of Drupal\system\Tests\Form\EmailTest. |
Spaceless.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Spaceless.php |
|
Bundle::$name |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php |
|
language_help |
function |
drupal/core/modules/language/language.module |
Implements hook_help(). |
Value::$value |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Value.php |
|
Block Caching |
group |
drupal/core/includes/common.inc |
Constants that define each block's caching state. |
language_menu |
function |
drupal/core/modules/language/language.module |
Implements hook_menu(). |
Header::$glue |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php |
|
Search::query |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/argument/Search.php |
Add this argument to the query. |
ServerBagTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php |
ServerBagTest |
EntityWrapper |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Defines an 'entity' data type, e.g. the computed 'entity' property of entity references. |
SpaceUsedTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/SpaceUsedTest.php |
This will run tests against the $file_managed->spaceUsed() function. |
File::$status |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
A field indicating the status of the file. |
bootstrap.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/bootstrap.php |
|
_block_rehash |
function |
drupal/core/modules/block/block.module |
Updates the 'block' DB table with the blocks currently exported by modules. |
ApacheRequest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php |
Request represents an HTTP request from an Apache server. |
UpdateLobTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateLobTest.php |
Tests UPDATE queries involving LOB values. |
AlterTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/AlterTest.php |
Definition of Drupal\system\Tests\Form\AlterTest. |
CacheTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php |
Definition of Drupal\views\Tests\Plugin\CacheTest. |
HeaderBagTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
|