Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
DblogFilterForm::getFormId function core/modules/dblog/src/Form/DblogFilterForm.php Returns a unique string identifying the form.
DbLogFormInjectionTest::getFormId function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Returns a unique string identifying the form.
DbLogResource::get function core/modules/dblog/src/Plugin/rest/resource/DbLogResource.php Responds to GET requests.
DbLogResourceTest::getExpectedUnauthorizedAccessCacheability function core/modules/dblog/tests/src/Functional/DbLogResourceTest.php Returns the expected cacheability of an unauthorized access response.
DbLogResourceTest::getExpectedUnauthorizedAccessMessage function core/modules/dblog/tests/src/Functional/DbLogResourceTest.php Return the expected error message.
DbLogResourceTest::getExpectedUnauthorizedEntityAccessCacheability function core/modules/dblog/tests/src/Functional/DbLogResourceTest.php Empty function.
DbLogTest::getLogEntries function core/modules/dblog/tests/src/Functional/DbLogTest.php Gets the database log event information from the browser page.
DbLogTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogTest.php Find the Logs table in the DOM.
DbLogTest::getSeverityConstant function core/modules/dblog/tests/src/Functional/DbLogTest.php Gets the watchdog severity constant corresponding to the CSS class.
DbLogTest::getTypeCount function core/modules/dblog/tests/src/Functional/DbLogTest.php Gets the count of database log entries by database log event type.
DblogTypes::getValueOptions function core/modules/dblog/src/Plugin/views/filter/DblogTypes.php Gets the value options.
DbLogViewsTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Find the Logs table in the DOM.
DbToolsApplication::getDefaultCommands function core/lib/Drupal/Core/Command/DbToolsApplication.php
DbUpdateController::getModuleUpdates function core/modules/system/src/Controller/DbUpdateController.php Retrieves module updates.
DebugExtension::getFunctions function core/lib/Drupal/Core/Template/DebugExtension.php
DecimalData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/DecimalData.php Gets the primitive data value casted to the correct PHP type.
DecimalItem::getDecimalDigits function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Helper method to get the number of decimal digits out of a decimal number.
DefaultExceptionHtmlSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::getHandledFormats function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionSubscriber::getHandledFormats function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionSubscriber::getPriority function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::getPriority function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultFactory::getPluginClass function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Finds the class relevant for a given plugin.
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid array plugin definition.
DefaultFactoryTest::testGetPluginClassWithValidObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid object plugin definition.
DefaultHtmlRouteProvider::getAddFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the add-form route.
DefaultHtmlRouteProvider::getAddPageRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the add page route.
DefaultHtmlRouteProvider::getCanonicalRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the canonical route.
DefaultHtmlRouteProvider::getCollectionRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the collection route.
DefaultHtmlRouteProvider::getDeleteFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the delete-form route.
DefaultHtmlRouteProvider::getDeleteMultipleFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Returns the delete multiple form route.
DefaultHtmlRouteProvider::getEditFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the edit-form route.
DefaultHtmlRouteProvider::getEntityTypeIdKeyType function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the type of the ID key for a given entity type.
DefaultHtmlRouteProvider::getRoutes function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Provides routes for entities.
DefaultHtmlRouteProviderTest::getEntityType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::providerTestGetAddFormRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::providerTestGetAddPageRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::providerTestGetCanonicalRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::providerTestGetCollectionRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::testGetAddFormRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getAddFormRoute
@dataProvider providerTestGetAddFormRoute
DefaultHtmlRouteProviderTest::testGetAddPageRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getAddPageRoute
@dataProvider providerTestGetAddPageRoute

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.