tracker_comment_update |
function |
drupal/core/modules/tracker/tracker.module |
Implements hook_comment_update(). |
SearchPageOverrideTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php |
Tests that hook_search_page runs. |
FieldUIUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUIUpgradePathTest.php |
Test upgrade of Field UI. |
SassFilter::setCompass |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
DocParser::$namespaces |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
An array of default namespaces if operating in simple mode. |
GraphvizDumper::dotize |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Dotizes an identifier. |
SymfonyFileLocatorTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php |
|
ExtensionReference.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php |
|
ArchiveTar::$_compress |
property |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
statistics_update_8000 |
function |
drupal/core/modules/statistics/statistics.install |
Moves statistics settings from variables to config. |
Unicode::convertToUtf8 |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Converts data to UTF-8. |
ViewsFormBase::getForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormBase.php |
Implements \Drupal\views_ui\Form\Ajax\ViewsFormInterface::getForm(). |
SassFilter::filterLoad |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
Filters an asset after it has been loaded. |
Sql::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Special submit handling. |
ControllerResolver.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
|
YamlFileLoaderTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php |
|
field_sql_storage_help |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_help(). |
statistics_update_8001 |
function |
drupal/core/modules/statistics/statistics.install |
Make *id fields unsigned. |
TestBase::errorHandler |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Handle errors during test runs. |
Connection::escapeLike |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes characters that work as wildcard characters in a LIKE pattern. |
Unicode::truncateBytes |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Truncates a UTF-8-encoded string safely to a number of bytes. |
cache.backend.database |
service |
drupal/core/core.services.yml |
Drupal\Core\Cache\DatabaseBackendFactory |
UserTestBase::$modules |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/UserTestBase.php |
Modules to enable. |
SassFilter::filterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
Filters an asset just before it's dumped. |
CollectionTest::$_coll |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
update_themes_disabled |
function |
drupal/core/modules/update/update.module |
Implements hook_themes_disabled(). |
statistics_update_8002 |
function |
drupal/core/modules/statistics/statistics.install |
Convert variables to state. |
tracker_comment_delete |
function |
drupal/core/modules/tracker/tracker.module |
Implements hook_comment_delete(). |
LockUnitTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockUnitTest.php |
Modules to enable. |
ArrayCollection::count |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Returns the number of elements in the collection. |
InactiveScopeException |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
This exception is thrown when you try to create a service of an inactive scope. |
ColorTest::$colorTests |
property |
drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php |
|
constraint-mapping.yml |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.yml |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.yml |
PathProcessorFront.php |
file |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php |
Contains Drupal\Core\PathProcessor\PathProcessorFront. |
FieldInfo::__construct |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Constructs this FieldInfo object. |
TestBase::randomString |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Generates a random string of ASCII characters of codes 32 to 126. |
StringStorageException |
class |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageException.php |
Defines an exception thrown when storage operations fail. |
EasyRdf_Resource::dump |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php |
Return a human readable view of the resource and its properties |
ForumTest::createForum |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Creates a forum container or a forum. |
Process::getTermSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns the number of the signal that caused the child process to terminate its execution. |
DocParser::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Constructs a new DocParser. |
drupal_get_private_key |
function |
drupal/core/includes/common.inc |
Ensures the private key variable used to generate tokens is set. |
EntityDisplayInterface |
interface |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayInterface.php |
Provides an interface defining an entity display entity. |
ForumTest::deleteForum |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Deletes a forum. |
HTMLIdTest::testHTMLId |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/HTMLIdTest.php |
Tests that HTML IDs do not get duplicated when form validation fails. |
MatchPathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php |
|
FieldInfo::getFieldMap |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Collects a lightweight map of fields across bundles. |
TestBase::randomObject |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Generates a random PHP object. |
Process::getStopSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns the number of the signal that caused the child process to stop its execution. |
UrlGenerator::$context |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php |
|