node.admin.css |
file |
drupal/core/modules/node/css/node.admin.css |
Styles for administration pages. |
Result::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Result.php |
Implements \Drupal\views\Plugin\views\area\AreaPluginBase::render(). |
RedisCacheTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/RedisCacheTest.php |
|
comment.module |
file |
drupal/core/modules/comment/comment.module |
Enables users to comment on published content. |
UpdateFeedTest |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php |
Tests functionality of updating the feed in the Aggregator module. |
Query::__clone |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
Implements the magic __clone method. |
Some::usePager |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php |
Determine if this pager actually uses a pager. |
User::$created |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
The timestamp when the user was created. |
views_schema_0 |
function |
drupal/core/modules/views/views.install |
Provide an initial schema. |
KernelTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
statistics.php |
file |
drupal/core/modules/statistics/statistics.php |
Handles counts of node views via AJAX with minimal bootstrap. |
ClientTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/ClientTest.php |
|
WidgetBase.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php |
Definition of Drupal\field\Plugin\Type\Widget\WidgetBase. |
Null::$message |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Null.php |
|
Unicode::check |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Checks for Unicode support in PHP and sets the proper settings if possible. |
RedirectPlugin |
class |
drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php |
Plugin to implement HTTP redirects. Can redirect like a web browser or using strict RFC 2616 compliance |
CollectionTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
xmlrpc.api.php |
file |
drupal/core/modules/xmlrpc/xmlrpc.api.php |
Hooks provided by the XML-RPC module. |
user.flood.yml |
file |
drupal/core/modules/user/config/user.flood.yml |
drupal/core/modules/user/config/user.flood.yml |
MethodCall.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php |
|
db_query_range |
function |
drupal/core/includes/database.inc |
Executes a query against the active database, restricted to a range. |
module_disable |
function |
drupal/core/includes/module.inc |
Disables a given set of modules. |
Numeric::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php |
Add this filter to the query. |
Select::isNull |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Sets a condition that the specified field be NULL. |
FormValuesTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FormValuesTest.php |
Tests that $form_state['values'] is properly delivered to $ajax['callback']. |
Time::$message |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Time.php |
|
AssignName.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php |
|
Config::$isNew |
property |
drupal/core/lib/Drupal/Core/Config/Config.php |
Whether the configuration object is new or has been saved to the storage. |
TaggedWithTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php |
Tests the ability of the views wizard to create views filtered by taxonomy. |
Username::init |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Username.php |
Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::init(). |
PHP_Token_CASE |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
Drupal::config |
function |
drupal/core/lib/Drupal.php |
Retrieves a configuration object. |
book_uninstall |
function |
drupal/core/modules/book/book.install |
Implements hook_uninstall(). |
user_user_view |
function |
drupal/core/modules/user/user.module |
Implements hook_user_view(). |
RemoveFeedTest |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php |
Tests functionality for removing feeds in the Aggregator module. |
Select::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Sets a condition that the specified subquery returns values. |
Sql::markTable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
|
Status::render |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/Status.php |
Render the field. |
system_install |
function |
drupal/core/modules/system/system.install |
Implements hook_install(). |
QueryAggregate |
class |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
The SQL storage entity query aggregate class. |
AccessRoleTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessRoleTest.php |
Tests views role access plugin. |
ListString.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php |
Definition of Drupal\field\Plugin\views\argument\ListString. |
NullDumper.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php |
|
Entity::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Entity.php |
Overrides \Drupal\views\Plugin\views\area\AreaPluginBase::render(). |
NullLogger.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php |
|
FileDriverTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
|
attribute.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/attribute.test |
|
PHP_Token_GOTO |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
update_refresh |
function |
drupal/core/modules/update/update.module |
Refreshes the release data after loading the necessary include file. |
AssetInterface |
interface |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php |
An asset has a mutable URL and content and can be loaded and dumped. |