LinkFormatter.php |
file |
drupal/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkFormatter.php |
Contains \Drupal\link\Plugin\field\formatter\LinkFormatter. |
simpletest.module |
file |
drupal/core/modules/simpletest/simpletest.module |
Provides testing functionality. |
BeforeCommand.php |
file |
drupal/core/lib/Drupal/Core/Ajax/BeforeCommand.php |
Definition of Drupal\Core\Ajax\InsertCommand. |
install_run_tasks |
function |
drupal/core/includes/install.core.inc |
Runs all tasks for the current installation request. |
AssetManager::has |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php |
Checks if the current asset manager has a certain asset. |
menu_node_prepare |
function |
drupal/core/modules/menu/menu.module |
Implements hook_node_prepare(). |
file_get_mimetype |
function |
drupal/core/includes/file.inc |
Determines an Internet Media Type or MIME type from a filename. |
AssetManager::set |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php |
Registers an asset to the current asset manager. |
ConfigUpgradeTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigUpgradeTest.php |
Tests migration of variables into configuration objects. |
LoadTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php |
|
CommentFieldsTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Tests fields on comments. |
MockRouteProvider |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
Easily configurable mock route provider. |
CustomArrayObject |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php |
This class is a hand written simplified version of PHP native `ArrayObject`
class, to show that it behaves differently than the PHP native implementation. |
DisplayNoAreaTest |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayNoAreaTest.php |
Defines a Display test plugin with areas disabled. |
XmlFileLoaderTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
|
AggregatorFetcher |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Annotation/AggregatorFetcher.php |
Defines a Plugin annotation object for aggregator fetcher plugins. |
ViewsUIController |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Returns responses for Views UI routes. |
ConfigCache::$dir |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php |
|
TestParser::parse |
function |
drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/parser/TestParser.php |
Implements \Drupal\aggregator\Plugin\ParserInterface::parse(). |
ObjectManager.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
|
core.services.yml |
file |
drupal/core/core.services.yml |
drupal/core/core.services.yml |
PHPUnit_Util_Diff |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Diff.php |
Diff implementation. |
NoHelpTest::setUp |
function |
drupal/core/modules/help/lib/Drupal/help/Tests/NoHelpTest.php |
Sets up a Drupal site for running functional and integration tests. |
ParameterBag::add |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php |
Adds parameters to the service container parameters. |
MENU_LOCAL_ACTION |
constant |
drupal/core/includes/menu.inc |
Menu type -- An action specific to the parent, usually rendered as a link. |
hook_field_access |
function |
drupal/core/modules/field/field.api.php |
Determine whether the user has access to a given field. |
InheritedTestCase |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/InheritedTestCase.php |
|
DateFormatAddForm |
class |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatAddForm.php |
Provides an add form for date formats. |
assertNotContains |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a haystack does not contain a needle. |
ParameterBag::all |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php |
Gets the service container parameters. |
RemoveCommand.php |
file |
drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php |
Definition of Drupal\Core\Ajax\RemoveCommand. |
EntityBCDecorator |
class |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Provides backwards compatible (BC) access to entity fields. |
CurlHandle::close |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php |
Close the curl handle |
ParameterBag::get |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php |
Gets a service container parameter. |
DirectoryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php |
Definition of Drupal\system\Tests\File\DirectoryTest. |
RowPluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php |
Definition of Drupal\views\Plugin\views\row\RowPluginBase. |
INSTALL.mysql.txt |
file |
drupal/core/INSTALL.mysql.txt |
CREATE THE MySQL DATABASE
--------------------------
This step is only necessary if you don't already have a database set up (e.g.,
by your host). In the following examples, 'username' is an example MySQL user
which has the CREATE and… |
TipsBag::$manager |
property |
drupal/core/modules/tour/lib/Drupal/tour/TipsBag.php |
The manager used to instantiate the plugins. |
RouteProviderTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Basic tests for the RouteProvider. |
ParameterBag::set |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php |
Sets a service container parameter. |
Counter::getValue |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Counter.php |
Get the value that's supposed to be rendered. |
ConfigContext.php |
file |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php |
Contains \Drupal\Core\Config\Context\ConfigContext. |
NodeInterface.php |
file |
drupal/core/modules/node/lib/Drupal/node/NodeInterface.php |
Contains \Drupal\node\Plugin\Core\Entity\NodeInterface. |
MemcacheCache.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php |
|
locale.schema.yml |
file |
drupal/core/modules/locale/config/schema/locale.schema.yml |
drupal/core/modules/locale/config/schema/locale.schema.yml |
menu_library_info |
function |
drupal/core/modules/menu/menu.module |
Implements hook_library_info(). |
MENU_CONTEXT_NONE |
constant |
drupal/core/includes/menu.inc |
Internal menu flag: Invisible local task. |
NODE_NOT_PROMOTED |
constant |
drupal/core/modules/node/node.module |
Denotes that the node is not promoted to the front page. |
Collection::$data |
property |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
|
controller.dialog |
service |
drupal/core/core.services.yml |
Drupal\Core\Controller\DialogController |