TranslatorInterface |
interface |
drupal/core/vendor/symfony/translation/Symfony/Component/Translation/TranslatorInterface.php |
TranslatorInterface. |
EmailAction::$token |
property |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/EmailAction.php |
The token service. |
ControllerReference |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerReference.php |
Acts as a marker and a data holder for a Controller. |
FilterInterface.php |
file |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterInterface.php |
Contains \Drupal\filter\Plugin\Filter\FilterInterface. |
field_attach_insert |
function |
drupal/core/modules/field/field.attach.inc |
Save field data for a new entity. |
AcceptHeader::first |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Returns first item. |
Numeric::titleQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Numeric.php |
Override for specific title lookups. |
Bundle::$entityType |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Bundle.php |
The entity type for the filter. |
Link::defineOptions |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Link.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
YtsBlockMapping.yml |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/YtsBlockMapping.yml |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/YtsBlockMapping.yml |
ConfirmFormBase.php |
file |
drupal/core/lib/Drupal/Core/Form/ConfirmFormBase.php |
Contains \Drupal\Core\Form\ConfirmFormBase. |
locale_test.install |
file |
drupal/core/modules/locale/tests/modules/locale_test/locale_test.install |
Install, update and uninstall functions for the locale_test module. |
field_attach_update |
function |
drupal/core/modules/field/field.attach.inc |
Saves field data for an existing entity. |
db_installer_object |
function |
drupal/core/includes/install.inc |
Returns a database installer object. |
StaticMockTestClass |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/StaticMockTestClass.php |
|
TestIterator::valid |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/TestIterator.php |
|
HttpCache::validate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php |
Validates that a cache entry is fresh. |
Bundle::$entityInfo |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Bundle.php |
The entity info for the entity type. |
DummyClassWithEmail |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@DummyAnnotation Foo bar <foobar@1domain.com> |
field_attach_delete |
function |
drupal/core/modules/field/field.attach.inc |
Deletes field data for an existing entity. This deletes all revisions of
field data for the entity. |
drupal_error_levels |
function |
drupal/core/includes/errors.inc |
Maps PHP error constants to watchdog severity levels. |
CachedStorage::read |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::read(). |
AssetReference::$am |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php |
|
Inline::parseScalar |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php |
Parses a scalar to a YAML string. |
EmailAction::create |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/EmailAction.php |
Creates an instance of the plugin. |
DumperRoute::$route |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php |
|
StylePluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Definition of Drupal\views\Plugin\views\style\StylePluginBase. |
JsonEncoderTest.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php |
|
editor_element_info |
function |
drupal/core/modules/editor/editor.module |
Implements hook_element_info(). |
node_access_rebuild |
function |
drupal/core/modules/node/node.module |
Rebuilds the node access database. |
Updater::makeBackup |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Performs a backup. |
ThemeTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php |
Modules to enable. |
SystemAuthorizeTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php |
Tests authorize.php and related hooks. |
Inflector::tableize |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php |
Convert word in to the format for a Doctrine table name. Converts 'ModelName' to 'model_name' |
Node::$revision_uid |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php |
The node revision author's user ID. |
ViewUI::$build_time |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
How long the view takes to build. |
editor_library_info |
function |
drupal/core/modules/editor/editor.module |
Implements hook_library_info(). |
ViewsHandlerManager |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/ViewsHandlerManager.php |
Plugin type manager for all views handlers. |
SerializerInterface |
interface |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php |
Defines the interface of the Serializer |
Inflector::classify |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php |
Convert a word in to the format for a Doctrine class name. Converts 'table_name' to 'TableName' |
StaticDiscoveryTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/StaticDiscoveryTest.php |
Tests that plugins are correctly discovered. |
FilterHooksTest.php |
file |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php |
Definition of Drupal\filter\Tests\FilterHooksTest. |
test_page_test_menu |
function |
drupal/core/modules/system/tests/modules/test_page_test/test_page_test.module |
Implements hook_menu(). |
ParserRegistry::get |
function |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/ParserRegistry.php |
Get a specific parser by handle name |
Statement::fetchCol |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Returns an entire single column of a result set as an indexed array. |
Updater::postUpdate |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Performs actions after new code is updated. |
Constraint::$groups |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraint.php |
|
Inflector::camelize |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php |
Camelize a word. This uses the classify() method and turns the first character to lowercase |
KernelForTest::init |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php |
|
ControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Controller/ControllerInterface.php |
Defines a common interface for route controllers. |