SearchExactTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php |
Tests that searching for a phrase gets the correct page count. |
GeneratorDumper |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php |
GeneratorDumper is the base class for all built-in generator dumpers. |
ApiDataTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/ApiDataTest.php |
Definition of Drupal\views\Test\Field\ApiDataTest. |
Kernel::shutdown |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Shutdowns the kernel. |
ClearTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/ClearTest.php |
Sets up a Drupal site for running functional and integration tests. |
Entity::language |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements TranslatableInterface::language(). |
PersistentObject |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
PersistentObject base class that implements getter/setter methods for all mapped fields and associations
by overriding __call. |
node_node_access |
function |
drupal/core/modules/node/node.module |
Implements hook_node_access(). |
Twig_Filter_Node |
class |
drupal/core/vendor/twig/twig/lib/Twig/Filter/Node.php |
Represents a template filter as a node. |
AssetManager.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php |
|
GroupwiseMax.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php |
Definition of Drupal\views\Plugin\views\relationship\GroupwiseMax. |
block_permission |
function |
drupal/core/modules/block/block.module |
Implements hook_permission(). |
Twig_TokenStream |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Represents a token stream. |
rdf_test.install |
file |
drupal/core/modules/rdf/tests/rdf_test.install |
Install, update and uninstall functions for the rdf module. |
RedirectTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RedirectTest.php |
Definition of Drupal\system\Tests\Form\RedirectTest. |
user_search_info |
function |
drupal/core/modules/user/user.module |
Implements hook_search_info(). |
Select::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Check whether a condition has been previously compiled. |
CustomNormalizer |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
@author Jordi Boggiano <j.boggiano@seld.be> |
TaxonomyTerm.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/wizard/TaxonomyTerm.php |
Definition of Drupal\taxonomy\Plugin\views\wizard\TaxonomyTerm. |
ProcessDecorator |
class |
drupal/core/lib/Drupal/Component/Plugin/Discovery/ProcessDecorator.php |
Allows custom processing of the discovered definition. |
block_block_info |
function |
drupal/core/modules/block/block.module |
Implements hook_block_info(). |
design_test.info |
file |
drupal/core/modules/system/tests/modules/design_test/design_test.info |
name = Design test
description = Support module for design, markup, JavaScript, and CSS testing.
package = Testing
version = VERSION
core = 8.x
hidden = TRUE |
TokenReplaceTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/TokenReplaceTest.php |
Tests core view token replacement. |
AssetManagerTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/AssetManagerTest.php |
|
Version::VERSION |
constant |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Version.php |
Current Doctrine Version |
ResponseListener |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ResponseListener.php |
ResponseListener fixes the Response headers based on the Request. |
Bundle::shutdown |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php |
Shutdowns the Bundle. |
AjaxResponse.php |
file |
drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php |
Definition of Drupal\Core\Ajax\AjaxResponse. |
SafeAnalysis.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php |
|
block_block_save |
function |
drupal/core/modules/block/block.module |
Implements hook_block_save(). |
Version::compare |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Version.php |
Compares a Doctrine version with the current one. |
AnnotationDriver |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php |
The AnnotationDriver reads the mapping metadata from docblock annotations. |
password-hash.sh |
file |
drupal/core/scripts/password-hash.sh |
#!/usr/bin/php
<?php
/**
* Drupal hash script - to generate a hash from a plaintext password
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
* @param… |
AfterCommand.php |
file |
drupal/core/lib/Drupal/Core/Ajax/AfterCommand.php |
Definition of Drupal\Core\Ajax\AfterCommand. |
block_block_view |
function |
drupal/core/modules/block/block.module |
Implements hook_block_view(). |
PoItem::$_source |
property |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
The source string or array of strings if it has plurals. |
FormatterFactory |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterFactory.php |
Factory class for the Formatter plugin type. |
views_permission |
function |
drupal/core/modules/views/views.module |
Implement hook_permission(). |
block_page_build |
function |
drupal/core/modules/block/block.module |
Implements hook_page_build(). |
PoItem::$_plural |
property |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
Flag indicating if this translation has plurals. |
AlertCommand.php |
file |
drupal/core/lib/Drupal/Core/Ajax/AlertCommand.php |
Definition of Drupal\Core\Ajax\AlertCommand. |
ObjectRepository |
interface |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php |
Contract for a Doctrine persistence layer ObjectRepository class to implement. |
CheckboxTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/CheckboxTest.php |
Definition of Drupal\system\Tests\Form\CheckboxTest. |
nonvalidkeys.yml |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/nonvalidkeys.yml |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/nonvalidkeys.yml |
views_menu_alter |
function |
drupal/core/modules/views/views.module |
Implement hook_menu_alter(). |
config_test_menu |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Implements hook_menu(). |
ViewUnitTestBase |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Defines a base class for Views unit testing. |
File::$timestamp |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
UNIX timestamp for when the file was last saved. |
config_test_load |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Loads a ConfigTest object. |
node_action_info |
function |
drupal/core/modules/node/node.module |
Implements hook_action_info(). |